Searched defs:trf (Results 1 – 1 of 1) sorted by relevance
/drivers/nfc/ |
D | trf7970a.c | 460 static int trf7970a_cmd(struct trf7970a *trf, u8 opcode) in trf7970a_cmd() 474 static int trf7970a_read(struct trf7970a *trf, u8 reg, u8 *val) in trf7970a_read() 489 static int trf7970a_read_cont(struct trf7970a *trf, u8 reg, u8 *buf, size_t len) 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() 643 static void trf7970a_send_err_upstream(struct trf7970a *trf, int errno) in trf7970a_send_err_upstream() 655 static int trf7970a_transmit(struct trf7970a *trf, struct sk_buff *skb, in trf7970a_transmit() [all …]
|