Searched refs:hdmi_vendor_infoframe_pack_only (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/video/
H A Dhdmi.c598 * hdmi_vendor_infoframe_pack_only() - write a HDMI vendor infoframe to binary buffer
611 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame, function
655 EXPORT_SYMBOL(hdmi_vendor_infoframe_pack_only); variable
683 return hdmi_vendor_infoframe_pack_only(frame, buffer, size);
877 return hdmi_vendor_infoframe_pack_only(&frame->hdmi, buffer, size);
/linux-master/include/linux/
H A Dhdmi.h399 ssize_t hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe *frame,

Completed in 180 milliseconds