Lines Matching refs:wusbhc
43 int whc_wusbhc_start(struct wusbhc *wusbhc) in whc_wusbhc_start() argument
45 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_start()
53 void whc_wusbhc_stop(struct wusbhc *wusbhc, int delay) in whc_wusbhc_stop() argument
55 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_wusbhc_stop()
69 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in whc_mmcie_add() argument
72 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_add()
83 int whc_mmcie_rm(struct wusbhc *wusbhc, u8 handle) in whc_mmcie_rm() argument
85 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_mmcie_rm()
93 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm) in whc_bwa_set() argument
95 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_bwa_set()
103 int whc_dev_info_set(struct wusbhc *wusbhc, struct wusb_dev *wusb_dev) in whc_dev_info_set() argument
105 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_dev_info_set()
127 int whc_set_num_dnts(struct wusbhc *wusbhc, u8 interval, u8 slots) in whc_set_num_dnts() argument
129 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_num_dnts()
171 int whc_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, in whc_set_ptk() argument
174 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_ptk()
202 int whc_set_gtk(struct wusbhc *wusbhc, u32 tkid, in whc_set_gtk() argument
205 struct whc *whc = wusbhc_to_whc(wusbhc); in whc_set_gtk()