Searched refs:trf7970a (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/nfc/ |
D | trf7970a.c | 426 struct trf7970a { struct 459 static int trf7970a_cmd(struct trf7970a *trf, u8 opcode) in trf7970a_cmd() argument 473 static int trf7970a_read(struct trf7970a *trf, u8 reg, u8 *val) in trf7970a_read() 488 static int trf7970a_read_cont(struct trf7970a *trf, u8 reg, u8 *buf, in trf7970a_read_cont() 517 static int trf7970a_write(struct trf7970a *trf, u8 reg, u8 val) in trf7970a_write() 532 static int trf7970a_read_irqstatus(struct trf7970a *trf, u8 *status) in trf7970a_read_irqstatus() 556 static int trf7970a_read_target_proto(struct trf7970a *trf, u8 *target_proto) in trf7970a_read_target_proto() 575 static int trf7970a_mode_detect(struct trf7970a *trf, u8 *rf_tech) in trf7970a_mode_detect() 608 static void trf7970a_send_upstream(struct trf7970a *trf) in trf7970a_send_upstream() 636 static void trf7970a_send_err_upstream(struct trf7970a *trf, int errno) in trf7970a_send_err_upstream() [all …]
|
D | Makefile | 14 obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
|
D | Kconfig | 18 trf7970a.ko.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/nfc/ |
D | trf7970a.txt | 4 - compatible: Should be "ti,trf7970a". 15 - irq-status-read-quirk: Specify that the trf7970a being used has the 17 - en2-rf-quirk: Specify that the trf7970a being used has the "EN2 RF" 20 - clock-frequency: Set to specify that the input frequency to the trf7970a is 13560000Hz or 2712000… 27 compatible = "ti,trf7970a";
|
/Linux-v4.19/ |
D | MAINTAINERS | 14646 F: drivers/nfc/trf7970a.c 14647 F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt
|