Searched defs:mrf24j40 (Results 1 – 1 of 1) sorted by relevance
206 struct mrf24j40 { struct207 struct spi_device *spi;208 struct ieee802154_hw *hw;210 struct regmap *regmap_short;211 struct regmap *regmap_long;214 struct spi_message tx_msg;215 u8 tx_hdr_buf[2];216 struct spi_transfer tx_hdr_trx;217 u8 tx_len_buf[2];218 struct spi_transfer tx_len_trx;[all …]