Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c313 list_empty(&hdev->pend_le_reports)) && in __hci_update_interleaved_scan()
479 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_accept_list()
520 list_for_each_entry(params, &hdev->pend_le_reports, action) { in update_accept_list()
H A Dhci_sync.c2264 list_empty(&hdev->pend_le_reports)) && in hci_update_interleaved_scan_sync()
2390 p = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_le_add_resolve_list_sync()
2753 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_update_accept_list_sync()
2805 params = conn_params_copy(&hdev->pend_le_reports, &n); in hci_update_accept_list_sync()
3141 list_empty(&hdev->pend_le_reports) && in hci_update_passive_scan_sync()
H A Dhci_conn.c132 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
H A Dmgmt.c1299 hci_pend_le_list_add(p, &hdev->pend_le_reports); in restart_le_actions()
7543 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_conn_params_set()
10295 if (link_type == LE_LINK && !list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
H A Dhci_core.c2514 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev_priv()
H A Dhci_event.c6114 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h557 struct list_head pend_le_reports; member