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