Home
last modified time | relevance | path

Searched refs:audio_state_by_name (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/audio/
H A Daudio-hmp-cmds.c70 AudioState *as = audio_state_by_name(audiodev, &local_err); in hmp_wavcapture()
H A Daudio.h178 AudioState *audio_state_by_name(const char *name, Error **errp);
H A Daudio.c2229 AudioState *audio_state_by_name(const char *name, Error **errp) in audio_state_by_name() function
/openbmc/qemu/ui/
H A Ddbus.c223 AudioState *audio_state = audio_state_by_name(dd->audiodev, errp); in dbus_display_complete()
H A Dvnc.c4189 vd->audio_state = audio_state_by_name(audiodev, errp); in vnc_display_open()
/openbmc/qemu/hw/input/
H A Dtsc210x.c1103 s->card.state = audio_state_by_name(s->card.name, &error_fatal); in tsc210x_init()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c482 state = audio_state_by_name(str, errp); in set_audiodev()
H A Dmachine.c724 if (!audio_state_by_name(value, errp)) { in machine_set_audiodev()
/openbmc/qemu/hw/arm/
H A Domap2.c615 s->codec.card.state = audio_state_by_name(s->codec.card.name, &error_fatal); in omap_eac_init()