Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/whci/
Dwusb.c34 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_start()
44 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_stop()
61 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_add()
74 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_rm()
84 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_bwa_set()
94 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_dev_info_set()
118 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_num_dnts()
163 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_ptk()
194 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_gtk()
Dhcd.c36 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_start()
80 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_stop()
110 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_urb_enqueue()
137 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_urb_dequeue()
165 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_endpoint_disable()
183 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_endpoint_reset()
244 whc = wusbhc_to_whc(wusbhc); in whc_probe()
315 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_remove()
Dint.c23 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_int_handler()
Dwhcd.h65 #define wusbhc_to_whc(w) (container_of((w), struct whc, wusbhc)) macro