Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-sandbox.c146 .alloc_device = sandbox_alloc_device,
H A Dusb-uclass.c126 if (!ops->alloc_device) in usb_alloc_device()
129 return ops->alloc_device(bus, udev); in usb_alloc_device()
H A Dxhci.c1547 .alloc_device = xhci_alloc_device,
/rk3399_rockchip-uboot/include/
H A Dusb.h767 int (*alloc_device)(struct udevice *bus, struct usb_device *udev); member
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt159 each message type. For XHCI an additional alloc_device() method is provided