Searched defs:mrf24j40 (Results 1 – 1 of 1) sorted by relevance
197 struct mrf24j40 { struct198 struct spi_device *spi;199 struct ieee802154_hw *hw;201 struct regmap *regmap_short;202 struct regmap *regmap_long;205 struct spi_message tx_msg;206 u8 tx_hdr_buf[2];207 struct spi_transfer tx_hdr_trx;208 u8 tx_len_buf[2];209 struct spi_transfer tx_len_trx;[all …]