Home
last modified time | relevance | path

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

/linux-6.15/drivers/nfc/st95hf/
H A Dcore.c535 struct nfc_digital_dev *nfcddev = st95context->ddev; in iso14443_config_fdt() local
541 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && in iso14443_config_fdt()
546 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in iso14443_config_fdt()
548 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in iso14443_config_fdt()
554 switch (nfcddev->curr_protocol) { in iso14443_config_fdt()
609 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_handle_wtx() local
635 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in st95hf_handle_wtx()
637 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in st95hf_handle_wtx()
700 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_response_handler() local
715 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && cb_arg->rats && in st95hf_response_handler()