Lines Matching refs:DRM
700 * @frame: HDMI DRM infoframe
729 * hdmi_drm_infoframe_check() - check a HDMI DRM infoframe
730 * @frame: HDMI DRM infoframe
742 * hdmi_drm_infoframe_pack_only() - write HDMI DRM infoframe to binary buffer
743 * @frame: HDMI DRM infoframe
812 * hdmi_drm_infoframe_pack() - check a HDMI DRM infoframe,
814 * @frame: HDMI DRM infoframe
1820 * hdmi_drm_infoframe_unpack_only() - unpack binary buffer of CTA-861-G DRM
1821 * infoframe DataBytes to a HDMI DRM
1823 * @frame: HDMI DRM infoframe
1827 * Unpacks CTA-861-G DRM infoframe DataBytes contained in the binary @buffer
1828 * into a structured @frame of the HDMI Dynamic Range and Mastering (DRM)
1876 * hdmi_drm_infoframe_unpack() - unpack binary buffer to a HDMI DRM infoframe
1877 * @frame: HDMI DRM infoframe
1881 * Unpacks the CTA-861-G DRM infoframe contained in the binary @buffer into
1882 * a structured @frame of the HDMI Dynamic Range and Mastering (DRM)
1894 if (size < HDMI_INFOFRAME_SIZE(DRM))
1902 if (hdmi_infoframe_checksum(buffer, HDMI_INFOFRAME_SIZE(DRM)) != 0)