/openbmc/qemu/audio/ |
H A D | dbusaudio.c | 81 DBusVoiceOut *vo = container_of(hw, DBusVoiceOut, hw); in dbus_get_buffer_out() local 83 if (!vo->buf) { in dbus_get_buffer_out() 84 vo->buf_size = hw->samples * hw->info.bytes_per_frame; 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() 90 *size = audio_rate_get_bytes(&vo->rate, &hw->info, *size); in dbus_get_buffer_out() 92 return vo->buf + vo->buf_pos; in dbus_get_buffer_out() 99 DBusVoiceOut *vo = container_of(hw, DBusVoiceOut, hw); in dbus_put_buffer_out() local 105 assert(buf == vo->buf + vo->buf_pos && vo->buf_pos + size <= vo->buf_size); in dbus_put_buffer_out() [all …]
|
H A D | pwaudio.c | 116 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gddr5.c | 37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local 49 vo = ram->next->bios.ramcfg_11_06; in nvkm_gddr5_calc() 101 if (!vo) in nvkm_gddr5_calc() 102 vo = (ram->mr[6] & 0xff0) >> 4; in nvkm_gddr5_calc() 106 ram->mr[6] |= (vo & 0xff) << 4; in nvkm_gddr5_calc()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 145 struct m00514_syncgen_flow_evcnt_regmap __iomem *vo = in cobalt_enable_output() local 179 iowrite32(0, &vo->control); in cobalt_enable_output() 181 iowrite32(bt->hsync, &vo->sync_generator_h_sync_length); in cobalt_enable_output() 182 iowrite32(bt->hbackporch, &vo->sync_generator_h_backporch_length); in cobalt_enable_output() 183 iowrite32(bt->width, &vo->sync_generator_h_active_length); in cobalt_enable_output() 184 iowrite32(bt->hfrontporch, &vo->sync_generator_h_frontporch_length); in cobalt_enable_output() 185 iowrite32(bt->vsync, &vo->sync_generator_v_sync_length); in cobalt_enable_output() 186 iowrite32(bt->vbackporch, &vo->sync_generator_v_backporch_length); in cobalt_enable_output() 187 iowrite32(bt->height, &vo->sync_generator_v_active_length); in cobalt_enable_output() 188 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | via-ac97.c | 56 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()
|
/openbmc/qemu/include/hw/isa/ |
H A D | vt82c686.h | 31 SWVoiceOut *vo; member
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 424 uint32_t *nvt_idx, bool *vo) in xive_os_cam_decode() argument 432 if (vo) { in xive_os_cam_decode() 433 *vo = !!(cam & TM_QW1W2_VO); in xive_os_cam_decode() 438 uint32_t *nvt_idx, bool *vo) in xive_tctx_get_os_cam() argument 443 xive_os_cam_decode(cam, nvt_blk, nvt_idx, vo); in xive_tctx_get_os_cam() 459 bool vo; in xive_tm_pull_os_ctx() local 461 qw1w2 = xive_tctx_get_os_cam(tctx, &nvt_blk, &nvt_idx, &vo); in xive_tm_pull_os_ctx() 463 if (!vo) { in xive_tm_pull_os_ctx() 520 bool vo; in xive_tm_push_os_ctx() local 522 xive_os_cam_decode(cam, &nvt_blk, &nvt_idx, &vo); in xive_tm_push_os_ctx() [all …]
|
H A D | xive2.c | 605 bool vo; in xive2_tm_push_os_ctx() local 624 xive2_cam_decode(cam, &nvp_blk, &nvp_idx, &vo, &do_restore); in xive2_tm_push_os_ctx() 627 if (vo) { in xive2_tm_push_os_ctx()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 1758 int vo = saa7134_boards[dev->board].video_out; in saa7134_videoport_init() local 1763 saa_writeb(SAA7134_VIDEO_PORT_CTRL0, video_out[vo][0]); in saa7134_videoport_init() 1764 video_reg = video_out[vo][1]; in saa7134_videoport_init() 1768 saa_writeb(SAA7134_VIDEO_PORT_CTRL2, video_out[vo][2]); in saa7134_videoport_init() 1769 saa_writeb(SAA7134_VIDEO_PORT_CTRL4, video_out[vo][4]); in saa7134_videoport_init() 1770 video_reg = video_out[vo][5]; in saa7134_videoport_init() 1776 video_reg = video_out[vo][6]; in saa7134_videoport_init() 1782 saa_writeb(SAA7134_VIDEO_PORT_CTRL7, video_out[vo][7]); in saa7134_videoport_init() 1783 saa_writeb(SAA7134_VIDEO_PORT_CTRL8, video_out[vo][8]); in saa7134_videoport_init() 1786 saa_writeb(SAA7134_VIDEO_PORT_CTRL3, video_out[vo][3]); in saa7134_videoport_init()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0021-shared-Do-not-use-malloc_info-on-musl.patch | 40 @@ -65,12 +65,12 @@ int sigrtmin18_handler(sd_event_source *s, const struct signalfd_siginfo *si, vo
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0023-shared-Do-not-use-malloc_info-on-musl.patch |
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch | 4 Subject: [PATCH] vo: converter_vaapi Fix EGL macro undeclared
|
H A D | 3008-vo-Makefile.am-exclude-libgl_plugin.patch | 4 Subject: [PATCH] vo: Makefile.am exclude libgl_plugin
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctsrc.h | 59 int (*set_vo)(struct src *src, unsigned int vo);
|
H A D | cthardware.h | 95 int (*src_set_vo)(void *blk, unsigned int vo);
|
H A D | ctatc.c | 458 unsigned int vo:1; member 475 conf[0].vo = 1; in setup_src_node_conf() 483 conf[0].vo = 0; in setup_src_node_conf() 487 conf[1].vo = 1; in setup_src_node_conf() 495 conf[0].vo = 1; in setup_src_node_conf() 576 src->ops->set_vo(src, src_node_conf[i/multi].vo); in atc_pcm_capture_get_resources()
|
H A D | ctsrc.c | 84 static int src_set_vo(struct src *src, unsigned int vo) in src_set_vo() argument 89 hw->src_set_vo(src->rsc.ctrl_blk, vo); in src_set_vo()
|
H A D | cthw20k2.c | 239 static int src_set_vo(void *blk, unsigned int vo) in src_set_vo() argument 243 set_field(&ctl->ctl, SRCCTL_VO, vo); in src_set_vo()
|
H A D | cthw20k1.c | 239 static int src_set_vo(void *blk, unsigned int vo) in src_set_vo() argument 243 set_field(&ctl->ctl, SRCCTL_VO, vo); in src_set_vo()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-bad_1.24.10.bb | 90 PACKAGECONFIG[voaacenc] = "-Dvoaacenc=enabled,-Dvoaacenc=disabled,vo-aacenc" 91 PACKAGECONFIG[voamrwbenc] = "-Dvoamrwbenc=enabled,-Dvoamrwbenc=disabled,vo-amrwbenc"
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/ |
H A D | rpidistro-vlc_3.0.17.bb | 28 …${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '', 'file://3008-vo-Makefile.am-exclude-libgl_pl… 29 file://3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch \
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 3402 ATOM_VOLTAGE_OBJECT *vo = (ATOM_VOLTAGE_OBJECT *)(start + offset); in atom_lookup_voltage_object_v1() local 3403 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v1() 3404 return vo; in atom_lookup_voltage_object_v1() 3406 vo->asFormula.ucNumOfVoltageEntries; in atom_lookup_voltage_object_v1() 3419 ATOM_VOLTAGE_OBJECT_V2 *vo = (ATOM_VOLTAGE_OBJECT_V2 *)(start + offset); in atom_lookup_voltage_object_v2() local 3420 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v2() 3421 return vo; in atom_lookup_voltage_object_v2() 3423 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY)); in atom_lookup_voltage_object_v2() 3436 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in atom_lookup_voltage_object_v3() local 3437 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in atom_lookup_voltage_object_v3() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.c | 1257 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in amdgpu_atombios_lookup_voltage_object_v3() local 1258 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in amdgpu_atombios_lookup_voltage_object_v3() 1259 (vo->asGpioVoltageObj.sHeader.ucVoltageMode == voltage_mode)) in amdgpu_atombios_lookup_voltage_object_v3() 1260 return vo; in amdgpu_atombios_lookup_voltage_object_v3() 1261 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in amdgpu_atombios_lookup_voltage_object_v3()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | clang-c++11.patch | 36 @@ -613,7 +613,7 @@ static SaErrorT NewSimulatorGetEvent( vo 360 @@ -1875,7 +1875,7 @@ static SaErrorT NewSimulatorClearSel( vo
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 963 e76a vo VRR_VVV
|