Home
last modified time | relevance | path

Searched defs:mrf24j40 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ieee802154/
Dmrf24j40.c206 struct mrf24j40 { struct
207 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 …]