Searched refs:tg_configure_hw (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | digital.h | 14 * Configuration types for in_configure_hw and tg_configure_hw. 23 * tg_configure_hw for NFC_DIGITAL_CONFIG_RF_TECH configuration type. 37 * tg_configure_hw for NFC_DIGITAL_CONFIG_FRAMING configuration type. 103 * @tg_configure_hw: Hardware configuration for RF technology and communication 106 * previously set with tg_configure_hw. The peer next command is returned 132 * switch_rf to turn the radio on. A call to in|tg_configure_hw must turn 153 int (*tg_configure_hw)(struct nfc_digital_dev *ddev, int type, member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | digital.h | 14 * Configuration types for in_configure_hw and tg_configure_hw. 23 * tg_configure_hw for NFC_DIGITAL_CONFIG_RF_TECH configuration type. 37 * tg_configure_hw for NFC_DIGITAL_CONFIG_FRAMING configuration type. 103 * @tg_configure_hw: Hardware configuration for RF technology and communication 106 * previously set with tg_configure_hw. The peer next command is returned 132 * switch_rf to turn the radio on. A call to in|tg_configure_hw must turn 153 int (*tg_configure_hw)(struct nfc_digital_dev *ddev, int type, member
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_core.c | 270 rc = ddev->ops->tg_configure_hw(ddev, type, param); in digital_tg_configure_hw() 272 pr_err("tg_configure_hw failed: %d\n", rc); in digital_tg_configure_hw() 758 !ops->tg_configure_hw || !ops->tg_send_cmd || !ops->abort_cmd || in nfc_digital_allocate_device()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_core.c | 270 rc = ddev->ops->tg_configure_hw(ddev, type, param); in digital_tg_configure_hw() 272 pr_err("tg_configure_hw failed: %d\n", rc); in digital_tg_configure_hw() 761 !ops->tg_configure_hw || !ops->tg_send_cmd || !ops->abort_cmd || in nfc_digital_allocate_device()
|
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | nfcsim.c | 327 .tg_configure_hw = nfcsim_tg_configure_hw,
|
H A D | port100.c | 1472 .tg_configure_hw = port100_tg_configure_hw,
|
H A D | trf7970a.c | 1867 .tg_configure_hw = trf7970a_tg_configure_hw,
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | nfcsim.c | 327 .tg_configure_hw = nfcsim_tg_configure_hw,
|
H A D | port100.c | 1475 .tg_configure_hw = port100_tg_configure_hw,
|
H A D | trf7970a.c | 1868 .tg_configure_hw = trf7970a_tg_configure_hw,
|
/kernel/linux/linux-5.10/drivers/nfc/st95hf/ |
H A D | core.c | 1048 .tg_configure_hw = st95hf_tg_configure_hw,
|
/kernel/linux/linux-6.6/drivers/nfc/st95hf/ |
H A D | core.c | 1044 .tg_configure_hw = st95hf_tg_configure_hw,
|
Completed in 17 milliseconds