Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ieee802154/
H A Dadf7242.c269 struct adf7242_local { struct
270 struct spi_device *spi;
271 struct completion tx_complete;
272 struct ieee802154_hw *hw;
273 struct mutex bmux; /* protect SPI messages */
274 struct spi_message stat_msg;
275 struct spi_transfer stat_xfer;
276 struct dentry *debugfs_root;
277 struct delayed_work work;
301 static int adf7242_soft_reset(struct adf7242_local *lp, int line); argument