Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st95hf/
H A Dcore.c536 struct nfc_digital_dev *nfcddev = st95context->ddev; in iso14443_config_fdt() local
542 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && in iso14443_config_fdt()
547 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in iso14443_config_fdt()
549 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in iso14443_config_fdt()
555 switch (nfcddev->curr_protocol) { in iso14443_config_fdt()
610 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_handle_wtx() local
636 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443) in st95hf_handle_wtx()
638 else if (nfcddev->curr_protocol == NFC_PROTO_ISO14443_B) in st95hf_handle_wtx()
701 struct nfc_digital_dev *nfcddev = stcontext->ddev; in st95hf_response_handler() local
716 if (nfcddev->curr_protocol == NFC_PROTO_ISO14443 && cb_arg->rats && in st95hf_response_handler()