Home
last modified time | relevance | path

Searched refs:bt_debugfs (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/net/bluetooth/
Daf_bluetooth.c716 struct dentry *bt_debugfs; variable
717 EXPORT_SYMBOL_GPL(bt_debugfs);
734 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
797 debugfs_remove_recursive(bt_debugfs); in bt_exit()
Dselftest.c251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
D6lowpan.c1252 0644, bt_debugfs, in bt_6lowpan_init()
1256 bt_debugfs, NULL, in bt_6lowpan_init()
Dsco.c1480 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1483 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
Diso.c1825 if (IS_ERR_OR_NULL(bt_debugfs)) in iso_init()
1829 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
Dhci_core.c2608 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
2609 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
Dsmp.c3808 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
Dl2cap_core.c8606 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
8609 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
/Linux-v6.1/net/bluetooth/rfcomm/
Dsock.c1065 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1069 bt_debugfs, NULL, in rfcomm_init_sockets()
Dcore.c2231 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2235 bt_debugfs, NULL, in rfcomm_init()
/Linux-v6.1/include/net/bluetooth/
Dbluetooth.h588 extern struct dentry *bt_debugfs;