Home
last modified time | relevance | path

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

/drivers/usb/host/whci/
Dwusb.c45 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_start()
55 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_stop()
72 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_add()
85 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_rm()
95 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_bwa_set()
105 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_dev_info_set()
129 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_num_dnts()
174 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_ptk()
205 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_gtk()
Dhcd.c47 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_start()
91 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_stop()
121 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_urb_enqueue()
148 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_urb_dequeue()
176 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_endpoint_disable()
194 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_endpoint_reset()
255 whc = wusbhc_to_whc(wusbhc); in whc_probe()
326 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_remove()
Dint.c34 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