Searched defs:adf7242_local (Results 1 – 1 of 1) sorted by relevance
270 struct adf7242_local { struct271 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