Home
last modified time | relevance | path

Searched refs:start_beep (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/sound/
H A Dsound-uclass.c38 if (!ops->start_beep) in sound_start_beep()
41 return ops->start_beep(dev, frequency_hz); in sound_start_beep()
H A Di8254_beep.c24 .start_beep = i8254_start_beep,
H A Divybridge_sound.c121 .start_beep = bd82x6x_azalia_start_beep,
H A Dsandbox.c231 .start_beep = sandbox_sound_start_beep,
H A Dhda_codec.c531 .start_beep = hda_codec_start_beep,
/openbmc/u-boot/include/
H A Dsound.h81 int (*start_beep)(struct udevice *dev, int frequency_hz); member