Searched refs:dm_usb_ops (Results 1 – 16 of 16) sorted by relevance
37 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()
138 static const struct dm_usb_ops sandbox_usb_ops = {
289 extern struct dm_usb_ops ehci_usb_ops;
410 extern struct dm_usb_ops ohci_usb_ops;
1288 extern struct dm_usb_ops xhci_usb_ops;
1528 struct dm_usb_ops xhci_usb_ops = {
1309 struct dm_usb_ops dwc2_usb_ops = {
1667 struct dm_usb_ops ehci_usb_ops = {
2227 struct dm_usb_ops ohci_usb_ops = {
180 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()
218 static const struct dm_usb_ops sandbox_usb_keyb_ops = {
315 static const struct dm_usb_ops sandbox_usb_hub_ops = {
405 static const struct dm_usb_ops sandbox_usb_flash_ops = {
23 extern struct dm_usb_ops musb_usb_ops;
358 struct dm_usb_ops musb_usb_ops = {
684 struct dm_usb_ops { struct790 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument791 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)