Symbol: hdmi_vendor_infoframe
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6702
struct hdmi_vendor_infoframe hv_frame;
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
1908
struct hdmi_vendor_infoframe frame;
drivers/gpu/drm/display/drm_hdmi_state_helper.c
774
struct hdmi_vendor_infoframe *frame =
drivers/gpu/drm/drm_edid.c
7459
drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
drivers/gpu/drm/i915/display/intel_hdmi.c
820
struct hdmi_vendor_infoframe *frame =
drivers/gpu/drm/mediatek/mtk_hdmi.c
787
struct hdmi_vendor_infoframe frame;
drivers/gpu/drm/sti/sti_hdmi.c
529
struct hdmi_vendor_infoframe infoframe;
drivers/gpu/drm/tegra/hdmi.c
800
struct hdmi_vendor_infoframe frame;
drivers/media/v4l2-core/v4l2-dv-timings.c
895
const struct hdmi_vendor_infoframe *hdmi,
drivers/video/hdmi.c
1494
const struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
drivers/video/hdmi.c
1726
struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
drivers/video/hdmi.c
532
int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame)
drivers/video/hdmi.c
552
static int hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe *frame)
drivers/video/hdmi.c
563
static int hdmi_vendor_infoframe_check_only(const struct hdmi_vendor_infoframe *frame)
drivers/video/hdmi.c
589
int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame)
drivers/video/hdmi.c
611
ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
drivers/video/hdmi.c
674
ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
include/drm/drm_edid.h
35
struct hdmi_vendor_infoframe;
include/drm/drm_edid.h
369
drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
include/linux/hdmi.h
405
int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame);
include/linux/hdmi.h
406
ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
include/linux/hdmi.h
408
ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
include/linux/hdmi.h
410
int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame);
include/linux/hdmi.h
419
struct hdmi_vendor_infoframe hdmi;
include/media/v4l2-dv-timings.h
248
struct hdmi_vendor_infoframe;
include/media/v4l2-dv-timings.h
252
const struct hdmi_vendor_infoframe *hdmi,