Searched refs:bt_debugfs (Results 1 – 9 of 9) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 924 struct dentry *bt_debugfs; variable 925 EXPORT_SYMBOL_GPL(bt_debugfs); 942 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init() 986 debugfs_remove_recursive(bt_debugfs); in bt_init() 1008 debugfs_remove_recursive(bt_debugfs); in bt_exit()
|
| 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 | 1650 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init() 1653 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
|
| H A D | iso.c | 2894 if (!IS_ERR_OR_NULL(bt_debugfs)) in iso_init() 2895 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
|
| H A D | hci_core.c | 2582 if (!IS_ERR_OR_NULL(bt_debugfs)) in hci_register_dev() 2583 hdev->debugfs = debugfs_create_dir(hdev->name, bt_debugfs); in hci_register_dev()
|
| H A D | smp.c | 3760 debugfs_create_file("selftest_smp", 0444, bt_debugfs, NULL, in run_selftests()
|
| H A D | l2cap_core.c | 7997 if (IS_ERR_OR_NULL(bt_debugfs)) in l2cap_init() 8000 l2cap_debugfs = debugfs_create_file("l2cap", 0444, bt_debugfs, in l2cap_init()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1086 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets() 1090 bt_debugfs, NULL, in rfcomm_init_sockets()
|
| H A D | core.c | 2307 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init() 2311 bt_debugfs, NULL, in rfcomm_init()
|