Home
last modified time | relevance | path

Searched refs:hdmi_vendor_infoframe_check (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/video/
Dhdmi.c541 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_check() function
547 EXPORT_SYMBOL(hdmi_vendor_infoframe_check);
631 ret = hdmi_vendor_infoframe_check(frame); in hdmi_vendor_infoframe_pack()
809 return hdmi_vendor_infoframe_check(&frame->hdmi); in hdmi_vendor_any_infoframe_check()
/Linux-v5.10/include/linux/
Dhdmi.h396 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame);
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_hdmi.c827 ret = hdmi_vendor_infoframe_check(frame); in intel_hdmi_compute_hdmi_infoframe()