Lines Matching defs:trf7970a
423 struct trf7970a { struct
424 enum trf7970a_state state; argument
425 struct device *dev;
426 struct spi_device *spi;
427 struct regulator *regulator;
428 struct nfc_digital_dev *ddev;
429 u32 quirks;
430 bool is_initiator;
431 bool aborting;
432 struct sk_buff *tx_skb;
456 static int trf7970a_cmd(struct trf7970a *trf, u8 opcode) in trf7970a_cmd() argument