Searched refs:hci_pend_le_action_lookup (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 476 pend_conn = hci_pend_le_action_lookup(&hdev->pend_le_conns, in update_accept_list() 479 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_accept_list()
|
H A D | hci_sync.c | 2392 p = hci_pend_le_action_lookup(&hdev->pend_le_conns, in hci_le_add_resolve_list_sync() 2395 p = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_le_add_resolve_list_sync() 2755 pend_conn = hci_pend_le_action_lookup(&hdev->pend_le_conns, in hci_update_accept_list_sync() 2758 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_update_accept_list_sync()
|
H A D | hci_event.c | 5775 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, &conn->dst, in le_conn_complete_evt() 5941 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, addr, in check_pending_le_conn() 6125 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
|
H A D | hci_conn.c | 89 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, bdaddr, in hci_connect_le_scan_cleanup()
|
H A D | hci_core.c | 2207 struct hci_conn_params *hci_pend_le_action_lookup(struct list_head *list, in hci_pend_le_action_lookup() 2206 struct hci_conn_params *hci_pend_le_action_lookup(struct list_head *list, hci_pend_le_action_lookup() function
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1710 struct hci_conn_params *hci_pend_le_action_lookup(struct list_head *list,
|