Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Daf_bluetooth.c935 struct dentry *bt_debugfs; variable
936 EXPORT_SYMBOL_GPL(bt_debugfs);
953 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
997 debugfs_remove_recursive(bt_debugfs); in bt_init()
1019 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.c1303 0644, bt_debugfs, in bt_6lowpan_init()
1307 bt_debugfs, NULL, in bt_6lowpan_init()
H A Dsco.c1623 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1626 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
H A Diso.c2721 if (!IS_ERR_OR_NULL(bt_debugfs)) in iso_init()
2722 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
H A Dhci_core.c2619 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
2620 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
H A Dl2cap_core.c7815 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
7818 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
H A Dsmp.c3815 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
/linux/net/bluetooth/rfcomm/
H A Dsock.c1066 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1070 bt_debugfs, NULL, in rfcomm_init_sockets()
H A Dcore.c2239 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2243 bt_debugfs, NULL, in rfcomm_init()
/linux/include/net/bluetooth/
H A Dbluetooth.h639 extern struct dentry *bt_debugfs;