Symbol: hdmi_vendor_infoframe
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6620
struct hdmi_vendor_infoframe hv_frame;
sys/dev/pci/drm/display/drm_hdmi_state_helper.c
768
struct hdmi_vendor_infoframe *frame =
sys/dev/pci/drm/drm_edid.c
7500
drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
sys/dev/pci/drm/hdmi.c
1494
const struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
sys/dev/pci/drm/hdmi.c
1726
struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
sys/dev/pci/drm/hdmi.c
532
int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame)
sys/dev/pci/drm/hdmi.c
552
static int hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe *frame)
sys/dev/pci/drm/hdmi.c
563
static int hdmi_vendor_infoframe_check_only(const struct hdmi_vendor_infoframe *frame)
sys/dev/pci/drm/hdmi.c
589
int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame)
sys/dev/pci/drm/hdmi.c
611
ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
sys/dev/pci/drm/hdmi.c
674
ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
sys/dev/pci/drm/i915/display/intel_hdmi.c
806
struct hdmi_vendor_infoframe *frame =
sys/dev/pci/drm/include/drm/drm_edid.h
35
struct hdmi_vendor_infoframe;
sys/dev/pci/drm/include/drm/drm_edid.h
369
drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
sys/dev/pci/drm/include/linux/hdmi.h
405
int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame);
sys/dev/pci/drm/include/linux/hdmi.h
406
ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
sys/dev/pci/drm/include/linux/hdmi.h
408
ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
sys/dev/pci/drm/include/linux/hdmi.h
410
int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame);
sys/dev/pci/drm/include/linux/hdmi.h
419
struct hdmi_vendor_infoframe hdmi;