Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes.c456 priv->dfs_points = debugfs_create_file("probe_points", 0644, dfsroot, in sof_probes_client_probe()
467 debugfs_remove(priv->dfs_points); in sof_probes_client_probe()
499 debugfs_remove(priv->dfs_points); in sof_probes_client_probe()
524 debugfs_remove(priv->dfs_points); in sof_probes_client_remove()
H A Dsof-client-probes.h55 struct dentry *dfs_points; member