Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ieee802154/
Dadf7242.c270 struct adf7242_local { struct
271 struct spi_device *spi;
272 struct completion tx_complete;
273 struct ieee802154_hw *hw;
274 struct mutex bmux; /* protect SPI messages */
275 struct spi_message stat_msg;
276 struct spi_transfer stat_xfer;
277 struct dentry *debugfs_root;
278 struct delayed_work work;
302 static int adf7242_soft_reset(struct adf7242_local *lp, int line); argument