Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st95hf/
Dcore.c548 struct nfc_digital_dev *nfcddev = st95context->ddev; in iso14443_config_fdt() local
554 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && in iso14443_config_fdt()
559 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in iso14443_config_fdt()
561 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in iso14443_config_fdt()
567 switch (nfcddev->curr_protocol) { in iso14443_config_fdt()
622 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_handle_wtx() local
648 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in st95hf_handle_wtx()
650 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in st95hf_handle_wtx()
713 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_response_handler() local
728 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && cb_arg->rats && in st95hf_response_handler()
[all …]