Lines Matching defs:at86rf230_local
82 struct at86rf230_local { struct
83 struct spi_device *spi;
85 struct ieee802154_hw *hw;
86 struct at86rf2xx_chip_data *data;
87 struct regmap *regmap;
88 int slp_tr;
90 struct completion state_complete;
91 struct at86rf230_state_change state;
93 struct at86rf230_state_change irq;
95 bool tx_aret;
96 unsigned long cal_timeout;
97 s8 max_frame_retries;
98 bool is_tx;
99 bool is_tx_from_off;
100 u8 tx_retry;
101 struct sk_buff *tx_skb;
102 struct at86rf230_state_change tx;