Lines Matching refs:rtwdev

294 static inline void rtw_coex_set_init(struct rtw_dev *rtwdev)  in rtw_coex_set_init()  argument
296 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_init()
298 chip->ops->coex_set_init(rtwdev); in rtw_coex_set_init()
302 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
304 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_ant_switch()
309 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
312 static inline void rtw_coex_set_gnt_fix(struct rtw_dev *rtwdev) in rtw_coex_set_gnt_fix() argument
314 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_gnt_fix()
316 chip->ops->coex_set_gnt_fix(rtwdev); in rtw_coex_set_gnt_fix()
319 static inline void rtw_coex_set_gnt_debug(struct rtw_dev *rtwdev) in rtw_coex_set_gnt_debug() argument
321 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_gnt_debug()
323 chip->ops->coex_set_gnt_debug(rtwdev); in rtw_coex_set_gnt_debug()
326 static inline void rtw_coex_set_rfe_type(struct rtw_dev *rtwdev) in rtw_coex_set_rfe_type() argument
328 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_rfe_type()
330 chip->ops->coex_set_rfe_type(rtwdev); in rtw_coex_set_rfe_type()
333 static inline void rtw_coex_set_wl_tx_power(struct rtw_dev *rtwdev, u8 wl_pwr) in rtw_coex_set_wl_tx_power() argument
335 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_wl_tx_power()
337 chip->ops->coex_set_wl_tx_power(rtwdev, wl_pwr); in rtw_coex_set_wl_tx_power()
341 void rtw_coex_set_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw_coex_set_wl_rx_gain() argument
343 struct rtw_chip_info *chip = rtwdev->chip; in rtw_coex_set_wl_rx_gain()
345 chip->ops->coex_set_wl_rx_gain(rtwdev, low_gain); in rtw_coex_set_wl_rx_gain()
348 void rtw_coex_info_response(struct rtw_dev *rtwdev, struct sk_buff *skb);
349 u32 rtw_coex_read_indirect_reg(struct rtw_dev *rtwdev, u16 addr);
350 void rtw_coex_write_indirect_reg(struct rtw_dev *rtwdev, u16 addr,
352 void rtw_coex_write_scbd(struct rtw_dev *rtwdev, u16 bitpos, bool set);
358 void rtw_coex_power_on_setting(struct rtw_dev *rtwdev);
359 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only);
360 void rtw_coex_ips_notify(struct rtw_dev *rtwdev, u8 type);
361 void rtw_coex_lps_notify(struct rtw_dev *rtwdev, u8 type);
362 void rtw_coex_scan_notify(struct rtw_dev *rtwdev, u8 type);
363 void rtw_coex_connect_notify(struct rtw_dev *rtwdev, u8 action);
364 void rtw_coex_media_status_notify(struct rtw_dev *rtwdev, u8 status);
365 void rtw_coex_bt_info_notify(struct rtw_dev *rtwdev, u8 *buf, u8 len);
366 void rtw_coex_wl_fwdbginfo_notify(struct rtw_dev *rtwdev, u8 *buf, u8 length);
367 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
368 void rtw_coex_wl_status_change_notify(struct rtw_dev *rtwdev);