Lines Matching refs:zd_rf
36 struct zd_rf { struct
55 int (*init_hw)(struct zd_rf *rf); argument
56 int (*set_channel)(struct zd_rf *rf, u8 channel); argument
57 int (*switch_radio_on)(struct zd_rf *rf); argument
58 int (*switch_radio_off)(struct zd_rf *rf); argument
59 int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel); argument
60 void (*clear)(struct zd_rf *rf); argument
64 void zd_rf_init(struct zd_rf *rf);
65 void zd_rf_clear(struct zd_rf *rf);
66 int zd_rf_init_hw(struct zd_rf *rf, u8 type);
68 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size);
70 int zd_rf_set_channel(struct zd_rf *rf, u8 channel);
72 int zd_switch_radio_on(struct zd_rf *rf);
73 int zd_switch_radio_off(struct zd_rf *rf);
75 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
76 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
78 static inline int zd_rf_should_update_pwr_int(struct zd_rf *rf) in zd_rf_should_update_pwr_int()
83 static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf) in zd_rf_should_patch_cck_gain()
88 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
89 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
93 int zd_rf_init_rf2959(struct zd_rf *rf);
94 int zd_rf_init_al2230(struct zd_rf *rf);
95 int zd_rf_init_al7230b(struct zd_rf *rf);
96 int zd_rf_init_uw2453(struct zd_rf *rf);