Lines Matching refs:rt2x00_dev

24 	void (*register_read)(struct rt2x00_dev *rt2x00dev,
26 void (*register_read_lock)(struct rt2x00_dev *rt2x00dev,
28 void (*register_write)(struct rt2x00_dev *rt2x00dev,
30 void (*register_write_lock)(struct rt2x00_dev *rt2x00dev,
33 void (*register_multiread)(struct rt2x00_dev *rt2x00dev,
36 void (*register_multiwrite)(struct rt2x00_dev *rt2x00dev,
40 int (*regbusy_read)(struct rt2x00_dev *rt2x00dev,
44 int (*read_eeprom)(struct rt2x00_dev *rt2x00dev);
45 bool (*hwcrypt_disabled)(struct rt2x00_dev *rt2x00dev);
47 int (*drv_write_firmware)(struct rt2x00_dev *rt2x00dev,
49 int (*drv_init_registers)(struct rt2x00_dev *rt2x00dev);
53 static inline void rt2800_register_read(struct rt2x00_dev *rt2x00dev, in rt2800_register_read()
62 static inline void rt2800_register_read_lock(struct rt2x00_dev *rt2x00dev, in rt2800_register_read_lock()
71 static inline void rt2800_register_write(struct rt2x00_dev *rt2x00dev, in rt2800_register_write()
80 static inline void rt2800_register_write_lock(struct rt2x00_dev *rt2x00dev, in rt2800_register_write_lock()
89 static inline void rt2800_register_multiread(struct rt2x00_dev *rt2x00dev, in rt2800_register_multiread()
98 static inline void rt2800_register_multiwrite(struct rt2x00_dev *rt2x00dev, in rt2800_register_multiwrite()
108 static inline int rt2800_regbusy_read(struct rt2x00_dev *rt2x00dev, in rt2800_regbusy_read()
118 static inline int rt2800_read_eeprom(struct rt2x00_dev *rt2x00dev) in rt2800_read_eeprom()
125 static inline bool rt2800_hwcrypt_disabled(struct rt2x00_dev *rt2x00dev) in rt2800_hwcrypt_disabled()
132 static inline int rt2800_drv_write_firmware(struct rt2x00_dev *rt2x00dev, in rt2800_drv_write_firmware()
140 static inline int rt2800_drv_init_registers(struct rt2x00_dev *rt2x00dev) in rt2800_drv_init_registers()
154 void rt2800_mcu_request(struct rt2x00_dev *rt2x00dev,
158 int rt2800_wait_csr_ready(struct rt2x00_dev *rt2x00dev);
159 int rt2800_wait_wpdma_ready(struct rt2x00_dev *rt2x00dev);
161 int rt2800_check_firmware(struct rt2x00_dev *rt2x00dev,
163 int rt2800_load_firmware(struct rt2x00_dev *rt2x00dev,
177 int rt2800_rfkill_poll(struct rt2x00_dev *rt2x00dev);
178 int rt2800_config_shared_key(struct rt2x00_dev *rt2x00dev,
181 int rt2800_config_pairwise_key(struct rt2x00_dev *rt2x00dev,
184 int rt2800_sta_add(struct rt2x00_dev *rt2x00dev, struct ieee80211_vif *vif,
186 int rt2800_sta_remove(struct rt2x00_dev *rt2x00dev, int wcid);
187 void rt2800_config_filter(struct rt2x00_dev *rt2x00dev,
189 void rt2800_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf,
191 void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp,
193 void rt2800_config_ant(struct rt2x00_dev *rt2x00dev, struct antenna_setup *ant);
194 void rt2800_config(struct rt2x00_dev *rt2x00dev,
197 void rt2800_link_stats(struct rt2x00_dev *rt2x00dev, struct link_qual *qual);
198 void rt2800_reset_tuner(struct rt2x00_dev *rt2x00dev, struct link_qual *qual);
199 void rt2800_link_tuner(struct rt2x00_dev *rt2x00dev, struct link_qual *qual,
201 void rt2800_gain_calibration(struct rt2x00_dev *rt2x00dev);
202 void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev);
204 int rt2800_enable_radio(struct rt2x00_dev *rt2x00dev);
205 void rt2800_disable_radio(struct rt2x00_dev *rt2x00dev);
207 int rt2800_efuse_detect(struct rt2x00_dev *rt2x00dev);
208 int rt2800_read_eeprom_efuse(struct rt2x00_dev *rt2x00dev);
210 int rt2800_probe_hw(struct rt2x00_dev *rt2x00dev);
226 void rt2800_disable_wpdma(struct rt2x00_dev *rt2x00dev);
228 void rt2800_get_txwi_rxwi_size(struct rt2x00_dev *rt2x00dev,