Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c29 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_lock_async()
49 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_int_msg()
62 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_control_msg()
85 struct dm_usb_ops *ops = usb_get_ops(bus); in submit_bulk_msg()
98 struct dm_usb_ops *ops = usb_get_ops(bus); in create_int_queue()
110 struct dm_usb_ops *ops = usb_get_ops(bus); in poll_int_queue()
121 struct dm_usb_ops *ops = usb_get_ops(bus); in destroy_int_queue()
132 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_alloc_device()
144 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_reset_root_port()
155 struct dm_usb_ops *ops = usb_get_ops(bus); in usb_update_hub_device()
[all …]
/u-boot/include/
A Dusb.h807 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) macro

Completed in 7 milliseconds