Lines Matching defs:protocol
3 * The NFC Controller Interface is the communication protocol between an
212 __u32 protocol;
215 protocol = NFC_PROTO_JEWEL_MASK;
217 protocol = NFC_PROTO_MIFARE_MASK;
220 protocol = NFC_PROTO_ISO14443_MASK;
222 protocol = NFC_PROTO_ISO14443_B_MASK;
224 protocol = NFC_PROTO_FELICA_MASK;
226 protocol = NFC_PROTO_NFC_DEP_MASK;
228 protocol = NFC_PROTO_ISO15693_MASK;
230 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol);
232 if (!(protocol & ndev->poll_prots)) {
233 pr_err("the target found does not have the desired protocol\n");
280 target->supported_protocols |= protocol;
282 pr_debug("protocol 0x%x\n", protocol);
296 /* This target already exists, add the new protocol */