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