Lines Matching refs:rt2x00_dev

534 	int (*probe_hw) (struct rt2x00_dev *rt2x00dev);
535 char *(*get_firmware_name) (struct rt2x00_dev *rt2x00dev);
536 int (*check_firmware) (struct rt2x00_dev *rt2x00dev,
538 int (*load_firmware) (struct rt2x00_dev *rt2x00dev,
544 int (*initialize) (struct rt2x00_dev *rt2x00dev);
545 void (*uninitialize) (struct rt2x00_dev *rt2x00dev);
556 int (*set_device_state) (struct rt2x00_dev *rt2x00dev,
558 int (*rfkill_poll) (struct rt2x00_dev *rt2x00dev);
559 void (*link_stats) (struct rt2x00_dev *rt2x00dev,
561 void (*reset_tuner) (struct rt2x00_dev *rt2x00dev,
563 void (*link_tuner) (struct rt2x00_dev *rt2x00dev,
565 void (*gain_calibration) (struct rt2x00_dev *rt2x00dev);
566 void (*vco_calibration) (struct rt2x00_dev *rt2x00dev);
571 void (*watchdog) (struct rt2x00_dev *rt2x00dev);
599 int (*config_shared_key) (struct rt2x00_dev *rt2x00dev,
602 int (*config_pairwise_key) (struct rt2x00_dev *rt2x00dev,
605 void (*config_filter) (struct rt2x00_dev *rt2x00dev,
607 void (*config_intf) (struct rt2x00_dev *rt2x00dev,
615 void (*config_erp) (struct rt2x00_dev *rt2x00dev,
618 void (*config_ant) (struct rt2x00_dev *rt2x00dev,
620 void (*config) (struct rt2x00_dev *rt2x00dev,
623 int (*sta_add) (struct rt2x00_dev *rt2x00dev,
626 int (*sta_remove) (struct rt2x00_dev *rt2x00dev,
728 struct rt2x00_dev { struct
1034 static inline void rt2x00_rf_read(struct rt2x00_dev *rt2x00dev, in rt2x00_rf_read()
1041 static inline void rt2x00_rf_write(struct rt2x00_dev *rt2x00dev, in rt2x00_rf_write()
1051 static inline void *rt2x00_eeprom_addr(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_addr()
1057 static inline void rt2x00_eeprom_read(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_read()
1063 static inline void rt2x00_eeprom_write(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_write()
1069 static inline u8 rt2x00_eeprom_byte(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_byte()
1078 static inline void rt2x00_set_chip(struct rt2x00_dev *rt2x00dev, in rt2x00_set_chip()
1090 static inline void rt2x00_set_rt(struct rt2x00_dev *rt2x00dev, in rt2x00_set_rt()
1100 static inline void rt2x00_set_rf(struct rt2x00_dev *rt2x00dev, const u16 rf) in rt2x00_set_rf()
1108 static inline bool rt2x00_rt(struct rt2x00_dev *rt2x00dev, const u16 rt) in rt2x00_rt()
1113 static inline bool rt2x00_rf(struct rt2x00_dev *rt2x00dev, const u16 rf) in rt2x00_rf()
1118 static inline u16 rt2x00_rev(struct rt2x00_dev *rt2x00dev) in rt2x00_rev()
1123 static inline bool rt2x00_rt_rev(struct rt2x00_dev *rt2x00dev, in rt2x00_rt_rev()
1129 static inline bool rt2x00_rt_rev_lt(struct rt2x00_dev *rt2x00dev, in rt2x00_rt_rev_lt()
1135 static inline bool rt2x00_rt_rev_gte(struct rt2x00_dev *rt2x00dev, in rt2x00_rt_rev_gte()
1141 static inline void rt2x00_set_chip_intf(struct rt2x00_dev *rt2x00dev, in rt2x00_set_chip_intf()
1147 static inline bool rt2x00_intf(struct rt2x00_dev *rt2x00dev, in rt2x00_intf()
1153 static inline bool rt2x00_is_pci(struct rt2x00_dev *rt2x00dev) in rt2x00_is_pci()
1159 static inline bool rt2x00_is_pcie(struct rt2x00_dev *rt2x00dev) in rt2x00_is_pcie()
1164 static inline bool rt2x00_is_usb(struct rt2x00_dev *rt2x00dev) in rt2x00_is_usb()
1169 static inline bool rt2x00_is_soc(struct rt2x00_dev *rt2x00dev) in rt2x00_is_soc()
1177 rt2x00_has_cap_flag(struct rt2x00_dev *rt2x00dev, in rt2x00_has_cap_flag()
1184 rt2x00_has_cap_hw_crypto(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_hw_crypto()
1190 rt2x00_has_cap_power_limit(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_power_limit()
1196 rt2x00_has_cap_control_filters(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_control_filters()
1202 rt2x00_has_cap_control_filter_pspoll(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_control_filter_pspoll()
1208 rt2x00_has_cap_pre_tbtt_interrupt(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_pre_tbtt_interrupt()
1214 rt2x00_has_cap_link_tuning(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_link_tuning()
1220 rt2x00_has_cap_frame_type(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_frame_type()
1226 rt2x00_has_cap_rf_sequence(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_rf_sequence()
1232 rt2x00_has_cap_external_lna_a(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_external_lna_a()
1238 rt2x00_has_cap_external_lna_bg(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_external_lna_bg()
1244 rt2x00_has_cap_double_antenna(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_double_antenna()
1250 rt2x00_has_cap_bt_coexist(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_bt_coexist()
1256 rt2x00_has_cap_vco_recalibration(struct rt2x00_dev *rt2x00dev) in rt2x00_has_cap_vco_recalibration()
1283 rt2x00queue_get_tx_queue(struct rt2x00_dev *rt2x00dev, in rt2x00queue_get_tx_queue()
1354 void rt2x00queue_start_queues(struct rt2x00_dev *rt2x00dev);
1363 void rt2x00queue_stop_queues(struct rt2x00_dev *rt2x00dev);
1373 void rt2x00queue_flush_queues(struct rt2x00_dev *rt2x00dev, bool drop);
1385 void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
1388 static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev, in rt2x00debug_dump_frame()
1398 u32 rt2x00lib_get_bssidx(struct rt2x00_dev *rt2x00dev,
1404 void rt2x00lib_beacondone(struct rt2x00_dev *rt2x00dev);
1405 void rt2x00lib_pretbtt(struct rt2x00_dev *rt2x00dev);
1469 int rt2x00lib_probe_dev(struct rt2x00_dev *rt2x00dev);
1470 void rt2x00lib_remove_dev(struct rt2x00_dev *rt2x00dev);
1472 int rt2x00lib_suspend(struct rt2x00_dev *rt2x00dev, pm_message_t state);
1473 int rt2x00lib_resume(struct rt2x00_dev *rt2x00dev);