Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h361 struct hdmi_vendor_infoframe { struct
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;
/freebsd/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/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c536 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_init()
556 static int hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_length()
567 static int hdmi_vendor_infoframe_check_only(const struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_check_only()
593 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_check()
615 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack_only()
678 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack()
1532 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log()
1764 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack()