Lines Matching refs:at86rf230_local
41 struct at86rf230_local;
57 int (*set_channel)(struct at86rf230_local *, u8, u8);
58 int (*set_txpower)(struct at86rf230_local *, s32);
72 struct at86rf230_local *lp;
96 struct at86rf230_local { struct
121 at86rf230_async_state_change(struct at86rf230_local *lp, argument
126 at86rf230_sleep(struct at86rf230_local *lp) in at86rf230_sleep()
137 at86rf230_awake(struct at86rf230_local *lp) in at86rf230_awake()
148 __at86rf230_write(struct at86rf230_local *lp, in __at86rf230_write()
168 __at86rf230_read(struct at86rf230_local *lp, in __at86rf230_read()
188 at86rf230_read_subreg(struct at86rf230_local *lp, in at86rf230_read_subreg()
202 at86rf230_write_subreg(struct at86rf230_local *lp, in at86rf230_write_subreg()
223 at86rf230_slp_tr_rising_edge(struct at86rf230_local *lp) in at86rf230_slp_tr_rising_edge()
349 struct at86rf230_local *lp = ctx->lp; in at86rf230_async_error_recover()
359 at86rf230_async_error(struct at86rf230_local *lp, in at86rf230_async_error()
370 at86rf230_async_read_reg(struct at86rf230_local *lp, u8 reg, in at86rf230_async_read_reg()
386 at86rf230_async_write_reg(struct at86rf230_local *lp, u8 reg, u8 val, in at86rf230_async_write_reg()
404 struct at86rf230_local *lp = ctx->lp; in at86rf230_async_state_assert()
463 struct at86rf230_local *lp = ctx->lp; in at86rf230_async_state_timer()
476 struct at86rf230_local *lp = ctx->lp; in at86rf230_async_state_delay()
568 struct at86rf230_local *lp = ctx->lp; in at86rf230_async_state_change_start()
598 at86rf230_async_state_change(struct at86rf230_local *lp, in at86rf230_async_state_change()
613 struct at86rf230_local *lp = ctx->lp; in at86rf230_sync_state_change_complete()
623 at86rf230_sync_state_change(struct at86rf230_local *lp, unsigned int state) in at86rf230_sync_state_change()
644 struct at86rf230_local *lp = ctx->lp; in at86rf230_tx_complete()
654 struct at86rf230_local *lp = ctx->lp; in at86rf230_tx_on()
664 struct at86rf230_local *lp = ctx->lp; in at86rf230_tx_trac_check()
698 struct at86rf230_local *lp = ctx->lp; in at86rf230_rx_read_frame_complete()
726 struct at86rf230_local *lp = ctx->lp; in at86rf230_rx_trac_check()
763 struct at86rf230_local *lp = ctx->lp; in at86rf230_irq_trx_end()
779 struct at86rf230_local *lp = ctx->lp; in at86rf230_irq_status()
795 at86rf230_setup_spi_messages(struct at86rf230_local *lp, in at86rf230_setup_spi_messages()
812 struct at86rf230_local *lp = data; in at86rf230_isr()
844 struct at86rf230_local *lp = ctx->lp; in at86rf230_write_frame_complete()
859 struct at86rf230_local *lp = ctx->lp; in at86rf230_write_frame()
882 struct at86rf230_local *lp = ctx->lp; in at86rf230_xmit_tx_on()
892 struct at86rf230_local *lp = ctx->lp; in at86rf230_xmit_start()
908 struct at86rf230_local *lp = hw->priv; in at86rf230_xmit()
943 struct at86rf230_local *lp = hw->priv; in at86rf230_start()
958 struct at86rf230_local *lp = hw->priv; in at86rf230_stop()
978 at86rf23x_set_channel(struct at86rf230_local *lp, u8 page, u8 channel) in at86rf23x_set_channel()
1000 at86rf212_update_cca_ed_level(struct at86rf230_local *lp, int rssi_base_val) in at86rf212_update_cca_ed_level()
1028 at86rf212_set_channel(struct at86rf230_local *lp, u8 page, u8 channel) in at86rf212_set_channel()
1089 struct at86rf230_local *lp = hw->priv; in at86rf230_channel()
1106 struct at86rf230_local *lp = hw->priv; in at86rf230_set_hw_addr_filt()
1167 at86rf23x_set_txpower(struct at86rf230_local *lp, s32 mbm) in at86rf23x_set_txpower()
1180 at86rf212_set_txpower(struct at86rf230_local *lp, s32 mbm) in at86rf212_set_txpower()
1195 struct at86rf230_local *lp = hw->priv; in at86rf230_set_txpower()
1203 struct at86rf230_local *lp = hw->priv; in at86rf230_set_lbt()
1212 struct at86rf230_local *lp = hw->priv; in at86rf230_set_cca_mode()
1246 struct at86rf230_local *lp = hw->priv; in at86rf230_set_cca_ed_level()
1261 struct at86rf230_local *lp = hw->priv; in at86rf230_set_csma_params()
1278 struct at86rf230_local *lp = hw->priv; in at86rf230_set_frame_retries()
1286 struct at86rf230_local *lp = hw->priv; in at86rf230_set_promiscuous_mode()
1372 static int at86rf230_hw_init(struct at86rf230_local *lp, u8 xtal_trim) in at86rf230_hw_init()
1506 at86rf230_detect_device(struct at86rf230_local *lp) in at86rf230_detect_device()
1613 struct at86rf230_local *lp = file->private; in at86rf230_stats_show()
1639 static int at86rf230_debugfs_init(struct at86rf230_local *lp) in at86rf230_debugfs_init()
1664 static int at86rf230_debugfs_init(struct at86rf230_local *lp) { return 0; } in at86rf230_debugfs_init()
1671 struct at86rf230_local *lp; in at86rf230_probe()
1784 struct at86rf230_local *lp = spi_get_drvdata(spi); in at86rf230_remove()