Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnfc.h232 #define NFC_PROTO_FELICA 3 macro
252 #define NFC_PROTO_FELICA_MASK (1 << NFC_PROTO_FELICA)
/Linux-v4.19/net/nfc/nci/
Ddata.c302 ndev->target_active_prot == NFC_PROTO_FELICA || in nci_rx_data_packet()
Dcore.c906 else if (protocol == NFC_PROTO_FELICA) in nci_activate_target()
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c2142 if (dev->tgt_active_prot == NFC_PROTO_FELICA) { in pn533_transceive()
2267 if (dev->tgt_active_prot == NFC_PROTO_FELICA) { in pn533_wq_mi_recv()
2321 if (dev->tgt_active_prot != NFC_PROTO_FELICA) { in pn533_wq_mi_send()
/Linux-v4.19/net/nfc/
Ddigital_core.c338 case NFC_PROTO_FELICA: in digital_target_found()
Ddigital_technology.c790 proto = NFC_PROTO_FELICA; in digital_in_recv_sensf_res()