Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Dsound-uclass.c16 struct sound_ops *ops = sound_get_ops(dev); in sound_setup()
26 struct sound_ops *ops = sound_get_ops(dev); in sound_play()
36 struct sound_ops *ops = sound_get_ops(dev); in sound_start_beep()
46 struct sound_ops *ops = sound_get_ops(dev); in sound_stop_beep()
/openbmc/u-boot/include/
H A Dsound.h94 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops) macro