Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/nci/
Ddata.c300 if (ndev->target_active_prot == NFC_PROTO_MIFARE || in nci_rx_data_packet()
301 ndev->target_active_prot == NFC_PROTO_JEWEL || in nci_rx_data_packet()
302 ndev->target_active_prot == NFC_PROTO_FELICA || in nci_rx_data_packet()
303 ndev->target_active_prot == NFC_PROTO_ISO15693) { in nci_rx_data_packet()
Dcore.c804 if (ndev->target_active_prot) { in nci_start_poll()
876 if (ndev->target_active_prot) { in nci_activate_target()
920 ndev->target_active_prot = protocol; in nci_activate_target()
934 if (!ndev->target_active_prot) { in nci_deactivate_target()
939 ndev->target_active_prot = 0; in nci_deactivate_target()
1013 if (!ndev->target_active_prot) { in nci_transceive()
/Linux-v4.19/include/net/nfc/
Dnci_core.h248 __u32 target_active_prot; member