Searched refs:hvf (Results 1 – 1 of 1) sorted by relevance
930 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log() local938 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()943 if (hvf->vic) in hdmi_vendor_any_infoframe_log()944 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()947 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()950 hvf->s3d_ext_data); in hdmi_vendor_any_infoframe_log()1171 ret = hdmi_vendor_infoframe_init(hvf); in hdmi_vendor_any_infoframe_unpack()1175 hvf->length = length; in hdmi_vendor_any_infoframe_unpack()1178 hvf->vic = ptr[4]; in hdmi_vendor_any_infoframe_unpack()1180 hvf->s3d_struct = ptr[4] >> 4; in hdmi_vendor_any_infoframe_unpack()[all …]