Home
last modified time | relevance | path

Searched refs:sandbox_get_beep_frequency (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dsound.c44 ut_asserteq(0, sandbox_get_beep_frequency(dev)); in dm_test_sound_beep()
48 ut_asserteq(100, sandbox_get_beep_frequency(dev)); in dm_test_sound_beep()
51 ut_asserteq(0, sandbox_get_beep_frequency(dev)); in dm_test_sound_beep()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h178 int sandbox_get_beep_frequency(struct udevice *dev);
/openbmc/u-boot/drivers/sound/
H A Dsandbox.c76 int sandbox_get_beep_frequency(struct udevice *dev) in sandbox_get_beep_frequency() function