Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/bridge/
H A Dite-it6505.c2177 int down_stream_count, err, msg_count = 0; in it6505_setup_sha1_input() local
2187 down_stream_count = binfo[0] & 0x7F; in it6505_setup_sha1_input()
2196 if (!down_stream_count || in it6505_setup_sha1_input()
2197 down_stream_count > MAX_HDCP_DOWN_STREAM_COUNT) { in it6505_setup_sha1_input()
2199 down_stream_count); in it6505_setup_sha1_input()
2202 err = it6505_get_ksvlist(it6505, sha1_input, down_stream_count * 5); in it6505_setup_sha1_input()
2206 msg_count += down_stream_count * 5; in it6505_setup_sha1_input()
2208 it6505->hdcp_down_stream_count = down_stream_count; in it6505_setup_sha1_input()