Searched refs:tg_listen_md (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | digital.h | 121 * @tg_listen_md: If supported, put the device in automatic listen mode with 127 * @tg_get_rf_tech: Required when @tg_listen_md is supported, unused otherwise. 128 * Return the RF Technology that was detected by the @tg_listen_md call. 164 int (*tg_listen_md)(struct nfc_digital_dev *ddev, u16 timeout, member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | digital.h | 121 * @tg_listen_md: If supported, put the device in automatic listen mode with 127 * @tg_get_rf_tech: Required when @tg_listen_md is supported, unused otherwise. 128 * Return the RF Technology that was detected by the @tg_listen_md call. 164 int (*tg_listen_md)(struct nfc_digital_dev *ddev, u16 timeout, member
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_core.c | 202 rc = ddev->ops->tg_listen_md(ddev, cmd->timeout, in digital_wq_cmd() 527 } else if (ddev->ops->tg_listen_md) { in digital_start_poll() 759 !ops->switch_rf || (ops->tg_listen_md && !ops->tg_get_rf_tech)) in nfc_digital_allocate_device()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_core.c | 202 rc = ddev->ops->tg_listen_md(ddev, cmd->timeout, in digital_wq_cmd() 530 } else if (ddev->ops->tg_listen_md) { in digital_start_poll() 762 !ops->switch_rf || (ops->tg_listen_md && !ops->tg_get_rf_tech)) in nfc_digital_allocate_device()
|
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | trf7970a.c | 1870 .tg_listen_md = trf7970a_tg_listen_md,
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | trf7970a.c | 1871 .tg_listen_md = trf7970a_tg_listen_md,
|
Completed in 10 milliseconds