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

/linux-master/net/nfc/nci/
H A Ddata.c290 if (ndev->target_active_prot == NFC_PROTO_MIFARE ||
291 ndev->target_active_prot == NFC_PROTO_JEWEL ||
292 ndev->target_active_prot == NFC_PROTO_FELICA ||
293 ndev->target_active_prot == NFC_PROTO_ISO15693) {
H A Dcore.c822 if (ndev->target_active_prot) {
895 if (ndev->target_active_prot) {
943 ndev->target_active_prot = protocol;
955 if (!ndev->target_active_prot) {
960 ndev->target_active_prot = 0;
1032 if (!ndev->target_active_prot) {
/linux-master/include/net/nfc/
H A Dnci_core.h237 __u32 target_active_prot; member in struct:nci_dev

Completed in 229 milliseconds