Lines Matching refs:rt2x00_dev

51 	u32 (*register_read)(struct rt2x00_dev *rt2x00dev,
53 u32 (*register_read_lock)(struct rt2x00_dev *rt2x00dev,
55 void (*register_write)(struct rt2x00_dev *rt2x00dev,
57 void (*register_write_lock)(struct rt2x00_dev *rt2x00dev,
60 void (*register_multiread)(struct rt2x00_dev *rt2x00dev,
63 void (*register_multiwrite)(struct rt2x00_dev *rt2x00dev,
67 int (*regbusy_read)(struct rt2x00_dev *rt2x00dev,
71 int (*read_eeprom)(struct rt2x00_dev *rt2x00dev);
72 bool (*hwcrypt_disabled)(struct rt2x00_dev *rt2x00dev);
74 int (*drv_write_firmware)(struct rt2x00_dev *rt2x00dev,
76 int (*drv_init_registers)(struct rt2x00_dev *rt2x00dev);
81 static inline u32 rt2800_register_read(struct rt2x00_dev *rt2x00dev, in rt2800_register_read()
89 static inline u32 rt2800_register_read_lock(struct rt2x00_dev *rt2x00dev, in rt2800_register_read_lock()
97 static inline void rt2800_register_write(struct rt2x00_dev *rt2x00dev, in rt2800_register_write()
106 static inline void rt2800_register_write_lock(struct rt2x00_dev *rt2x00dev, in rt2800_register_write_lock()
115 static inline void rt2800_register_multiread(struct rt2x00_dev *rt2x00dev, in rt2800_register_multiread()
124 static inline void rt2800_register_multiwrite(struct rt2x00_dev *rt2x00dev, in rt2800_register_multiwrite()
134 static inline int rt2800_regbusy_read(struct rt2x00_dev *rt2x00dev, in rt2800_regbusy_read()
144 static inline int rt2800_read_eeprom(struct rt2x00_dev *rt2x00dev) in rt2800_read_eeprom()
151 static inline bool rt2800_hwcrypt_disabled(struct rt2x00_dev *rt2x00dev) in rt2800_hwcrypt_disabled()
158 static inline int rt2800_drv_write_firmware(struct rt2x00_dev *rt2x00dev, in rt2800_drv_write_firmware()
166 static inline int rt2800_drv_init_registers(struct rt2x00_dev *rt2x00dev) in rt2800_drv_init_registers()
187 void rt2800_mcu_request(struct rt2x00_dev *rt2x00dev,
191 int rt2800_wait_csr_ready(struct rt2x00_dev *rt2x00dev);
192 int rt2800_wait_wpdma_ready(struct rt2x00_dev *rt2x00dev);
194 int rt2800_check_firmware(struct rt2x00_dev *rt2x00dev,
196 int rt2800_load_firmware(struct rt2x00_dev *rt2x00dev,
205 void rt2800_txdone(struct rt2x00_dev *rt2x00dev, unsigned int quota);
206 void rt2800_txdone_nostatus(struct rt2x00_dev *rt2x00dev);
207 bool rt2800_txstatus_timeout(struct rt2x00_dev *rt2x00dev);
208 bool rt2800_txstatus_pending(struct rt2x00_dev *rt2x00dev);
210 void rt2800_watchdog(struct rt2x00_dev *rt2x00dev);
217 int rt2800_rfkill_poll(struct rt2x00_dev *rt2x00dev);
218 int rt2800_config_shared_key(struct rt2x00_dev *rt2x00dev,
221 int rt2800_config_pairwise_key(struct rt2x00_dev *rt2x00dev,
228 void rt2800_config_filter(struct rt2x00_dev *rt2x00dev,
230 void rt2800_config_intf(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf,
232 void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp,
234 void rt2800_config_ant(struct rt2x00_dev *rt2x00dev, struct antenna_setup *ant);
235 void rt2800_config(struct rt2x00_dev *rt2x00dev,
238 void rt2800_link_stats(struct rt2x00_dev *rt2x00dev, struct link_qual *qual);
239 void rt2800_reset_tuner(struct rt2x00_dev *rt2x00dev, struct link_qual *qual);
240 void rt2800_link_tuner(struct rt2x00_dev *rt2x00dev, struct link_qual *qual,
242 void rt2800_gain_calibration(struct rt2x00_dev *rt2x00dev);
243 void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev);
245 int rt2800_enable_radio(struct rt2x00_dev *rt2x00dev);
246 void rt2800_disable_radio(struct rt2x00_dev *rt2x00dev);
248 int rt2800_efuse_detect(struct rt2x00_dev *rt2x00dev);
249 int rt2800_read_eeprom_efuse(struct rt2x00_dev *rt2x00dev);
251 int rt2800_probe_hw(struct rt2x00_dev *rt2x00dev);
266 void rt2800_disable_wpdma(struct rt2x00_dev *rt2x00dev);
268 void rt2800_get_txwi_rxwi_size(struct rt2x00_dev *rt2x00dev,
271 void rt2800_pre_reset_hw(struct rt2x00_dev *rt2x00dev);