Lines Matching defs:dev

33 static void b43_wa_papd(struct b43_wldev *dev)  in b43_wa_papd()
44 static void b43_wa_auxclipthr(struct b43_wldev *dev) in b43_wa_auxclipthr()
49 static void b43_wa_afcdac(struct b43_wldev *dev) in b43_wa_afcdac()
55 static void b43_wa_txdc_offset(struct b43_wldev *dev) in b43_wa_txdc_offset()
60 void b43_wa_initgains(struct b43_wldev *dev) in b43_wa_initgains()
84 static void b43_wa_divider(struct b43_wldev *dev) in b43_wa_divider()
90 static void b43_wa_gt(struct b43_wldev *dev) /* Gain table. */ in b43_wa_gt()
119 static void b43_wa_rssi_lt(struct b43_wldev *dev) /* RSSI lookup table */ in b43_wa_rssi_lt()
134 static void b43_wa_analog(struct b43_wldev *dev) in b43_wa_analog()
152 static void b43_wa_dac(struct b43_wldev *dev) in b43_wa_dac()
162 static void b43_wa_fft(struct b43_wldev *dev) /* Fine frequency table */ in b43_wa_fft()
174 static void b43_wa_nft(struct b43_wldev *dev) /* Noise figure table */ in b43_wa_nft()
196 static void b43_wa_rt(struct b43_wldev *dev) /* Rotor table */ in b43_wa_rt()
204 static void b43_write_null_nst(struct b43_wldev *dev) in b43_write_null_nst()
212 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst()
220 static void b43_wa_nst(struct b43_wldev *dev) /* Noise scale table */ in b43_wa_nst()
245 static void b43_wa_art(struct b43_wldev *dev) /* ADV retard table */ in b43_wa_art()
254 static void b43_wa_txlna_gain(struct b43_wldev *dev) in b43_wa_txlna_gain()
259 static void b43_wa_crs_reset(struct b43_wldev *dev) in b43_wa_crs_reset()
264 static void b43_wa_2060txlna_gain(struct b43_wldev *dev) in b43_wa_2060txlna_gain()
270 static void b43_wa_lms(struct b43_wldev *dev) in b43_wa_lms()
275 static void b43_wa_mixedsignal(struct b43_wldev *dev) in b43_wa_mixedsignal()
280 static void b43_wa_msst(struct b43_wldev *dev) /* Min sigma square table */ in b43_wa_msst()
301 static void b43_wa_iqadc(struct b43_wldev *dev) in b43_wa_iqadc()
308 static void b43_wa_crs_ed(struct b43_wldev *dev) in b43_wa_crs_ed()
326 static void b43_wa_crs_thr(struct b43_wldev *dev) in b43_wa_crs_thr()
331 static void b43_wa_crs_blank(struct b43_wldev *dev) in b43_wa_crs_blank()
336 static void b43_wa_cck_shiftbits(struct b43_wldev *dev) in b43_wa_cck_shiftbits()
341 static void b43_wa_wrssi_offset(struct b43_wldev *dev) in b43_wa_wrssi_offset()
358 static void b43_wa_txpuoff_rxpuon(struct b43_wldev *dev) in b43_wa_txpuoff_rxpuon()
364 static void b43_wa_altagc(struct b43_wldev *dev) in b43_wa_altagc()
442 static void b43_wa_tr_ltov(struct b43_wldev *dev) /* TR Lookup Table Original Values */ in b43_wa_tr_ltov()
447 static void b43_wa_cpll_nonpilot(struct b43_wldev *dev) in b43_wa_cpll_nonpilot()
453 static void b43_wa_rssi_adc(struct b43_wldev *dev) in b43_wa_rssi_adc()
459 static void b43_wa_boards_a(struct b43_wldev *dev) in b43_wa_boards_a()
485 static void b43_wa_boards_g(struct b43_wldev *dev) in b43_wa_boards_g()
517 void b43_wa_all(struct b43_wldev *dev) in b43_wa_all()