Home
last modified time | relevance | path

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

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h361 struct hdmi_vendor_infoframe { argument
398 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame);
399 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
401 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
403 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame);
412 struct hdmi_vendor_infoframe hdmi;
354 struct hdmi_vendor_infoframe { global() struct
355 typehdmi_vendor_infoframe global() argument
356 versionhdmi_vendor_infoframe global() argument
357 lengthhdmi_vendor_infoframe global() argument
358 ouihdmi_vendor_infoframe global() argument
359 vichdmi_vendor_infoframe global() argument
360 s3d_structhdmi_vendor_infoframe global() argument
/freebsd-src/sys/arm/nvidia/drm2/
H A Dhdmi.h282 struct hdmi_vendor_infoframe { struct
292 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame); argument
293 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
303 struct hdmi_vendor_infoframe hdmi;
H A Dhdmi.c306 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_init()
339 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack()
927 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log()
1142 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack()
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c536 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame)
556 static int hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe *frame)
567 static int hdmi_vendor_infoframe_check_only(const struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_pack_only()
593 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_pack_only()
615 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,
678 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame, in hdmi_drm_infoframe_check_only()
1532 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_infoframe_log()
1764 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack()