Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Daf_bluetooth.c712 struct dentry *bt_debugfs; variable
713 EXPORT_SYMBOL_GPL(bt_debugfs);
730 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
791 debugfs_remove_recursive(bt_debugfs); in bt_exit()
Dselftest.c251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
D6lowpan.c1282 bt_debugfs, NULL, in bt_6lowpan_init()
1285 bt_debugfs, NULL, in bt_6lowpan_init()
Dsco.c1243 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1246 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
Dl2cap_core.c7642 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
7645 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
7648 debugfs_create_u16("l2cap_le_max_credits", 0644, bt_debugfs, in l2cap_init()
7650 debugfs_create_u16("l2cap_le_default_mps", 0644, bt_debugfs, in l2cap_init()
Dhci_core.c3191 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
3192 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
Dsmp.c3901 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h392 extern struct dentry *bt_debugfs;
/Linux-v4.19/net/bluetooth/rfcomm/
Dsock.c1088 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1092 bt_debugfs, NULL, in rfcomm_init_sockets()
Dcore.c2206 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2210 bt_debugfs, NULL, in rfcomm_init()