Searched refs:dm_usb_ops (Results 1 – 17 of 17) sorted by relevance
40 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()
142 static const struct dm_usb_ops sandbox_usb_ops = {
292 extern struct dm_usb_ops ehci_usb_ops;
410 extern struct dm_usb_ops ohci_usb_ops;
877 struct dm_usb_ops r8a66597_usb_ops = {
1356 struct dm_usb_ops dwc2_usb_ops = {
1534 struct dm_usb_ops xhci_usb_ops = {
1664 struct dm_usb_ops ehci_usb_ops = {
2232 struct dm_usb_ops ohci_usb_ops = {
183 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()
222 static const struct dm_usb_ops sandbox_usb_keyb_ops = {
318 static const struct dm_usb_ops sandbox_usb_hub_ops = {
408 static const struct dm_usb_ops sandbox_usb_flash_ops = {
24 extern struct dm_usb_ops musb_usb_ops;
366 struct dm_usb_ops musb_usb_ops = {
685 struct dm_usb_ops { struct791 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument792 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)
1290 extern struct dm_usb_ops xhci_usb_ops;