OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRM_HDCP_KSV_LEN
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_hdcp.h
23
#define
DRM_HDCP_KSV_LEN
5
95
#define HDCP_2_2_RECEIVER_ID_LEN
DRM_HDCP_KSV_LEN
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c
41
for (i = 0; i <
DRM_HDCP_KSV_LEN
; i++)
341
u8 *ksv = &ksv_fifo[i *
DRM_HDCP_KSV_LEN
];
358
sha_leftovers =
DRM_HDCP_KSV_LEN
- sha_empty;
558
ksv_fifo = kcalloc(
DRM_HDCP_KSV_LEN
, num_downstream, GFP_KERNEL);
617
u8 shim[
DRM_HDCP_KSV_LEN
];
intel_gmbus.c
827
u8 buf[
DRM_HDCP_KSV_LEN
] = { 0 };
intel_dp.c
5947
.size =
DRM_HDCP_KSV_LEN
,
5949
u8 txbuf[HEADER_SIZE +
DRM_HDCP_KSV_LEN
] = {}, rxbuf[2], reply = 0;
5995
DRM_HDCP_KSV_LEN
);
5996
if (ret !=
DRM_HDCP_KSV_LEN
) {
6091
size_t len = min(num_downstream - i, 3) *
DRM_HDCP_KSV_LEN
;
6094
ksv_fifo + i *
DRM_HDCP_KSV_LEN
,
intel_hdmi.c
1360
DRM_HDCP_KSV_LEN
);
1428
ksv_fifo, num_downstream *
DRM_HDCP_KSV_LEN
);
Completed in 21 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025