Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_debugfs.c163 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show()
170 DEFINE_SHOW_ATTRIBUTE(blocked_keys);
H A Dhci_core.c1066 list_for_each_entry_safe(b, tmp, &hdev->blocked_keys, list) { in hci_blocked_keys_clear()
1078 list_for_each_entry_rcu(b, &hdev->blocked_keys, list) { in hci_is_blocked_key()
2509 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev_priv()
H A Dmgmt.c4270 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
/linux/include/net/bluetooth/
H A Dhci_core.h555 struct list_head blocked_keys; member