Searched refs:NFC_PROTO_NFC_DEP (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnfc.h234 #define NFC_PROTO_NFC_DEP 5 macro
254 #define NFC_PROTO_NFC_DEP_MASK (1 << NFC_PROTO_NFC_DEP)
/linux-master/net/nfc/
H A Ddigital_core.c340 case NFC_PROTO_NFC_DEP:
605 ddev->curr_protocol = NFC_PROTO_NFC_DEP;
716 if (ddev->curr_protocol == NFC_PROTO_NFC_DEP) {
H A Ddigital_technology.c314 nfc_proto = NFC_PROTO_NFC_DEP;
783 proto = NFC_PROTO_NFC_DEP;
H A Dllcp_sock.c885 sockaddr->nfc_protocol = NFC_PROTO_NFC_DEP;
/linux-master/drivers/nfc/pn533/
H A Dpn533.c1321 dev->tgt_active_prot = NFC_PROTO_NFC_DEP;
1829 if (protocol == NFC_PROTO_NFC_DEP) {
1910 !(dev->tgt_available_prots & (1 << NFC_PROTO_NFC_DEP))) {
1943 dev->tgt_active_prot = NFC_PROTO_NFC_DEP;
/linux-master/net/nfc/nci/
H A Dcore.c982 rc = nci_activate_target(nfc_dev, target, NFC_PROTO_NFC_DEP);

Completed in 143 milliseconds