Home
last modified time | relevance | path

Searched refs:NFC_PROTO_FELICA (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dnfc.h218 #define NFC_PROTO_FELICA 3 macro
238 #define NFC_PROTO_FELICA_MASK (1 << NFC_PROTO_FELICA)
/linux-4.1.27/net/nfc/nci/
Ddata.c289 ndev->target_active_prot == NFC_PROTO_FELICA || in nci_rx_data_packet()
Dcore.c730 else if (protocol == NFC_PROTO_FELICA) in nci_activate_target()
/linux-4.1.27/net/nfc/
Ddigital_core.c332 case NFC_PROTO_FELICA: in digital_target_found()
Ddigital_technology.c791 proto = NFC_PROTO_FELICA; in digital_in_recv_sensf_res()
/linux-4.1.27/drivers/nfc/
Dpn533.c2650 if (dev->tgt_active_prot == NFC_PROTO_FELICA) { in pn533_transceive()
2775 if (dev->tgt_active_prot == NFC_PROTO_FELICA) { in pn533_wq_mi_recv()
2829 if (dev->tgt_active_prot != NFC_PROTO_FELICA) { in pn533_wq_mi_send()