Searched refs:bt_debugfs (Results 1 – 10 of 10) sorted by relevance
| /linux/net/bluetooth/ |
| A D | af_bluetooth.c | 715 struct dentry *bt_debugfs; variable 716 EXPORT_SYMBOL_GPL(bt_debugfs); 733 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init() 794 debugfs_remove_recursive(bt_debugfs); in bt_exit()
|
| A D | selftest.c | 251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
|
| A D | 6lowpan.c | 1252 0644, bt_debugfs, in bt_6lowpan_init() 1256 bt_debugfs, NULL, in bt_6lowpan_init()
|
| A D | sco.c | 1475 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init() 1478 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
|
| A D | hci_core.c | 3823 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev() 3824 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
|
| A D | smp.c | 3808 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
|
| A D | l2cap_core.c | 8501 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init() 8504 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
|
| /linux/net/bluetooth/rfcomm/ |
| A D | sock.c | 1062 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets() 1066 bt_debugfs, NULL, in rfcomm_init_sockets()
|
| A D | core.c | 2231 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init() 2235 bt_debugfs, NULL, in rfcomm_init()
|
| /linux/include/net/bluetooth/ |
| A D | bluetooth.h | 532 extern struct dentry *bt_debugfs;
|
Completed in 54 milliseconds