Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c40 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()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h791 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) macro