Searched refs:usb_get_ops (Results 1 – 2 of 2) 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()
790 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) macro