Home
last modified time | relevance | path

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

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