Home
last modified time | relevance | path

Searched refs:hdcp_srm_header (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_hdcp.c89 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp1_srm()
92 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp1_srm()
98 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp1_srm()
107 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp1_srm()
150 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp2_srm()
153 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp2_srm()
159 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp2_srm()
170 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp2_srm()
222 if (count < sizeof(struct hdcp_srm_header)) in drm_hdcp_srm_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A 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()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_hdcp.h284 struct hdcp_srm_header { struct
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_hdcp.h287 struct hdcp_srm_header { struct

Completed in 4 milliseconds