Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdmi.h396 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c827 ret = hdmi_vendor_infoframe_check(frame); in intel_hdmi_compute_hdmi_infoframe()