Lines Matching defs:dev
82 static void b43_radio_set_tx_iq(struct b43_wldev *dev) in b43_radio_set_tx_iq()
100 static void aphy_channel_switch(struct b43_wldev *dev, unsigned int channel) in aphy_channel_switch()
143 static void b43_radio_init2060(struct b43_wldev *dev) in b43_radio_init2060()
181 static void b43_phy_rssiagc(struct b43_wldev *dev, u8 enable) in b43_phy_rssiagc()
212 static void b43_phy_ww(struct b43_wldev *dev) in b43_phy_ww()
261 static void hardware_pctl_init_aphy(struct b43_wldev *dev) in hardware_pctl_init_aphy()
266 void b43_phy_inita(struct b43_wldev *dev) in b43_phy_inita()
319 static int b43_aphy_init_tssi2dbm_table(struct b43_wldev *dev) in b43_aphy_init_tssi2dbm_table()
354 static int b43_aphy_op_allocate(struct b43_wldev *dev) in b43_aphy_op_allocate()
377 static void b43_aphy_op_prepare_structs(struct b43_wldev *dev) in b43_aphy_op_prepare_structs()
399 static void b43_aphy_op_free(struct b43_wldev *dev) in b43_aphy_op_free()
411 static int b43_aphy_op_init(struct b43_wldev *dev) in b43_aphy_op_init()
418 static inline u16 adjust_phyreg(struct b43_wldev *dev, u16 offset) in adjust_phyreg()
444 static u16 b43_aphy_op_read(struct b43_wldev *dev, u16 reg) in b43_aphy_op_read()
451 static void b43_aphy_op_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_aphy_op_write()
458 static u16 b43_aphy_op_radio_read(struct b43_wldev *dev, u16 reg) in b43_aphy_op_radio_read()
469 static void b43_aphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_aphy_op_radio_write()
478 static bool b43_aphy_op_supports_hwpctl(struct b43_wldev *dev) in b43_aphy_op_supports_hwpctl()
483 static void b43_aphy_op_software_rfkill(struct b43_wldev *dev, in b43_aphy_op_software_rfkill()
504 static int b43_aphy_op_switch_channel(struct b43_wldev *dev, in b43_aphy_op_switch_channel()
514 static unsigned int b43_aphy_op_get_default_chan(struct b43_wldev *dev) in b43_aphy_op_get_default_chan()
519 static void b43_aphy_op_set_rx_antenna(struct b43_wldev *dev, int antenna) in b43_aphy_op_set_rx_antenna()
558 static void b43_aphy_op_adjust_txpower(struct b43_wldev *dev) in b43_aphy_op_adjust_txpower()
562 static enum b43_txpwr_result b43_aphy_op_recalc_txpower(struct b43_wldev *dev, in b43_aphy_op_recalc_txpower()
568 static void b43_aphy_op_pwork_15sec(struct b43_wldev *dev) in b43_aphy_op_pwork_15sec()
572 static void b43_aphy_op_pwork_60sec(struct b43_wldev *dev) in b43_aphy_op_pwork_60sec()