Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-client-probes.c501 priv->dfs_points = debugfs_create_file("probe_points", 0644, dfsroot, in sof_probes_client_probe()
510 priv->dfs_points = debugfs_create_file("probe_points_available", 0644, dfsroot, in sof_probes_client_probe()
516 debugfs_remove(priv->dfs_points); in sof_probes_client_probe()
545 debugfs_remove(priv->dfs_points); in sof_probes_client_probe()
578 debugfs_remove(priv->dfs_points);
H A Dsof-client-probes.h62 struct dentry *dfs_points; member