Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c40 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_int_msg()
53 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_control_msg()
76 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_bulk_msg()
89 struct dm_usb_ops *ops = usb_get_ops(bus); in create_int_queue()
101 struct dm_usb_ops *ops = usb_get_ops(bus); in poll_int_queue()
112 struct dm_usb_ops *ops = usb_get_ops(bus); in destroy_int_queue()
123 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_alloc_device()
135 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_reset_root_port()
146 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_update_hub_device()
157 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_get_max_xfer_size()
H A Dusb-sandbox.c142 static const struct dm_usb_ops sandbox_usb_ops = {
H A Dehci.h292 extern struct dm_usb_ops ehci_usb_ops;
H A Dohci.h410 extern struct dm_usb_ops ohci_usb_ops;
H A Dr8a66597-hcd.c877 struct dm_usb_ops r8a66597_usb_ops = {
H A Ddwc2.c1356 struct dm_usb_ops dwc2_usb_ops = {
H A Dxhci.c1534 struct dm_usb_ops xhci_usb_ops = {
H A Dehci-hcd.c1664 struct dm_usb_ops ehci_usb_ops = {
H A Dohci-hcd.c2232 struct dm_usb_ops ohci_usb_ops = {
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c183 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_control()
237 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_bulk()
254 struct dm_usb_ops *ops = usb_get_emul_ops(emul); in usb_emul_int()
H A Dsandbox_keyb.c222 static const struct dm_usb_ops sandbox_usb_keyb_ops = {
H A Dsandbox_hub.c318 static const struct dm_usb_ops sandbox_usb_hub_ops = {
H A Dsandbox_flash.c408 static const struct dm_usb_ops sandbox_usb_flash_ops = {
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h24 extern struct dm_usb_ops musb_usb_ops;
H A Dmusb_uboot.c366 struct dm_usb_ops musb_usb_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h685 struct dm_usb_ops { struct
791 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument
792 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1290 extern struct dm_usb_ops xhci_usb_ops;