Lines Matching refs:rtwdev

303 static inline void rtw_coex_set_init(struct rtw_dev *rtwdev)  in rtw_coex_set_init()  argument
305 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_init()
307 chip->ops->coex_set_init(rtwdev); in rtw_coex_set_init()
311 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
313 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_ant_switch()
318 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
321 static inline void rtw_coex_set_gnt_fix(struct rtw_dev *rtwdev) in rtw_coex_set_gnt_fix() argument
323 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_gnt_fix()
325 chip->ops->coex_set_gnt_fix(rtwdev); in rtw_coex_set_gnt_fix()
328 static inline void rtw_coex_set_gnt_debug(struct rtw_dev *rtwdev) in rtw_coex_set_gnt_debug() argument
330 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_gnt_debug()
332 chip->ops->coex_set_gnt_debug(rtwdev); in rtw_coex_set_gnt_debug()
335 static inline void rtw_coex_set_rfe_type(struct rtw_dev *rtwdev) in rtw_coex_set_rfe_type() argument
337 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_rfe_type()
339 chip->ops->coex_set_rfe_type(rtwdev); in rtw_coex_set_rfe_type()
342 static inline void rtw_coex_set_wl_tx_power(struct rtw_dev *rtwdev, u8 wl_pwr) in rtw_coex_set_wl_tx_power() argument
344 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_wl_tx_power()
346 chip->ops->coex_set_wl_tx_power(rtwdev, wl_pwr); in rtw_coex_set_wl_tx_power()
350 void rtw_coex_set_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw_coex_set_wl_rx_gain() argument
352 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_wl_rx_gain()
354 chip->ops->coex_set_wl_rx_gain(rtwdev, low_gain); in rtw_coex_set_wl_rx_gain()
357 void rtw_coex_info_response(struct rtw_dev *rtwdev, struct sk_buff *skb);
358 u32 rtw_coex_read_indirect_reg(struct rtw_dev *rtwdev, u16 addr);
359 void rtw_coex_write_indirect_reg(struct rtw_dev *rtwdev, u16 addr,
361 void rtw_coex_write_scbd(struct rtw_dev *rtwdev, u16 bitpos, bool set);
369 void rtw_coex_power_on_setting(struct rtw_dev *rtwdev);
370 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only);
371 void rtw_coex_ips_notify(struct rtw_dev *rtwdev, u8 type);
372 void rtw_coex_lps_notify(struct rtw_dev *rtwdev, u8 type);
373 void rtw_coex_scan_notify(struct rtw_dev *rtwdev, u8 type);
374 void rtw_coex_connect_notify(struct rtw_dev *rtwdev, u8 action);
375 void rtw_coex_media_status_notify(struct rtw_dev *rtwdev, u8 status);
376 void rtw_coex_bt_info_notify(struct rtw_dev *rtwdev, u8 *buf, u8 len);
377 void rtw_coex_wl_fwdbginfo_notify(struct rtw_dev *rtwdev, u8 *buf, u8 length);
378 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
379 void rtw_coex_wl_status_change_notify(struct rtw_dev *rtwdev);
381 void rtw_coex_display_coex_info(struct rtw_dev *rtwdev, struct seq_file *m);