Searched refs:output_type (Results 1 - 25 of 46) sorted by last modified time

12

/linux-master/include/video/
H A Domapfb_dss.h610 enum omap_display_type output_type; member in struct:omap_dss_device
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dvenc.c745 out->output_type = OMAP_DISPLAY_TYPE_VENC;
H A Dhdmi4.c511 out->output_type = OMAP_DISPLAY_TYPE_HDMI;
H A Dhdmi5.c543 out->output_type = OMAP_DISPLAY_TYPE_HDMI;
H A Ddsi.c5055 out->output_type = OMAP_DISPLAY_TYPE_DSI;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.c961 dev->output_type[i] = ((output_types[inst] >> i) & 1) ? HDMI : SVID;
962 dev->output_name_counter[i] = out_type_counter[dev->output_type[i]]++;
1827 if (dev->output_type[0] == SVID)
1863 if (dev->num_outputs && dev->output_type[0] != HDMI)
1923 if (dev->output_type[i] != HDMI)
H A Dvivid-vid-out.c220 switch (dev->output_type[dev->output]) {
965 switch (dev->output_type[out->index]) {
1008 if (dev->output_type[o] == SVID)
H A Dvivid-vid-cap.c1577 if (dev->output_type[i] == HDMI)
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c138 s->output_type = DRM_MODE_CONNECTOR_LVDS;
H A Drockchip_drm_vop2.c1950 drm_mode_vrefresh(mode), vcstate->output_type, vp->id);
H A Drk3066_hdmi.c445 s->output_type = DRM_MODE_CONNECTOR_HDMIA;
H A Dinno_hdmi.c573 s->output_type = DRM_MODE_CONNECTOR_HDMIA;
H A Dcdn-dp-core.c705 s->output_type = DRM_MODE_CONNECTOR_DisplayPort;
H A Danalogix_dp-rockchip.c258 s->output_type = DRM_MODE_CONNECTOR_eDP;
H A Drockchip_rgb.c62 s->output_type = DRM_MODE_CONNECTOR_LVDS;
H A Drockchip_drm_drv.h46 int output_type; member in struct:rockchip_crtc_state
H A Ddw-mipi-dsi-rockchip.c778 s->output_type = DRM_MODE_CONNECTOR_DSI;
H A Ddw_hdmi-rockchip.c346 s->output_type = DRM_MODE_CONNECTOR_HDMIA;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_cdm.c188 if (cdm->output_type == CDM_CDWN_OUTPUT_HDMI) {
H A Ddpu_hw_cdm.h24 * @output_type: interface to which CDM is paired (HDMI/WB)
35 u32 output_type; member in struct:dpu_hw_cdm_cfg
H A Ddpu_encoder_phys.h393 * @output_type: HDMI/WB
397 u32 output_type);
H A Ddpu_encoder.c2188 u32 output_type)
2219 cdm_cfg->output_type = output_type;
2250 cdm_cfg->output_type, cdm_cfg->output_bit_depth,
2186 dpu_encoder_helper_phys_setup_cdm(struct dpu_encoder_phys *phys_enc, const struct msm_format *dpu_fmt, u32 output_type) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1453 pipes[pipe_cnt].dout.output_type = dm_dp;
1455 pipes[pipe_cnt].dout.output_type = dm_dp2p0;
1458 pipes[pipe_cnt].dout.output_type = dm_edp;
1463 pipes[pipe_cnt].dout.output_type = dm_hdmi;
1468 pipes[pipe_cnt].dout.output_type = dm_dp;
/linux-master/drivers/media/i2c/
H A Dadv7343.c205 static int adv7343_setoutput(struct v4l2_subdev *sd, u32 output_type) argument
211 if (output_type > ADV7343_SVIDEO_ID) {
214 output_type);
223 if (output_type == ADV7343_COMPOSITE_ID)
225 else if (output_type == ADV7343_COMPONENT_ID)
/linux-master/tools/perf/
H A Dbuiltin-script.c381 static inline int output_type(unsigned int type) function
418 #define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
424 int type = output_type(attr->type);
570 unsigned int type = output_type(attr->type);
600 if (output_type(evsel->core.attr.type) == (int)type)
1564 unsigned int type = output_type(attr->type);
2161 unsigned int type = output_type(attr->type);
2506 int type = output_type(evsel->core.attr.type);

Completed in 782 milliseconds

12