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.c30 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 …]
/u-boot/include/
A Dusb.h811 #define usb_get_ops(dev) ((struct dm_usb_ops *)(dev)->driver->ops) macro

Completed in 14 milliseconds