Searched refs:tg_get_rf_tech (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/include/net/nfc/ |
| H A D | digital.h | 124 * RF technology is can be retrieved by calling @tg_get_rf_tech. 127 * @tg_get_rf_tech: Required when @tg_listen_md is supported, unused otherwise. 166 int (*tg_get_rf_tech)(struct nfc_digital_dev *ddev, u8 *rf_tech); member
|
| /kernel/linux/linux-6.6/include/net/nfc/ |
| H A D | digital.h | 124 * RF technology is can be retrieved by calling @tg_get_rf_tech. 127 * @tg_get_rf_tech: Required when @tg_listen_md is supported, unused otherwise. 166 int (*tg_get_rf_tech)(struct nfc_digital_dev *ddev, u8 *rf_tech); member
|
| /kernel/linux/linux-5.10/net/nfc/ |
| H A D | digital_core.c | 759 !ops->switch_rf || (ops->tg_listen_md && !ops->tg_get_rf_tech)) in nfc_digital_allocate_device()
|
| H A D | digital_technology.c | 1273 rc = ddev->ops->tg_get_rf_tech(ddev, &rf_tech); in digital_tg_recv_md_req()
|
| /kernel/linux/linux-6.6/net/nfc/ |
| H A D | digital_core.c | 762 !ops->switch_rf || (ops->tg_listen_md && !ops->tg_get_rf_tech)) in nfc_digital_allocate_device()
|
| H A D | digital_technology.c | 1273 rc = ddev->ops->tg_get_rf_tech(ddev, &rf_tech); in digital_tg_recv_md_req()
|
| /kernel/linux/linux-5.10/drivers/nfc/st95hf/ |
| H A D | core.c | 1050 .tg_get_rf_tech = st95hf_tg_get_rf_tech,
|
| /kernel/linux/linux-6.6/drivers/nfc/st95hf/ |
| H A D | core.c | 1046 .tg_get_rf_tech = st95hf_tg_get_rf_tech,
|
| /kernel/linux/linux-5.10/drivers/nfc/ |
| H A D | trf7970a.c | 1871 .tg_get_rf_tech = trf7970a_tg_get_rf_tech,
|
| /kernel/linux/linux-6.6/drivers/nfc/ |
| H A D | trf7970a.c | 1872 .tg_get_rf_tech = trf7970a_tg_get_rf_tech,
|
Completed in 16 milliseconds