Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Diso.c2001 DEFINE_SHOW_ATTRIBUTE(iso_debugfs);
2003 static struct dentry *iso_debugfs; variable
2071 if (!iso_debugfs) { in iso_init()
2072 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
2092 debugfs_remove(iso_debugfs); in iso_exit()
2093 iso_debugfs = NULL; in iso_exit()