Home
last modified time | relevance | path

Searched refs:target_active_prot (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/nfc/nci/
Ddata.c288 if (ndev->target_active_prot == NFC_PROTO_MIFARE || in nci_rx_data_packet()
289 ndev->target_active_prot == NFC_PROTO_JEWEL || in nci_rx_data_packet()
290 ndev->target_active_prot == NFC_PROTO_FELICA || in nci_rx_data_packet()
291 ndev->target_active_prot == NFC_PROTO_ISO15693) { in nci_rx_data_packet()
Dcore.c792 if (ndev->target_active_prot) { in nci_start_poll()
864 if (ndev->target_active_prot) { in nci_activate_target()
908 ndev->target_active_prot = protocol; in nci_activate_target()
922 if (!ndev->target_active_prot) { in nci_deactivate_target()
927 ndev->target_active_prot = 0; in nci_deactivate_target()
1001 if (!ndev->target_active_prot) { in nci_transceive()
/Linux-v5.4/include/net/nfc/
Dnci_core.h236 __u32 target_active_prot; member