Searched defs:mrf24j40 (Results 1 – 1 of 1) sorted by relevance
201 struct mrf24j40 { struct202 struct spi_device *spi;203 struct ieee802154_hw *hw;205 struct regmap *regmap_short;206 struct regmap *regmap_long;209 struct spi_message tx_msg;210 u8 tx_hdr_buf[2];211 struct spi_transfer tx_hdr_trx;212 u8 tx_len_buf[2];213 struct spi_transfer tx_len_trx;[all …]