Home
last modified time | relevance | path

Searched refs:alloc_device (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/usb/host/
A Dusb-sandbox.c144 .alloc_device = sandbox_alloc_device,
A Dusb-uclass.c135 if (!ops->alloc_device) in usb_alloc_device()
138 return ops->alloc_device(bus, udev); in usb_alloc_device()
A Dxhci.c1580 .alloc_device = xhci_alloc_device,
/u-boot/include/
A Dusb.h773 int (*alloc_device)(struct udevice *bus, struct usb_device *udev); member
/u-boot/doc/driver-model/
A Dusb-info.rst163 each message type. For XHCI an additional alloc_device() method is provided

Completed in 11 milliseconds