Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c1897 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
4305 cnt = hdev->sco_cnt; in hci_low_sent()
4411 cnt = hdev->sco_cnt; in hci_chan_sent()
4518 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
4541 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
4729 hdev->sco_cnt, hdev->le_cnt); in hci_tx_work()
H A Dhci_event.c743 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
3804 hdev->sco_cnt += count; in hci_num_comp_pkts_evt()
3805 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
3806 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h415 unsigned int sco_cnt; member