Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnfc.h232 #define NFC_PROTO_FELICA 3 macro
252 #define NFC_PROTO_FELICA_MASK (1 << NFC_PROTO_FELICA)
/Linux-v5.10/net/nfc/nci/
Ddata.c290 ndev->target_active_prot == NFC_PROTO_FELICA || in nci_rx_data_packet()
Dcore.c894 else if (protocol == NFC_PROTO_FELICA) in nci_activate_target()
/Linux-v5.10/drivers/nfc/pn533/
Dpn533.c2316 if (dev->tgt_active_prot == NFC_PROTO_FELICA) { in pn533_transceive()
2442 if (dev->tgt_active_prot == NFC_PROTO_FELICA) { in pn533_wq_mi_recv()
2497 if (dev->tgt_active_prot != NFC_PROTO_FELICA) { in pn533_wq_mi_send()
/Linux-v5.10/net/nfc/
Ddigital_core.c329 case NFC_PROTO_FELICA: in digital_target_found()
Ddigital_technology.c781 proto = NFC_PROTO_FELICA; in digital_in_recv_sensf_res()