Lines Matching defs:protocol
3 * The NFC Controller Interface is the communication protocol between an
190 __u32 protocol;
193 protocol = NFC_PROTO_JEWEL_MASK;
195 protocol = NFC_PROTO_MIFARE_MASK;
198 protocol = NFC_PROTO_ISO14443_MASK;
200 protocol = NFC_PROTO_ISO14443_B_MASK;
202 protocol = NFC_PROTO_FELICA_MASK;
204 protocol = NFC_PROTO_NFC_DEP_MASK;
206 protocol = NFC_PROTO_ISO15693_MASK;
208 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol);
210 if (!(protocol & ndev->poll_prots)) {
211 pr_err("the target found does not have the desired protocol\n");
258 target->supported_protocols |= protocol;
260 pr_debug("protocol 0x%x\n", protocol);
274 /* This target already exists, add the new protocol */