Home
last modified time | relevance | path

Searched refs:blocked_keys (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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); variable
331 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
H A Dhci_core.c2379 list_for_each_entry_safe(b, tmp, &hdev->blocked_keys, list) { in hci_blocked_keys_clear()
2391 list_for_each_entry_rcu(b, &hdev->blocked_keys, list) { in hci_is_blocked_key()
3676 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev()
H A Dmgmt.c3655 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_debugfs.c164 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show()
171 DEFINE_SHOW_ATTRIBUTE(blocked_keys); variable
329 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
H A Dhci_core.c1110 list_for_each_entry_safe(b, tmp, &hdev->blocked_keys, list) { in hci_blocked_keys_clear()
1122 list_for_each_entry_rcu(b, &hdev->blocked_keys, list) { in hci_is_blocked_key()
2558 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev_priv()
H A Dmgmt.c4166 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h519 struct list_head blocked_keys;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h593 struct list_head blocked_keys; member

Completed in 51 milliseconds