Home
last modified time | relevance | path

Searched refs:hdmi_vendor_infoframe (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/ !
H A Dhdmi.h368 struct hdmi_vendor_infoframe { struct
405 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame);
406 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
408 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
410 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame);
419 struct hdmi_vendor_infoframe hdmi;
/linux/include/media/ !
H A Dv4l2-dv-timings.h248 struct hdmi_vendor_infoframe;
252 const struct hdmi_vendor_infoframe *hdmi,
/linux/drivers/video/ !
H A Dhdmi.c532 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_init()
552 static int hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_length()
563 static int hdmi_vendor_infoframe_check_only(const struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_check_only()
589 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_check()
611 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack_only()
674 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack()
1494 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log()
1726 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack()
/linux/include/drm/ !
H A Ddrm_edid.h35 struct hdmi_vendor_infoframe;
369 drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
/linux/drivers/media/v4l2-core/ !
H A Dv4l2-dv-timings.c895 const struct hdmi_vendor_infoframe *hdmi, in v4l2_hdmi_rx_colorimetry()
/linux/drivers/gpu/drm/sti/ !
H A Dsti_hdmi.c529 struct hdmi_vendor_infoframe infoframe; in hdmi_vendor_infoframe_config()
/linux/drivers/gpu/drm/tegra/ !
H A Dhdmi.c800 struct hdmi_vendor_infoframe frame; in tegra_hdmi_setup_stereo_infoframe()