Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes.c460 priv->dfs_points_remove = debugfs_create_file("probe_points_remove", 0644, in sof_probes_client_probe()
468 debugfs_remove(priv->dfs_points_remove); in sof_probes_client_probe()
500 debugfs_remove(priv->dfs_points_remove); in sof_probes_client_probe()
525 debugfs_remove(priv->dfs_points_remove); in sof_probes_client_remove()
H A Dsof-client-probes.h56 struct dentry *dfs_points_remove; member