Home
last modified time | relevance | path

Searched refs:bt_debugfs (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Daf_bluetooth.c721 struct dentry *bt_debugfs; variable
722 EXPORT_SYMBOL_GPL(bt_debugfs); variable
739 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
802 debugfs_remove_recursive(bt_debugfs); in bt_exit()
H A Dselftest.c251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
H A Dsco.c1310 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1313 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
H A D6lowpan.c1290 0644, bt_debugfs, in bt_6lowpan_init()
1294 bt_debugfs, NULL, in bt_6lowpan_init()
H A Dhci_core.c3761 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
3762 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
H A Dsmp.c3856 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
H A Dl2cap_core.c8568 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
8571 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
/kernel/linux/linux-6.6/net/bluetooth/
H A Daf_bluetooth.c766 struct dentry *bt_debugfs; variable
767 EXPORT_SYMBOL_GPL(bt_debugfs); variable
784 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
847 debugfs_remove_recursive(bt_debugfs); in bt_exit()
H A Dselftest.c251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
H A D6lowpan.c1252 0644, bt_debugfs, in bt_6lowpan_init()
1256 bt_debugfs, NULL, in bt_6lowpan_init()
H A Dsco.c1472 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1475 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
H A Diso.c2122 if (IS_ERR_OR_NULL(bt_debugfs)) in iso_init()
2126 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
H A Dhci_core.c2647 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
2648 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
H A Dsmp.c3822 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
H A Dl2cap_core.c7610 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
7613 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H A Dsock.c1058 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1062 bt_debugfs, NULL, in rfcomm_init_sockets()
H A Dcore.c2231 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2235 bt_debugfs, NULL, in rfcomm_init()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dsock.c1063 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1067 bt_debugfs, NULL, in rfcomm_init_sockets()
H A Dcore.c2235 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2239 bt_debugfs, NULL, in rfcomm_init()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dbluetooth.h518 extern struct dentry *bt_debugfs;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h606 extern struct dentry *bt_debugfs;

Completed in 52 milliseconds