Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Daf_bluetooth.c709 struct dentry *bt_debugfs; variable
710 EXPORT_SYMBOL_GPL(bt_debugfs);
724 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
785 debugfs_remove_recursive(bt_debugfs); in bt_exit()
Dselftest.c213 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
Dsco.c1224 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
1227 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
D6lowpan.c1439 bt_debugfs, NULL, in bt_6lowpan_init()
1442 bt_debugfs, NULL, in bt_6lowpan_init()
Dl2cap_core.c7600 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init()
7603 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
7606 debugfs_create_u16("l2cap_le_max_credits", 0644, bt_debugfs, in l2cap_init()
7608 debugfs_create_u16("l2cap_le_default_mps", 0644, bt_debugfs, in l2cap_init()
Dhci_core.c3144 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev()
3145 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
Dsmp.c3641 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
/linux-4.1.27/include/net/bluetooth/
Dbluetooth.h363 extern struct dentry *bt_debugfs;
/linux-4.1.27/net/bluetooth/rfcomm/
Dsock.c1081 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
1085 bt_debugfs, NULL, in rfcomm_init_sockets()
Dcore.c2224 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init()
2228 bt_debugfs, NULL, in rfcomm_init()