Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c162 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show()
169 DEFINE_SHOW_ATTRIBUTE(blocked_keys);
H A 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()
3671 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev()
H A Dmgmt.c3650 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h513 struct list_head blocked_keys; member