Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgddr5.c37 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()
/drivers/media/pci/cobalt/
Dcobalt-v4l2.c162 struct m00514_syncgen_flow_evcnt_regmap __iomem *vo = in cobalt_enable_output() local
193 iowrite32(0, &vo->control); in cobalt_enable_output()
195 iowrite32(bt->hsync, &vo->sync_generator_h_sync_length); in cobalt_enable_output()
196 iowrite32(bt->hbackporch, &vo->sync_generator_h_backporch_length); in cobalt_enable_output()
197 iowrite32(bt->width, &vo->sync_generator_h_active_length); in cobalt_enable_output()
198 iowrite32(bt->hfrontporch, &vo->sync_generator_h_frontporch_length); in cobalt_enable_output()
199 iowrite32(bt->vsync, &vo->sync_generator_v_sync_length); in cobalt_enable_output()
200 iowrite32(bt->vbackporch, &vo->sync_generator_v_backporch_length); in cobalt_enable_output()
201 iowrite32(bt->height, &vo->sync_generator_v_active_length); in cobalt_enable_output()
202 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output()
[all …]
/drivers/input/misc/
Dgp2ap002a00f.c44 int vo = gpio_get_value(dt->pdata->vout_gpio); in gp2a_report() local
46 input_report_switch(dt->input, SW_FRONT_PROXIMITY, !vo); in gp2a_report()
/drivers/media/pci/saa7134/
Dsaa7134-video.c2149 int vo = saa7134_boards[dev->board].video_out; in saa7134_videoport_init() local
2154 saa_writeb(SAA7134_VIDEO_PORT_CTRL0, video_out[vo][0]); in saa7134_videoport_init()
2155 video_reg = video_out[vo][1]; in saa7134_videoport_init()
2159 saa_writeb(SAA7134_VIDEO_PORT_CTRL2, video_out[vo][2]); in saa7134_videoport_init()
2160 saa_writeb(SAA7134_VIDEO_PORT_CTRL4, video_out[vo][4]); in saa7134_videoport_init()
2161 video_reg = video_out[vo][5]; in saa7134_videoport_init()
2167 video_reg = video_out[vo][6]; in saa7134_videoport_init()
2173 saa_writeb(SAA7134_VIDEO_PORT_CTRL7, video_out[vo][7]); in saa7134_videoport_init()
2174 saa_writeb(SAA7134_VIDEO_PORT_CTRL8, video_out[vo][8]); in saa7134_videoport_init()
2177 saa_writeb(SAA7134_VIDEO_PORT_CTRL3, video_out[vo][3]); in saa7134_videoport_init()
/drivers/staging/rtl8723au/include/
Dhal_com.h164 void rtl8723a_set_ac_param_vo(struct rtw_adapter *padapter, u32 vo);
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c1302 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in amdgpu_atombios_lookup_voltage_object_v3() local
1303 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in amdgpu_atombios_lookup_voltage_object_v3()
1304 (vo->asGpioVoltageObj.sHeader.ucVoltageMode == voltage_mode)) in amdgpu_atombios_lookup_voltage_object_v3()
1305 return vo; in amdgpu_atombios_lookup_voltage_object_v3()
1306 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize); in amdgpu_atombios_lookup_voltage_object_v3()
/drivers/gpu/drm/radeon/
Dradeon_atombios.c3387 ATOM_VOLTAGE_OBJECT *vo = (ATOM_VOLTAGE_OBJECT *)(start + offset); in atom_lookup_voltage_object_v1() local
3388 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v1()
3389 return vo; in atom_lookup_voltage_object_v1()
3391 vo->asFormula.ucNumOfVoltageEntries; in atom_lookup_voltage_object_v1()
3404 ATOM_VOLTAGE_OBJECT_V2 *vo = (ATOM_VOLTAGE_OBJECT_V2 *)(start + offset); in atom_lookup_voltage_object_v2() local
3405 if (vo->ucVoltageType == voltage_type) in atom_lookup_voltage_object_v2()
3406 return vo; in atom_lookup_voltage_object_v2()
3408 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY)); in atom_lookup_voltage_object_v2()
3421 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); in atom_lookup_voltage_object_v3() local
3422 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) && in atom_lookup_voltage_object_v3()
[all …]
/drivers/staging/rtl8723au/hal/
Dhal_com.c739 void rtl8723a_set_ac_param_vo(struct rtw_adapter *padapter, u32 vo) in rtl8723a_set_ac_param_vo() argument
741 rtl8723au_write32(padapter, REG_EDCA_VO_PARAM, vo); in rtl8723a_set_ac_param_vo()
/drivers/video/fbdev/
DKconfig2107 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000
2123 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.