Home
last modified time | relevance | path

Searched refs:nfc_digital_dev (Results 1 – 4 of 4) sorted by relevance

/drivers/nfc/
A Dnfcsim.c32 struct nfc_digital_dev *nfc_digital_dev; member
198 dev->cb(dev->nfc_digital_dev, dev->arg, skb); in nfcsim_recv_wq()
240 static void nfcsim_abort_cmd(struct nfc_digital_dev *ddev) in nfcsim_abort_cmd()
358 idx = dev->nfc_digital_dev->nfc_dev->idx; in nfcsim_debugfs_init_dev()
383 dev->nfc_digital_dev = in nfcsim_device_new()
388 if (!dev->nfc_digital_dev) { in nfcsim_device_new()
393 nfc_digital_set_drvdata(dev->nfc_digital_dev, dev); in nfcsim_device_new()
398 rc = nfc_digital_register_device(dev->nfc_digital_dev); in nfcsim_device_new()
401 nfc_digital_free_device(dev->nfc_digital_dev); in nfcsim_device_new()
414 nfc_digital_unregister_device(dev->nfc_digital_dev); in nfcsim_device_free()
[all …]
A Dport100.c440 struct nfc_digital_dev *nfc_digital_dev; member
955 static void port100_abort_cmd(struct nfc_digital_dev *ddev) in port100_abort_cmd()
1201 cb(dev->nfc_digital_dev, cb_arg->complete_arg, resp); in port100_in_comm_rf_complete()
1206 static int port100_in_send_cmd(struct nfc_digital_dev *ddev, in port100_in_send_cmd()
1367 cb(dev->nfc_digital_dev, cb_arg->complete_arg, resp); in port100_tg_comm_rf_complete()
1592 if (!dev->nfc_digital_dev) { in port100_probe()
1600 nfc_digital_set_drvdata(dev->nfc_digital_dev, dev); in port100_probe()
1602 rc = nfc_digital_register_device(dev->nfc_digital_dev); in port100_probe()
1612 nfc_digital_free_device(dev->nfc_digital_dev); in port100_probe()
1631 nfc_digital_unregister_device(dev->nfc_digital_dev); in port100_disconnect()
[all …]
A Dtrf7970a.c435 struct nfc_digital_dev *ddev;
1171 static int trf7970a_switch_rf(struct nfc_digital_dev *ddev, bool on) in trf7970a_switch_rf()
1386 static int trf7970a_in_configure_hw(struct nfc_digital_dev *ddev, int type, in trf7970a_in_configure_hw()
1507 static int trf7970a_send_cmd(struct nfc_digital_dev *ddev, in trf7970a_send_cmd()
1728 static int trf7970a_tg_configure_hw(struct nfc_digital_dev *ddev, int type, in trf7970a_tg_configure_hw()
1764 static int _trf7970a_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in _trf7970a_tg_listen()
1843 static int trf7970a_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in trf7970a_tg_listen()
1854 static int trf7970a_tg_listen_md(struct nfc_digital_dev *ddev, in trf7970a_tg_listen_md()
1877 static int trf7970a_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in trf7970a_tg_get_rf_tech()
1889 static void trf7970a_abort_cmd(struct nfc_digital_dev *ddev) in trf7970a_abort_cmd()
/drivers/nfc/st95hf/
A Dcore.c219 struct nfc_digital_dev *ddev;
535 struct nfc_digital_dev *nfcddev = st95context->ddev; in iso14443_config_fdt()
609 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_handle_wtx()
700 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_response_handler()
869 static int st95hf_in_configure_hw(struct nfc_digital_dev *ddev, in st95hf_in_configure_hw()
915 static int st95hf_in_send_cmd(struct nfc_digital_dev *ddev, in st95hf_in_send_cmd()
989 static int st95hf_tg_configure_hw(struct nfc_digital_dev *ddev, in st95hf_tg_configure_hw()
996 static int st95hf_tg_send_cmd(struct nfc_digital_dev *ddev, in st95hf_tg_send_cmd()
1005 static int st95hf_tg_listen(struct nfc_digital_dev *ddev, in st95hf_tg_listen()
1018 static int st95hf_switch_rf(struct nfc_digital_dev *ddev, bool on) in st95hf_switch_rf()
[all …]

Completed in 18 milliseconds