Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st21nfca/
H A Dse.c101 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_UICC; in st21nfca_hci_control_se()
109 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_EMBEDDED; in st21nfca_hci_control_se()
424 info->se_info.expected_pipes = 0; in st21nfca_se_init()
H A Dst21nfca.h137 int expected_pipes; member
H A Dcore.c846 if (info->se_info.count_pipes == info->se_info.expected_pipes) { in st21nfca_hci_cmd_received()
/openbmc/linux/drivers/nfc/st-nci/
H A Dse.c417 ndev->hci_dev->expected_pipes) { in st_nci_hci_cmd_received()
439 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_UICC; in st_nci_control_se()
443 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_EMBEDDED; in st_nci_control_se()
/openbmc/linux/include/net/nfc/
H A Dnci_core.h187 int expected_pipes; member
/openbmc/linux/net/nfc/nci/
H A Dhci.c720 ndev->hci_dev->expected_pipes = 0; in nci_hci_dev_session_init()