Home
last modified time | relevance | path

Searched refs:hdac_acomp_release (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_component.c13 static void hdac_acomp_release(struct device *dev, void *res) in hdac_acomp_release() function
19 return devres_find(dev, hdac_acomp_release, NULL, NULL); in hdac_get_acomp()
296 acomp = devres_alloc(hdac_acomp_release, sizeof(*acomp) + extra_size, in snd_hdac_acomp_init()
315 devres_destroy(dev, hdac_acomp_release, NULL, NULL); in snd_hdac_acomp_init()
350 devres_destroy(dev, hdac_acomp_release, NULL, NULL); in snd_hdac_acomp_exit()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_component.c13 static void hdac_acomp_release(struct device *dev, void *res) in hdac_acomp_release() function
19 return devres_find(dev, hdac_acomp_release, NULL, NULL); in hdac_get_acomp()
296 acomp = devres_alloc(hdac_acomp_release, sizeof(*acomp) + extra_size, in snd_hdac_acomp_init()
315 devres_destroy(dev, hdac_acomp_release, NULL, NULL); in snd_hdac_acomp_init()
350 devres_destroy(dev, hdac_acomp_release, NULL, NULL); in snd_hdac_acomp_exit()

Completed in 2 milliseconds