Lines Matching refs:zd_rf
48 struct zd_rf { struct
67 int (*init_hw)(struct zd_rf *rf); argument
68 int (*set_channel)(struct zd_rf *rf, u8 channel); argument
69 int (*switch_radio_on)(struct zd_rf *rf); argument
70 int (*switch_radio_off)(struct zd_rf *rf); argument
71 int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel); argument
72 void (*clear)(struct zd_rf *rf); argument
76 void zd_rf_init(struct zd_rf *rf);
77 void zd_rf_clear(struct zd_rf *rf);
78 int zd_rf_init_hw(struct zd_rf *rf, u8 type);
80 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size);
82 int zd_rf_set_channel(struct zd_rf *rf, u8 channel);
84 int zd_switch_radio_on(struct zd_rf *rf);
85 int zd_switch_radio_off(struct zd_rf *rf);
87 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
88 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
90 static inline int zd_rf_should_update_pwr_int(struct zd_rf *rf) in zd_rf_should_update_pwr_int()
95 static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf) in zd_rf_should_patch_cck_gain()
100 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
101 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
105 int zd_rf_init_rf2959(struct zd_rf *rf);
106 int zd_rf_init_al2230(struct zd_rf *rf);
107 int zd_rf_init_al7230b(struct zd_rf *rf);
108 int zd_rf_init_uw2453(struct zd_rf *rf);