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.c2143 int down_stream_count, err, msg_count = 0; in it6505_setup_sha1_input() local
2153 down_stream_count = binfo[0] & 0x7F; in it6505_setup_sha1_input()
2162 if (!down_stream_count || in it6505_setup_sha1_input()
2163 down_stream_count > MAX_HDCP_DOWN_STREAM_COUNT) { in it6505_setup_sha1_input()
2165 down_stream_count); in it6505_setup_sha1_input()
2168 err = it6505_get_ksvlist(it6505, sha1_input, down_stream_count * 5); in it6505_setup_sha1_input()
2172 msg_count += down_stream_count * 5; in it6505_setup_sha1_input()
2174 it6505->hdcp_down_stream_count = down_stream_count; in it6505_setup_sha1_input()