Searched refs:bt_debugfs (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | af_bluetooth.c | 770 struct dentry *bt_debugfs; variable 771 EXPORT_SYMBOL_GPL(bt_debugfs); 788 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init() 851 debugfs_remove_recursive(bt_debugfs); in bt_exit()
|
D | selftest.c | 251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
|
D | 6lowpan.c | 1252 0644, bt_debugfs, in bt_6lowpan_init() 1256 bt_debugfs, NULL, in bt_6lowpan_init()
|
D | sco.c | 1472 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init() 1475 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
|
D | iso.c | 2122 if (IS_ERR_OR_NULL(bt_debugfs)) in iso_init() 2126 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
|
D | hci_core.c | 2646 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev() 2647 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
|
D | smp.c | 3822 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
|
D | l2cap_core.c | 8643 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init() 8646 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
|
/linux-6.6.21/net/bluetooth/rfcomm/ |
D | sock.c | 1063 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets() 1067 bt_debugfs, NULL, in rfcomm_init_sockets()
|
D | core.c | 2235 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init() 2239 bt_debugfs, NULL, in rfcomm_init()
|
/linux-6.6.21/include/net/bluetooth/ |
D | bluetooth.h | 606 extern struct dentry *bt_debugfs;
|