Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c1959 int down_stream_count, i, err, msg_count = 0; in it6505_setup_sha1_input() local
1969 down_stream_count = binfo[0] & 0x7F; in it6505_setup_sha1_input()
1978 if (!down_stream_count || in it6505_setup_sha1_input()
1979 down_stream_count > MAX_HDCP_DOWN_STREAM_COUNT) { in it6505_setup_sha1_input()
1981 down_stream_count); in it6505_setup_sha1_input()
1985 for (i = 0; i < down_stream_count; i++) { in it6505_setup_sha1_input()
1997 it6505->hdcp_down_stream_count = down_stream_count; in it6505_setup_sha1_input()