Home
last modified time | relevance | path

Searched refs:blocked_keys (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_debugfs.c162 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show()
169 DEFINE_SHOW_ATTRIBUTE(blocked_keys);
Dhci_core.c2377 list_for_each_entry(b, &hdev->blocked_keys, list) { in hci_blocked_keys_clear()
2389 list_for_each_entry_rcu(b, &hdev->blocked_keys, list) { in hci_is_blocked_key()
3674 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev()
Dmgmt.c3650 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h514 struct list_head blocked_keys; member