Lines Matching defs:mcr20a_local
397 struct mcr20a_local { struct
398 struct spi_device *spi;
400 struct ieee802154_hw *hw;
401 struct regmap *regmap_dar;
402 struct regmap *regmap_iar;
404 u8 *buf;
406 bool is_tx;
409 struct spi_message tx_buf_msg;
410 u8 tx_header[1];
412 struct spi_transfer tx_xfer_header;
413 u8 tx_len[1];
415 struct spi_transfer tx_xfer_len;
417 struct spi_transfer tx_xfer_buf;
418 struct sk_buff *tx_skb;
421 struct spi_message reg_msg;
422 u8 reg_cmd[1];
423 u8 reg_data[MCR20A_IRQSTS_NUM];
447 struct mcr20a_local *lp = context; in mcr20a_write_tx_buf_complete() argument