Searched refs:sound_beep (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | sound.c | 27 ut_assertok(sound_beep(dev, 1, 100)); in dm_test_sound() 29 ut_assertok(sound_beep(dev, 1, 100)); in dm_test_sound()
|
/openbmc/u-boot/include/ |
H A D | sound.h | 109 int sound_beep(struct udevice *dev, int msecs, int frequency_hz);
|
/openbmc/u-boot/cmd/ |
H A D | sound.c | 47 ret = sound_beep(dev, msec, freq); in do_play()
|
/openbmc/u-boot/drivers/sound/ |
H A D | sound-uclass.c | 54 int sound_beep(struct udevice *dev, int msecs, int frequency_hz) in sound_beep() function
|