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

/u-boot/drivers/sound/
H A Di8254_beep.c23 .start_beep = i8254_start_beep,
H A Dsound-uclass.c52 if (!ops->start_beep)
55 return ops->start_beep(dev, frequency_hz);
H A Divybridge_sound.c123 .start_beep = bd82x6x_azalia_start_beep,
H A Dsandbox.c33 bool allow_beep; /* true to allow the start_beep() interface */
259 .start_beep = sandbox_sound_start_beep,
H A Dhda_codec.c533 .start_beep = hda_codec_start_beep,
/u-boot/include/
H A Dsound.h84 * start_beep() - Start beeping (optional)
93 int (*start_beep)(struct udevice *dev, int frequency_hz); member in struct:sound_ops

Completed in 57 milliseconds