Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nfc/st95hf/
H A Dcore.c537 struct nfc_digital_dev *nfcddev = st95context->ddev; in iso14443_config_fdt() local
543 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && in iso14443_config_fdt()
548 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in iso14443_config_fdt()
550 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in iso14443_config_fdt()
556 switch (nfcddev->curr_protocol) { in iso14443_config_fdt()
611 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_handle_wtx() local
637 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in st95hf_handle_wtx()
639 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in st95hf_handle_wtx()
702 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_response_handler() local
717 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && cb_arg->rats && in st95hf_response_handler()