Searched refs:ops_free (Results 1 – 8 of 8) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | pci-tgl.c | 52 .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 D | pci-mtl.c | 50 .ops_free = hda_ops_free, 80 .ops_free = hda_ops_free, 110 .ops_free = hda_ops_free,
|
H A D | pci-cnl.c | 52 .ops_free = hda_ops_free, 85 .ops_free = hda_ops_free, 118 .ops_free = hda_ops_free,
|
H A D | pci-skl.c | 42 .ops_free = hda_ops_free, 67 .ops_free = hda_ops_free,
|
H A D | pci-apl.c | 51 .ops_free = hda_ops_free, 83 .ops_free = hda_ops_free,
|
H A D | pci-icl.c | 52 .ops_free = hda_ops_free, 84 .ops_free = hda_ops_free,
|
/linux/include/sound/ |
H A D | sof.h | 171 void (*ops_free)(struct snd_sof_dev *sdev); member
|
/linux/sound/soc/sof/ |
H A D | ops.h | 34 if (sdev->pdata->desc->ops_free) in sof_ops_free() 35 sdev->pdata->desc->ops_free(sdev); in sof_ops_free()
|