Searched refs:wusbhc_to_whc (Results 1 – 4 of 4) sorted by relevance
45 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()
47 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()
34 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_int_handler()
78 #define wusbhc_to_whc(w) (container_of((w), struct whc, wusbhc)) macro