Lines Matching defs:rtw_chip_ops

803 struct rtw_chip_ops {  struct
804 int (*mac_init)(struct rtw_dev *rtwdev);
805 void (*shutdown)(struct rtw_dev *rtwdev);
806 int (*read_efuse)(struct rtw_dev *rtwdev, u8 *map);
807 void (*phy_set_param)(struct rtw_dev *rtwdev);
808 void (*set_channel)(struct rtw_dev *rtwdev, u8 channel,
810 void (*query_rx_desc)(struct rtw_dev *rtwdev, u8 *rx_desc,
813 u32 (*read_rf)(struct rtw_dev *rtwdev, enum rtw_rf_path rf_path,
815 bool (*write_rf)(struct rtw_dev *rtwdev, enum rtw_rf_path rf_path,
817 void (*set_tx_power_index)(struct rtw_dev *rtwdev);
818 int (*rsvd_page_dump)(struct rtw_dev *rtwdev, u8 *buf, u32 offset,
820 int (*set_antenna)(struct rtw_dev *rtwdev,
823 void (*cfg_ldo25)(struct rtw_dev *rtwdev, bool enable);
824 void (*efuse_grant)(struct rtw_dev *rtwdev, bool enable);
825 void (*false_alarm_statistics)(struct rtw_dev *rtwdev);
826 void (*phy_calibration)(struct rtw_dev *rtwdev);
827 void (*dpk_track)(struct rtw_dev *rtwdev);
828 void (*cck_pd_set)(struct rtw_dev *rtwdev, u8 level);
829 void (*pwr_track)(struct rtw_dev *rtwdev);
830 void (*config_bfee)(struct rtw_dev *rtwdev, struct rtw_vif *vif,
832 void (*set_gid_table)(struct rtw_dev *rtwdev,
835 void (*cfg_csi_rate)(struct rtw_dev *rtwdev, u8 rssi, u8 cur_rate,
839 void (*coex_set_init)(struct rtw_dev *rtwdev);
840 void (*coex_set_ant_switch)(struct rtw_dev *rtwdev,
842 void (*coex_set_gnt_fix)(struct rtw_dev *rtwdev);
843 void (*coex_set_gnt_debug)(struct rtw_dev *rtwdev);
844 void (*coex_set_rfe_type)(struct rtw_dev *rtwdev);
845 void (*coex_set_wl_tx_power)(struct rtw_dev *rtwdev, u8 wl_pwr);
846 void (*coex_set_wl_rx_gain)(struct rtw_dev *rtwdev, bool low_gain);