Searched defs:DeviceAttachData (Results 1 – 1 of 1) sorted by relevance
150 data: &mut DeviceAttachData, in do_device_attach_driver()239 struct DeviceAttachData { struct240 dev: Arc<dyn Device>,266 impl DeviceAttachData { argument