Home
last modified time | relevance | path

Searched refs:hdcp_srm_header (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_hdcp_helper.c87 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp1_srm()
90 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp1_srm()
96 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp1_srm()
105 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp1_srm()
148 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp2_srm()
151 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp2_srm()
157 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp2_srm()
168 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp2_srm()
220 if (count < sizeof(struct hdcp_srm_header)) in drm_hdcp_srm_update()
/linux-6.6.21/include/drm/display/
Ddrm_hdcp.h287 struct hdcp_srm_header { struct