Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st21nfca/
Dse.c112 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_UICC; in st21nfca_hci_control_se()
120 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_EMBEDDED; in st21nfca_hci_control_se()
405 info->se_info.expected_pipes = 0; in st21nfca_se_init()
Dst21nfca.h148 int expected_pipes; member
Dcore.c858 if (info->se_info.count_pipes == info->se_info.expected_pipes) { in st21nfca_hci_cmd_received()
/Linux-v4.19/drivers/nfc/st-nci/
Dse.c405 ndev->hci_dev->expected_pipes) { in st_nci_hci_cmd_received()
427 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_UICC; in st_nci_control_se()
431 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_EMBEDDED; in st_nci_control_se()
/Linux-v4.19/include/net/nfc/
Dnci_core.h198 int expected_pipes; member
/Linux-v4.19/net/nfc/nci/
Dhci.c731 ndev->hci_dev->expected_pipes = 0; in nci_hci_dev_session_init()