Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dse.c394 ndev->hci_dev->count_pipes++; in st_nci_hci_cmd_received()
396 if (ndev->hci_dev->count_pipes == in st_nci_hci_cmd_received()
400 ndev->hci_dev->count_pipes = 0; in st_nci_hci_cmd_received()
418 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
422 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dse.c100 info->se_info.count_pipes = 0; in st21nfca_hci_control_se()
108 info->se_info.count_pipes = 0; in st21nfca_hci_control_se()
421 info->se_info.count_pipes = 0; in st21nfca_se_init()
H A Dst21nfca.h138 int count_pipes; member
H A Dcore.c845 info->se_info.count_pipes++; in st21nfca_hci_cmd_received()
847 if (info->se_info.count_pipes == info->se_info.expected_pipes) { in st21nfca_hci_cmd_received()
850 info->se_info.count_pipes = 0; in st21nfca_hci_cmd_received()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h188 int count_pipes; member
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dhci.c726 ndev->hci_dev->count_pipes = 0; in nci_hci_dev_session_init()