Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Ddata.c294 if (ndev->target_active_prot == NFC_PROTO_MIFARE || in nci_rx_data_packet()
295 ndev->target_active_prot == NFC_PROTO_JEWEL || in nci_rx_data_packet()
296 ndev->target_active_prot == NFC_PROTO_FELICA || in nci_rx_data_packet()
297 ndev->target_active_prot == NFC_PROTO_ISO15693) { in nci_rx_data_packet()
H A Dcore.c841 if (ndev->target_active_prot) { in nci_start_poll()
914 if (ndev->target_active_prot) { in nci_activate_target()
962 ndev->target_active_prot = protocol; in nci_activate_target()
977 if (!ndev->target_active_prot) { in nci_deactivate_target()
982 ndev->target_active_prot = 0; in nci_deactivate_target()
1056 if (!ndev->target_active_prot) { in nci_transceive()
/linux/include/net/nfc/
H A Dnci_core.h237 __u32 target_active_prot; member