Searched refs:bt_debugfs (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H 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() 796 debugfs_remove_recursive(bt_debugfs); in bt_exit()
|
| H A D | selftest.c | 251 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
|
| H A D | 6lowpan.c | 1290 0644, bt_debugfs, in bt_6lowpan_init() 1294 bt_debugfs, NULL, in bt_6lowpan_init()
|
| H A D | sco.c | 1309 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init() 1312 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
|
| H A D | hci_core.c | 3752 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev() 3753 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
|
| H A D | smp.c | 3841 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
|
| H A D | l2cap_core.c | 8527 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init() 8530 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1062 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets() 1066 bt_debugfs, NULL, in rfcomm_init_sockets()
|
| H A D | core.c | 2231 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init() 2235 bt_debugfs, NULL, in rfcomm_init()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | bluetooth.h | 509 extern struct dentry *bt_debugfs;
|