Lines Matching refs:DRM
652 * @frame: HDMI DRM infoframe
681 * hdmi_drm_infoframe_check() - check a HDMI DRM infoframe
682 * @frame: HDMI DRM infoframe
694 * hdmi_drm_infoframe_pack_only() - write HDMI DRM infoframe to binary buffer
695 * @frame: HDMI DRM infoframe
764 * hdmi_drm_infoframe_pack() - check a HDMI DRM infoframe,
766 * @frame: HDMI DRM infoframe
1771 * hdmi_drm_infoframe_unpack_only() - unpack binary buffer of CTA-861-G DRM
1772 * infoframe DataBytes to a HDMI DRM
1774 * @frame: HDMI DRM infoframe
1778 * Unpacks CTA-861-G DRM infoframe DataBytes contained in the binary @buffer
1779 * into a structured @frame of the HDMI Dynamic Range and Mastering (DRM)
1827 * hdmi_drm_infoframe_unpack() - unpack binary buffer to a HDMI DRM infoframe
1828 * @frame: HDMI DRM infoframe
1832 * Unpacks the CTA-861-G DRM infoframe contained in the binary @buffer into
1833 * a structured @frame of the HDMI Dynamic Range and Mastering (DRM)
1845 if (size < HDMI_INFOFRAME_SIZE(DRM))
1853 if (hdmi_infoframe_checksum(buffer, HDMI_INFOFRAME_SIZE(DRM)) != 0)