Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dpci-tgl.c52 .ops_free = hda_ops_free,
85 .ops_free = hda_ops_free,
117 .ops_free = hda_ops_free,
150 .ops_free = hda_ops_free,
183 .ops_free = hda_ops_free,
216 .ops_free = hda_ops_free,
249 .ops_free = hda_ops_free,
282 .ops_free = hda_ops_free,
H A Dpci-cnl.c52 .ops_free = hda_ops_free,
85 .ops_free = hda_ops_free,
118 .ops_free = hda_ops_free,
H A Dpci-skl.c42 .ops_free = hda_ops_free,
67 .ops_free = hda_ops_free,
H A Dpci-mtl.c50 .ops_free = hda_ops_free,
80 .ops_free = hda_ops_free,
H A Dpci-apl.c51 .ops_free = hda_ops_free,
83 .ops_free = hda_ops_free,
H A Dpci-icl.c52 .ops_free = hda_ops_free,
84 .ops_free = hda_ops_free,
/openbmc/linux/include/sound/
H A Dsof.h159 void (*ops_free)(struct snd_sof_dev *sdev); member
/openbmc/linux/sound/soc/sof/
H A Dops.h34 if (sdev->pdata->desc->ops_free) in sof_ops_free()
35 sdev->pdata->desc->ops_free(sdev); in sof_ops_free()