Searched refs:alloc_device (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-sandbox.c | 142 .alloc_device = sandbox_alloc_device,
|
H A D | usb-uclass.c | 122 if (!ops->alloc_device) in usb_alloc_device() 125 return ops->alloc_device(bus, udev); in usb_alloc_device()
|
H A D | xhci.c | 1532 .alloc_device = xhci_alloc_device,
|
/openbmc/linux/include/target/ |
H A D | target_core_backend.h | 33 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
|
/openbmc/u-boot/include/ |
H A D | usb.h | 766 int (*alloc_device)(struct udevice *bus, struct usb_device *udev); member
|
/openbmc/linux/drivers/target/ |
H A D | target_core_rd.c | 662 .alloc_device = rd_alloc_device,
|
H A D | target_core_file.c | 923 .alloc_device = fd_alloc_device,
|
H A D | target_core_pscsi.c | 1045 .alloc_device = pscsi_alloc_device,
|
H A D | target_core_iblock.c | 1161 .alloc_device = iblock_alloc_device,
|
H A D | target_core_device.c | 689 dev = hba->backend->ops->alloc_device(hba, name); in target_alloc_device()
|
H A D | target_core_user.c | 3171 .alloc_device = tcmu_alloc_device,
|
/openbmc/u-boot/doc/driver-model/ |
H A D | usb-info.txt | 159 each message type. For XHCI an additional alloc_device() method is provided
|