Home
last modified time | relevance | path

Searched refs:wusbhc_to_whc (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/whci/
Dwusb.c46 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_start()
56 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_stop()
73 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_add()
86 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_rm()
96 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_bwa_set()
106 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_dev_info_set()
130 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_num_dnts()
175 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_ptk()
206 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_gtk()
Dhcd.c46 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_start()
90 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_stop()
120 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_urb_enqueue()
147 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_urb_dequeue()
175 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_endpoint_disable()
228 whc = wusbhc_to_whc(wusbhc); in whc_probe()
298 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_remove()
Dint.c35 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_int_handler()
Dwhcd.h78 #define wusbhc_to_whc(w) (container_of((w), struct whc, wusbhc)) macro