Home
last modified time | relevance | path

Searched refs:sound_ops (Results 1 – 9 of 9) 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()
H A Di8254_beep.c23 static const struct sound_ops i8254_ops = {
H A Dbroadwell_sound.c49 static const struct sound_ops broadwell_sound_ops = {
H A Divybridge_sound.c119 static const struct sound_ops bd82x6x_azalia_ops = {
H A Dsamsung_sound.c89 static const struct sound_ops samsung_sound_ops = {
H A Drockchip_sound.c116 static const struct sound_ops rockchip_sound_ops = {
H A Dsandbox.c228 static const struct sound_ops sandbox_sound_ops = {
H A Dhda_codec.c529 static const struct sound_ops hda_codec_ops = {
/openbmc/u-boot/include/
H A Dsound.h55 struct sound_ops { struct
94 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops) argument