Searched refs:bt_debugfs (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
H A D | af_bluetooth.c | 709 struct dentry *bt_debugfs; variable in typeref:struct:dentry 710 EXPORT_SYMBOL_GPL(bt_debugfs); variable 724 bt_debugfs = debugfs_create_dir("bluetooth", NULL); bt_init() 785 debugfs_remove_recursive(bt_debugfs); bt_exit()
|
H A D | selftest.c | 213 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, test_ecdh()
|
H A D | 6lowpan.c | 1395 bt_debugfs, NULL, bt_6lowpan_init() 1398 bt_debugfs, NULL, bt_6lowpan_init()
|
H A D | sco.c | 1244 if (IS_ERR_OR_NULL(bt_debugfs)) sco_init() 1247 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, sco_init()
|
H A D | l2cap_core.c | 7611 if (IS_ERR_OR_NULL(bt_debugfs)) l2cap_init() 7614 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, l2cap_init() 7617 debugfs_create_u16("l2cap_le_max_credits", 0644, bt_debugfs, l2cap_init() 7619 debugfs_create_u16("l2cap_le_default_mps", 0644, bt_debugfs, l2cap_init()
|
H A D | hci_core.c | 3373 if (!IS_ERR_OR_NULL(bt_debugfs)) hci_register_dev() 3374 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); hci_register_dev()
|
H A D | smp.c | 3768 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, run_selftests()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
H A D | sock.c | 1085 if (IS_ERR_OR_NULL(bt_debugfs)) rfcomm_init_sockets() 1089 bt_debugfs, NULL, rfcomm_init_sockets()
|
H A D | core.c | 2224 if (IS_ERR_OR_NULL(bt_debugfs)) rfcomm_init() 2228 bt_debugfs, NULL, rfcomm_init()
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | bluetooth.h | 379 extern struct dentry *bt_debugfs;
|
Completed in 380 milliseconds