Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c30 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_lock_async()
50 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_int_msg()
63 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_control_msg()
86 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_bulk_msg()
99 struct dm_usb_ops *ops = usb_get_ops(bus); in create_int_queue()
111 struct dm_usb_ops *ops = usb_get_ops(bus); in poll_int_queue()
122 struct dm_usb_ops *ops = usb_get_ops(bus); in destroy_int_queue()
133 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_alloc_device()
145 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_reset_root_port()
156 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_update_hub_device()
[all …]
A Dusb-sandbox.c168 static const struct dm_usb_ops sandbox_usb_ops = {
A Dehci.h296 extern struct dm_usb_ops ehci_usb_ops;
A Dohci.h403 extern struct dm_usb_ops ohci_usb_ops;
A Dr8a66597-hcd.c851 struct dm_usb_ops r8a66597_usb_ops = {
A Dxhci.c1436 struct dm_usb_ops xhci_usb_ops = {
A Ddwc2.c1448 struct dm_usb_ops dwc2_usb_ops = {
A Dehci-hcd.c1753 struct dm_usb_ops ehci_usb_ops = {
A Dohci-hcd.c2141 struct dm_usb_ops ohci_usb_ops = {
/u-boot/drivers/usb/isp1760/
A Disp1760-uboot.h25 extern struct dm_usb_ops isp1760_usb_ops;
A Disp1760-uboot.c70 struct dm_usb_ops isp1760_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.c182 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_control()
236 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_bulk()
253 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.c304 static const struct dm_usb_ops sandbox_usb_hub_ops = {
A Dsandbox_flash.c371 static const struct dm_usb_ops sandbox_usb_flash_ops = {
/u-boot/include/
A Dusb.h695 struct dm_usb_ops { struct
811 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument
812 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)
/u-boot/include/usb/
A Dxhci.h1293 extern struct dm_usb_ops xhci_usb_ops;

Completed in 54 milliseconds