Searched refs:itc (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer.sh | 78 local itc=$1; shift 84 | jq -e ".[][][\"itc\"][\"$itc\"][\"max\"]")
|
/linux/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 394 u8 itc, cn; in adv7511_s_ctrl() local 397 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_s_ctrl() 398 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_s_ctrl() 399 adv7511_wr_and_or(sd, 0x57, 0x7f, itc << 7); in adv7511_s_ctrl() 1295 u8 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_set_fmt() local 1296 u8 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_set_fmt() 1410 adv7511_wr_and_or(sd, 0x57, 0x83, (ec << 4) | (q << 2) | (itc << 7)); in adv7511_set_fmt()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi5_core.c | 372 unsigned int itc, ec, q, sc; in hdmi_core_write_avi_infoframe() local 392 itc = (ptr[2] >> 7) & 0x1; in hdmi_core_write_avi_infoframe() 410 (itc << 7) | (ec << 4) | (q << 2) | (sc << 0)); in hdmi_core_write_avi_infoframe()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_hdmi_helper.c | 195 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA; in drm_hdmi_avi_infoframe_content_type()
|
/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1852 if (frame.itc) in hdmi_config_AVI()
|
/linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 7238 frame->itc = 0; in drm_hdmi_avi_infoframe_from_display_mode()
|