Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Daf_bluetooth.c714 struct dentry *bt_debugfs; variable
715 EXPORT_SYMBOL_GPL(bt_debugfs);
732 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
793 debugfs_remove_recursive(bt_debugfs); in bt_exit()
Dselftest.c251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
Dsco.c1234 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1237 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
D6lowpan.c1276 0644, bt_debugfs, in bt_6lowpan_init()
1280 bt_debugfs, NULL, in bt_6lowpan_init()
Dhci_core.c3303 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
3304 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
Dl2cap_core.c7725 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
7728 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
Dsmp.c3877 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
/Linux-v5.4/include/net/bluetooth/
Dbluetooth.h392 extern struct dentry *bt_debugfs;
/Linux-v5.4/net/bluetooth/rfcomm/
Dsock.c1079 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1083 bt_debugfs, NULL, in rfcomm_init_sockets()
Dcore.c2197 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2201 bt_debugfs, NULL, in rfcomm_init()