Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/bluetooth/
H A Diso.c2055 DEFINE_SHOW_ATTRIBUTE(iso_debugfs); variable
2057 static struct dentry *iso_debugfs; variable
2125 if (!iso_debugfs) { in iso_init()
2126 iso_debugfs = debugfs_create_file("iso", 0444, bt_debugfs, in iso_init()
2146 debugfs_remove(iso_debugfs); in iso_exit()
2147 iso_debugfs = NULL; in iso_exit()

Completed in 3 milliseconds