Home
last modified time | relevance | path

Searched refs:NFC_PROTO_JEWEL_MASK (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.h15 #define PN533_ALL_PROTOCOLS (NFC_PROTO_JEWEL_MASK | NFC_PROTO_MIFARE_MASK |\
20 #define PN533_NO_TYPE_B_PROTOCOLS (NFC_PROTO_JEWEL_MASK | \
H A Dpn533.c835 nfc_tgt->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn533_target_found_jewel()
988 if (im_protocols & NFC_PROTO_JEWEL_MASK) in pn533_poll_create_mod_list()
1728 if (im_protocols & NFC_PROTO_JEWEL_MASK) in pn533_start_poll()
/OK3568_Linux_fs/kernel/drivers/nfc/pn544/
H A Dpn544.c366 NFC_PROTO_JEWEL_MASK)) in pn544_hci_start_poll()
489 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in pn544_hci_target_from_gate()
699 } else if (target->supported_protocols & (NFC_PROTO_JEWEL_MASK | in pn544_hci_check_presence()
935 protocols = NFC_PROTO_JEWEL_MASK | in pn544_hci_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/microread/
H A Dmicroread.c245 if (im_protocols & NFC_PROTO_JEWEL_MASK) in microread_start_poll()
521 targets->supported_protocols = NFC_PROTO_JEWEL_MASK; in microread_target_discovered()
671 protocols = NFC_PROTO_JEWEL_MASK | in microread_probe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfc.h250 #define NFC_PROTO_JEWEL_MASK (1 << NFC_PROTO_JEWEL) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfc.h250 #define NFC_PROTO_JEWEL_MASK (1 << NFC_PROTO_JEWEL) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfc.h250 #define NFC_PROTO_JEWEL_MASK (1 << NFC_PROTO_JEWEL) macro
/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dcore.c126 protocols = NFC_PROTO_JEWEL_MASK in st_nci_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/nxp-nci/
H A Dcore.c23 #define NXP_NCI_NFC_PROTOCOLS (NFC_PROTO_JEWEL_MASK | \
/OK3568_Linux_fs/kernel/net/nfc/
H A Ddigital_core.c14 (NFC_PROTO_JEWEL_MASK | NFC_PROTO_MIFARE_MASK | \
778 if (supported_protocols & NFC_PROTO_JEWEL_MASK) in nfc_digital_allocate_device()
779 ddev->protocols |= NFC_PROTO_JEWEL_MASK; in nfc_digital_allocate_device()
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dcore.c16 #define S3FWRN5_NFC_PROTOCOLS (NFC_PROTO_JEWEL_MASK | \
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dmain.c145 protocols = NFC_PROTO_JEWEL_MASK in nfcmrvl_nci_register_dev()
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dcore.c635 target->supported_protocols = NFC_PROTO_JEWEL_MASK; in st21nfca_hci_target_from_gate()
978 protocols = NFC_PROTO_JEWEL_MASK | in st21nfca_hci_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c737 protocols = NFC_PROTO_JEWEL_MASK | in fdp_nci_probe()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dntf.c193 protocol = NFC_PROTO_JEWEL_MASK; in nci_add_new_protocol()
H A Dcore.c245 (param->im_protocols & NFC_PROTO_JEWEL_MASK || in nci_rf_discover_req()
/OK3568_Linux_fs/kernel/drivers/nfc/
H A Dport100.c19 #define PORT100_PROTOCOLS (NFC_PROTO_JEWEL_MASK | \