Searched refs:pend_le_reports (Results 1 – 5 of 5) sorted by relevance
182 hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_white_list()229 list_for_each_entry(params, &hdev->pend_le_reports, action) { in update_white_list()510 list_empty(&hdev->pend_le_reports)) { in __hci_update_background_scan()
5965 list_add(¶ms->action, &hdev->pend_le_reports); in hci_conn_params_set()7326 list_add(&p->action, &hdev->pend_le_reports); in restart_le_actions()8294 if (link_type == LE_LINK && list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
3061 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev()
4766 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
353 struct list_head pend_le_reports; member