Home
last modified time | relevance | path

Searched refs:dm_usb_ops (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c37 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_int_msg()
49 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_control_msg()
72 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_bulk_msg()
85 struct dm_usb_ops *ops = usb_get_ops(bus); in create_int_queue()
97 struct dm_usb_ops *ops = usb_get_ops(bus); in poll_int_queue()
108 struct dm_usb_ops *ops = usb_get_ops(bus); in destroy_int_queue()
119 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_alloc_device()
131 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_reset_root_port()
142 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_update_hub_device()
153 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_get_max_xfer_size()
H A Dusb-sandbox.c138 static const struct dm_usb_ops sandbox_usb_ops = {
H A Dohci.h410 extern struct dm_usb_ops ohci_usb_ops;
H A Dehci.h294 extern struct dm_usb_ops ehci_usb_ops;
H A Dxhci.h1288 extern struct dm_usb_ops xhci_usb_ops;
H A Ddwc2.c1346 struct dm_usb_ops dwc2_usb_ops = {
H A Dxhci.c1528 struct dm_usb_ops xhci_usb_ops = {
H A Dehci-hcd.c1677 struct dm_usb_ops ehci_usb_ops = {
H A Dohci-hcd.c2227 struct dm_usb_ops ohci_usb_ops = {
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h23 extern struct dm_usb_ops musb_usb_ops;
H A Dmusb_uboot.c358 struct dm_usb_ops musb_usb_ops = {
/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c180 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_control()
234 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_bulk()
250 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_int()
H A Dsandbox_keyb.c218 static const struct dm_usb_ops sandbox_usb_keyb_ops = {
H A Dsandbox_hub.c315 static const struct dm_usb_ops sandbox_usb_hub_ops = {
H A Dsandbox_flash.c405 static const struct dm_usb_ops sandbox_usb_flash_ops = {
/openbmc/u-boot/include/
H A Dusb.h684 struct dm_usb_ops { struct
790 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument
791 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)