Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c623 list_for_each_entry(p, &hu->hdev->le_conn_params, list) { in rtkbt_lookup_le_device_poweron_whitelist()
791 list_for_each_entry(p, &hu->hdev->le_conn_params, list) { in le_aoto_conn_always_exist()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c1704 list_for_each_entry(p, &hdev->le_conn_params, list) { in hci_pend_le_actions_clear()
3302 list_for_each_entry(params, &hdev->le_conn_params, list) { in hci_conn_params_lookup()
3355 list_add(&params->list, &hdev->le_conn_params); in hci_conn_params_add()
3402 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) { in hci_conn_params_clear_disabled()
3426 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) in hci_conn_params_clear_all()
3666 INIT_LIST_HEAD(&hdev->le_conn_params); in hci_alloc_dev()
H A Dhci_debugfs.c130 list_for_each_entry(p, &hdev->le_conn_params, list) { in device_list_show()
H A Dmgmt.c6686 list_for_each_entry_safe(p, tmp, &hdev->le_conn_params, list) { in remove_device()
7941 list_for_each_entry(p, &hdev->le_conn_params, list) { in restart_le_actions()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c1230 list_for_each_entry(p, &hdev->le_conn_params, list) {
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h510 struct list_head le_conn_params; member