Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c29 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_lock_async()
49 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_int_msg()
62 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_control_msg()
85 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_bulk_msg()
98 struct dm_usb_ops *ops = usb_get_ops(bus); in create_int_queue()
110 struct dm_usb_ops *ops = usb_get_ops(bus); in poll_int_queue()
121 struct dm_usb_ops *ops = usb_get_ops(bus); in destroy_int_queue()
132 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_alloc_device()
144 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_reset_root_port()
155 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_update_hub_device()
[all …]
A Dusb-sandbox.c140 static const struct dm_usb_ops sandbox_usb_ops = {
A Dohci.h411 extern struct dm_usb_ops ohci_usb_ops;
A Dehci.h295 extern struct dm_usb_ops ehci_usb_ops;
A Dr8a66597-hcd.c879 struct dm_usb_ops r8a66597_usb_ops = {
A Ddwc2.c1459 struct dm_usb_ops dwc2_usb_ops = {
A Dxhci.c1576 struct dm_usb_ops xhci_usb_ops = {
A Dehci-hcd.c1735 struct dm_usb_ops ehci_usb_ops = {
A Dohci-hcd.c2234 struct dm_usb_ops ohci_usb_ops = {
/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.h23 extern struct dm_usb_ops musb_usb_ops;
A Dmusb_uboot.c364 struct dm_usb_ops musb_usb_ops = {
/u-boot/drivers/usb/emul/
A Dusb-emul-uclass.c181 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_control()
235 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_bulk()
252 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_int()
A Dsandbox_keyb.c227 static const struct dm_usb_ops sandbox_usb_keyb_ops = {
A Dsandbox_hub.c316 static const struct dm_usb_ops sandbox_usb_hub_ops = {
A Dsandbox_flash.c406 static const struct dm_usb_ops sandbox_usb_flash_ops = {
/u-boot/include/
A Dusb.h691 struct dm_usb_ops { struct
807 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument
808 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)
/u-boot/include/usb/
A Dxhci.h1285 extern struct dm_usb_ops xhci_usb_ops;

Completed in 40 milliseconds