Lines Matching defs:mcr20a_local
396 struct mcr20a_local { struct
397 struct spi_device *spi;
399 struct ieee802154_hw *hw;
400 struct regmap *regmap_dar;
401 struct regmap *regmap_iar;
403 u8 *buf;
405 bool is_tx;
408 struct spi_message tx_buf_msg;
409 u8 tx_header[1];
411 struct spi_transfer tx_xfer_header;
412 u8 tx_len[1];
414 struct spi_transfer tx_xfer_len;
416 struct spi_transfer tx_xfer_buf;
417 struct sk_buff *tx_skb;
420 struct spi_message reg_msg;
421 u8 reg_cmd[1];
422 u8 reg_data[MCR20A_IRQSTS_NUM];
446 struct mcr20a_local *lp = context; in mcr20a_write_tx_buf_complete() argument