Searched refs:dm_usb_ops (Results 1 – 19 of 19) sorted by relevance
30 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 …]
168 static const struct dm_usb_ops sandbox_usb_ops = {
296 extern struct dm_usb_ops ehci_usb_ops;
403 extern struct dm_usb_ops ohci_usb_ops;
851 struct dm_usb_ops r8a66597_usb_ops = {
1436 struct dm_usb_ops xhci_usb_ops = {
1448 struct dm_usb_ops dwc2_usb_ops = {
1753 struct dm_usb_ops ehci_usb_ops = {
2141 struct dm_usb_ops ohci_usb_ops = {
25 extern struct dm_usb_ops isp1760_usb_ops;
70 struct dm_usb_ops isp1760_usb_ops = {
23 extern struct dm_usb_ops musb_usb_ops;
364 struct dm_usb_ops musb_usb_ops = {
182 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()
227 static const struct dm_usb_ops sandbox_usb_keyb_ops = {
304 static const struct dm_usb_ops sandbox_usb_hub_ops = {
371 static const struct dm_usb_ops sandbox_usb_flash_ops = {
695 struct dm_usb_ops { struct811 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) argument812 #define usb_get_emul_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops)
1293 extern struct dm_usb_ops xhci_usb_ops;
Completed in 54 milliseconds