/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
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()
|
/Linux-v5.4/drivers/media/pci/cobalt/ |
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 …]
|
/Linux-v5.4/drivers/input/misc/ |
D | gp2ap002a00f.c | 41 int vo = gpio_get_value(dt->pdata->vout_gpio); in gp2a_report() local 43 input_report_switch(dt->input, SW_FRONT_PROXIMITY, !vo); in gp2a_report()
|
/Linux-v5.4/sound/pci/ctxfi/ |
D | ctsrc.h | 59 int (*set_vo)(struct src *src, unsigned int vo);
|
D | cthardware.h | 94 int (*src_set_vo)(void *blk, unsigned int vo);
|
D | ctatc.c | 456 unsigned int vo:1; member 473 conf[0].vo = 1; in setup_src_node_conf() 481 conf[0].vo = 0; in setup_src_node_conf() 485 conf[1].vo = 1; in setup_src_node_conf() 493 conf[0].vo = 1; in setup_src_node_conf() 574 src->ops->set_vo(src, src_node_conf[i/multi].vo); in atc_pcm_capture_get_resources()
|
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()
|
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()
|
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()
|
/Linux-v5.4/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 2170 int vo = saa7134_boards[dev->board].video_out; in saa7134_videoport_init() local 2175 saa_writeb(SAA7134_VIDEO_PORT_CTRL0, video_out[vo][0]); in saa7134_videoport_init() 2176 video_reg = video_out[vo][1]; in saa7134_videoport_init() 2180 saa_writeb(SAA7134_VIDEO_PORT_CTRL2, video_out[vo][2]); in saa7134_videoport_init() 2181 saa_writeb(SAA7134_VIDEO_PORT_CTRL4, video_out[vo][4]); in saa7134_videoport_init() 2182 video_reg = video_out[vo][5]; in saa7134_videoport_init() 2188 video_reg = video_out[vo][6]; in saa7134_videoport_init() 2194 saa_writeb(SAA7134_VIDEO_PORT_CTRL7, video_out[vo][7]); in saa7134_videoport_init() 2195 saa_writeb(SAA7134_VIDEO_PORT_CTRL8, video_out[vo][8]); in saa7134_videoport_init() 2198 saa_writeb(SAA7134_VIDEO_PORT_CTRL3, video_out[vo][3]); in saa7134_videoport_init()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 3400 ATOM_VOLTAGE_OBJECT *vo = (ATOM_VOLTAGE_OBJECT *)(start + offset); in atom_lookup_voltage_object_v1() local 3401 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v1() 3402 return vo; in atom_lookup_voltage_object_v1() 3404 vo->asFormula.ucNumOfVoltageEntries; in atom_lookup_voltage_object_v1() 3417 ATOM_VOLTAGE_OBJECT_V2 *vo = (ATOM_VOLTAGE_OBJECT_V2 *)(start + offset); in atom_lookup_voltage_object_v2() local 3418 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v2() 3419 return vo; in atom_lookup_voltage_object_v2() 3421 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY)); in atom_lookup_voltage_object_v2() 3434 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in atom_lookup_voltage_object_v3() local 3435 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in atom_lookup_voltage_object_v3() [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atombios.c | 1423 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in amdgpu_atombios_lookup_voltage_object_v3() local 1424 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in amdgpu_atombios_lookup_voltage_object_v3() 1425 (vo->asGpioVoltageObj.sHeader.ucVoltageMode == voltage_mode)) in amdgpu_atombios_lookup_voltage_object_v3() 1426 return vo; in amdgpu_atombios_lookup_voltage_object_v3() 1427 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in amdgpu_atombios_lookup_voltage_object_v3()
|
/Linux-v5.4/arch/s390/tools/ |
D | opcodes.txt | 945 e76a vo VRR_VVV
|
/Linux-v5.4/drivers/video/fbdev/ |
D | Kconfig | 1956 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 1972 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
|