Home
last modified time | relevance | path

Searched refs:usb_hcd_to_wusbhc (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/usb/host/whci/
Dhcd.c35 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_start()
79 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_stop()
109 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_urb_enqueue()
136 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_urb_dequeue()
164 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_endpoint_disable()
182 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_endpoint_reset()
243 wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_probe()
314 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in whc_remove()
Dint.c22 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(hcd); in whc_int_handler()
/Linux-v4.19/drivers/usb/host/
Dhwa-hc.c106 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_reset()
134 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_start()
176 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_stop()
185 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_get_frame_number()
200 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_urb_enqueue()
209 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_urb_dequeue()
223 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_op_endpoint_disable()
802 wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_probe()
840 wusbhc = usb_hcd_to_wusbhc(usb_hcd); in hwahc_disconnect()
/Linux-v4.19/drivers/usb/wusbcore/
Drh.c129 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in wusbhc_rh_status_data()
350 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in wusbhc_rh_control()
392 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); in wusbhc_rh_start_port_reset()
Dwusbhc.h292 #define usb_hcd_to_wusbhc(u) container_of((u), struct wusbhc, usb_hcd) macro
363 return wusbhc = usb_hcd_to_wusbhc(usb_hcd); in wusbhc_get_by_usb_dev()
Dwusbhc.c32 return usb_hcd_to_wusbhc(usb_hcd); in usbhc_dev_to_wusbhc()