Lines Matching refs:rtw_dev
328 static inline void rtw_coex_set_init(struct rtw_dev *rtwdev) in rtw_coex_set_init()
336 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch()
346 static inline void rtw_coex_set_gnt_fix(struct rtw_dev *rtwdev) in rtw_coex_set_gnt_fix()
353 static inline void rtw_coex_set_gnt_debug(struct rtw_dev *rtwdev) in rtw_coex_set_gnt_debug()
360 static inline void rtw_coex_set_rfe_type(struct rtw_dev *rtwdev) in rtw_coex_set_rfe_type()
367 static inline void rtw_coex_set_wl_tx_power(struct rtw_dev *rtwdev, u8 wl_pwr) in rtw_coex_set_wl_tx_power()
375 void rtw_coex_set_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw_coex_set_wl_rx_gain()
382 void rtw_coex_info_response(struct rtw_dev *rtwdev, struct sk_buff *skb);
383 u32 rtw_coex_read_indirect_reg(struct rtw_dev *rtwdev, u16 addr);
384 void rtw_coex_write_indirect_reg(struct rtw_dev *rtwdev, u16 addr,
386 void rtw_coex_write_scbd(struct rtw_dev *rtwdev, u16 bitpos, bool set);
397 void rtw_coex_power_on_setting(struct rtw_dev *rtwdev);
398 void rtw_coex_power_off_setting(struct rtw_dev *rtwdev);
399 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only);
400 void rtw_coex_ips_notify(struct rtw_dev *rtwdev, u8 type);
401 void rtw_coex_lps_notify(struct rtw_dev *rtwdev, u8 type);
402 void rtw_coex_scan_notify(struct rtw_dev *rtwdev, u8 type);
403 void rtw_coex_connect_notify(struct rtw_dev *rtwdev, u8 type);
404 void rtw_coex_media_status_notify(struct rtw_dev *rtwdev, u8 type);
405 void rtw_coex_bt_info_notify(struct rtw_dev *rtwdev, u8 *buf, u8 length);
406 void rtw_coex_bt_hid_info_notify(struct rtw_dev *rtwdev, u8 *buf, u8 length);
407 void rtw_coex_wl_fwdbginfo_notify(struct rtw_dev *rtwdev, u8 *buf, u8 length);
408 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
409 void rtw_coex_wl_status_change_notify(struct rtw_dev *rtwdev, u32 type);
410 void rtw_coex_wl_status_check(struct rtw_dev *rtwdev);
411 void rtw_coex_query_bt_hid_list(struct rtw_dev *rtwdev);
412 void rtw_coex_display_coex_info(struct rtw_dev *rtwdev, struct seq_file *m);
414 static inline bool rtw_coex_disabled(struct rtw_dev *rtwdev) in rtw_coex_disabled()