Lines Matching refs:trf7970a

423 struct trf7970a {  struct
457 static int trf7970a_cmd(struct trf7970a *trf, u8 opcode) in trf7970a_cmd() argument
471 static int trf7970a_read(struct trf7970a *trf, u8 reg, u8 *val) in trf7970a_read()
486 static int trf7970a_read_cont(struct trf7970a *trf, u8 reg, u8 *buf, in trf7970a_read_cont()
515 static int trf7970a_write(struct trf7970a *trf, u8 reg, u8 val) in trf7970a_write()
530 static int trf7970a_read_irqstatus(struct trf7970a *trf, u8 *status) in trf7970a_read_irqstatus()
554 static int trf7970a_read_target_proto(struct trf7970a *trf, u8 *target_proto) in trf7970a_read_target_proto()
573 static int trf7970a_mode_detect(struct trf7970a *trf, u8 *rf_tech) in trf7970a_mode_detect()
606 static void trf7970a_send_upstream(struct trf7970a *trf) in trf7970a_send_upstream()
634 static void trf7970a_send_err_upstream(struct trf7970a *trf, int errno) in trf7970a_send_err_upstream()
646 static int trf7970a_transmit(struct trf7970a *trf, struct sk_buff *skb, in trf7970a_transmit()
704 static void trf7970a_fill_fifo(struct trf7970a *trf) in trf7970a_fill_fifo()
739 static void trf7970a_drain_fifo(struct trf7970a *trf, u8 status) in trf7970a_drain_fifo()
823 struct trf7970a *trf = dev_id; in trf7970a_irq()
983 static void trf7970a_issue_eof(struct trf7970a *trf) in trf7970a_issue_eof()
1008 struct trf7970a *trf = container_of(work, struct trf7970a, in trf7970a_timeout_work_handler()
1028 static int trf7970a_init(struct trf7970a *trf) in trf7970a_init()
1080 static void trf7970a_switch_rf_off(struct trf7970a *trf) in trf7970a_switch_rf_off()
1099 static int trf7970a_switch_rf_on(struct trf7970a *trf) in trf7970a_switch_rf_on()
1126 struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_switch_rf()
1170 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech()
1230 static int trf7970a_is_rf_field(struct trf7970a *trf, bool *is_rf_field) in trf7970a_is_rf_field()
1264 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing) in trf7970a_in_config_framing()
1342 struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_in_configure_hw()
1391 static int trf7970a_per_cmd_config(struct trf7970a *trf, in trf7970a_per_cmd_config()
1464 struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_send_cmd()
1564 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech()
1623 static int trf7970a_tg_config_framing(struct trf7970a *trf, int framing) in trf7970a_tg_config_framing()
1685 struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_tg_configure_hw()
1722 struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in _trf7970a_tg_listen()
1796 const struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_tg_listen()
1808 const struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_tg_listen_md()
1829 const struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_tg_get_rf_tech()
1841 struct trf7970a *trf = nfc_digital_get_drvdata(ddev); in trf7970a_abort_cmd()
1878 static int trf7970a_power_up(struct trf7970a *trf) in trf7970a_power_up()
1910 static int trf7970a_power_down(struct trf7970a *trf) in trf7970a_power_down()
1940 static int trf7970a_startup(struct trf7970a *trf) in trf7970a_startup()
1955 static void trf7970a_shutdown(struct trf7970a *trf) in trf7970a_shutdown()
1993 struct trf7970a *trf; in trf7970a_probe()
2152 struct trf7970a *trf = spi_get_drvdata(spi); in trf7970a_remove()
2173 struct trf7970a *trf = spi_get_drvdata(spi); in trf7970a_suspend()
2187 struct trf7970a *trf = spi_get_drvdata(spi); in trf7970a_resume()
2204 struct trf7970a *trf = spi_get_drvdata(spi); in trf7970a_pm_runtime_suspend()
2219 struct trf7970a *trf = spi_get_drvdata(spi); in trf7970a_pm_runtime_resume()