Home
last modified time | relevance | path

Searched refs:usb_get_ops (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dusb-uclass.c37 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_int_msg()
50 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_control_msg()
73 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_bulk_msg()
86 struct dm_usb_ops *ops = usb_get_ops(bus); in create_int_queue()
98 struct dm_usb_ops *ops = usb_get_ops(bus); in poll_int_queue()
109 struct dm_usb_ops *ops = usb_get_ops(bus); in destroy_int_queue()
120 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_alloc_device()
132 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_reset_root_port()
143 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_update_hub_device()
154 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_get_max_xfer_size()
/external/u-boot/include/
Dusb.h796 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) macro