Lines Matching refs:we
206 - at this point the device is enumerated but we do not have a real struct
207 udevice for it. But we do have the descriptor in struct usb_device so we can
209 - back in usb_scan_device(), we call usb_find_child() to try to find an
210 existing device which matches the one we just found on the bus. This can
211 happen if the device is mentioned in the device tree, or if we previously
213 - if usb_find_child() does not find an existing device, we call
222 done, we have a device with the correct uclass. At this point we want to
224 - first we store basic information about the new device (address, port,
227 - then we call device_probe() which probes the device
236 - note that we have called usb_select_config() twice. This is inefficient
255 - we loop through each port on the hub, performing the same steps for each
397 - enumeration could be lazy, in the sense that we could enumerate just the
399 used that we cannot find. This could be made easier if the devices were