Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c2114 int down_stream_count, err, msg_count = 0; in it6505_setup_sha1_input() local
2124 down_stream_count = binfo[0] & 0x7F; in it6505_setup_sha1_input()
2133 if (!down_stream_count || in it6505_setup_sha1_input()
2134 down_stream_count > MAX_HDCP_DOWN_STREAM_COUNT) { in it6505_setup_sha1_input()
2136 down_stream_count); in it6505_setup_sha1_input()
2139 err = it6505_get_ksvlist(it6505, sha1_input, down_stream_count * 5); in it6505_setup_sha1_input()
2143 msg_count += down_stream_count * 5; in it6505_setup_sha1_input()
2145 it6505->hdcp_down_stream_count = down_stream_count; in it6505_setup_sha1_input()