Home
last modified time | relevance | path

Searched refs:vo (Results 1 – 7 of 7) sorted by relevance

/qemu/audio/
H A Ddbusaudio.c83 if (!vo->buf) { in dbus_get_buffer_out()
85 vo->buf = g_malloc(vo->buf_size); in dbus_get_buffer_out()
86 vo->buf_pos = 0; in dbus_get_buffer_out()
89 *size = MIN(vo->buf_size - vo->buf_pos, *size); in dbus_get_buffer_out()
92 return vo->buf + vo->buf_pos; in dbus_get_buffer_out()
105 assert(buf == vo->buf + vo->buf_pos && vo->buf_pos + size <= vo->buf_size); in dbus_put_buffer_out()
106 vo->buf_pos += size; in dbus_put_buffer_out()
110 if (vo->buf_pos < vo->buf_size) { in dbus_put_buffer_out()
114 bytes = g_bytes_new_take(g_steal_pointer(&vo->buf), vo->buf_size); in dbus_put_buffer_out()
243 vo->volume = *vol; in dbus_volume_out()
[all …]
H A Dpwaudio.c116 PWVoiceOut *vo = container_of(data, PWVoiceOut, v); in playback_on_process() local
117 audio_pcm_info_clear_buf(&vo->hw.info, p, n_bytes / v->frame_size); in playback_on_process()
/qemu/hw/audio/
H A Dvia-ac97.c56 AUD_set_volume_out(s->vo, mute, lvol, rvol); in codec_volume_set_out()
192 copied = AUD_write(s->vo, tmpbuf, to_copy); in out_cb()
211 AUD_set_active_out(s->vo, 0); in out_cb()
242 s->vo = AUD_open_out(&s->card, s->vo, "via-ac97.out", s, out_cb, &as); in open_voice_out()
320 AUD_set_active_out(s->vo, 1); in sgd_write()
324 AUD_set_active_out(s->vo, 0); in sgd_write()
329 AUD_set_active_out(s->vo, 0); in sgd_write()
333 AUD_set_active_out(s->vo, 1); in sgd_write()
458 AUD_close_out(&s->card, s->vo); in via_ac97_exit()
/qemu/hw/intc/
H A Dxive2.c237 uint32_t *nvp_idx, bool *vo, bool *ho) in xive2_os_cam_decode() argument
241 *vo = !!(cam & TM2_QW1W2_VO); in xive2_os_cam_decode()
254 bool vo; in xive2_tm_pull_os_ctx() local
257 xive2_os_cam_decode(cam, &nvp_blk, &nvp_idx, &vo, &do_save); in xive2_tm_pull_os_ctx()
259 if (!vo) { in xive2_tm_pull_os_ctx()
369 bool vo; in xive2_tm_push_os_ctx() local
372 xive2_os_cam_decode(cam, &nvp_blk, &nvp_idx, &vo, &do_restore); in xive2_tm_push_os_ctx()
378 if (vo) { in xive2_tm_push_os_ctx()
H A Dxive.c356 uint32_t *nvt_idx, bool *vo) in xive_os_cam_decode() argument
364 if (vo) { in xive_os_cam_decode()
365 *vo = !!(cam & TM_QW1W2_VO); in xive_os_cam_decode()
370 uint32_t *nvt_idx, bool *vo) in xive_tctx_get_os_cam() argument
375 xive_os_cam_decode(cam, nvt_blk, nvt_idx, vo); in xive_tctx_get_os_cam()
391 bool vo; in xive_tm_pull_os_ctx() local
393 qw1w2 = xive_tctx_get_os_cam(tctx, &nvt_blk, &nvt_idx, &vo); in xive_tm_pull_os_ctx()
395 if (!vo) { in xive_tm_pull_os_ctx()
452 bool vo; in xive_tm_push_os_ctx() local
454 xive_os_cam_decode(cam, &nvt_blk, &nvt_idx, &vo); in xive_tm_push_os_ctx()
[all …]
/qemu/include/hw/isa/
H A Dvt82c686.h31 SWVoiceOut *vo; member
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1212 F(0xe76a, VO, VRR_c, V, 0, 0, 0, 0, vo, 0, IF_VEC)