Searched defs:at86rf230_local (Results 1 – 1 of 1) sorted by relevance
82 struct at86rf230_local { struct83 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;[all …]