Lines Matching refs:input
30 struct mod_hdcp_transition_input_hdcp2 *input, in mod_hdcp_hdcp2_transition() argument
39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition()
40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition()
50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition()
51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition()
56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition()
65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition()
81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition()
82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition()
100 if (input->no_stored_km_write != PASS) { in mod_hdcp_hdcp2_transition()
112 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_transition()
123 } else if (input->h_prime_read != PASS) { in mod_hdcp_hdcp2_transition()
132 if (input->pairing_available != PASS) { in mod_hdcp_hdcp2_transition()
145 } else if (input->pairing_info_read != PASS || in mod_hdcp_hdcp2_transition()
146 input->h_prime_validation != PASS) { in mod_hdcp_hdcp2_transition()
155 if (input->stored_km_write != PASS) { in mod_hdcp_hdcp2_transition()
164 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_transition()
175 } else if (input->h_prime_read != PASS) { in mod_hdcp_hdcp2_transition()
178 } else if (input->h_prime_validation != PASS) { in mod_hdcp_hdcp2_transition()
197 input->lc_init_prepare != PASS || in mod_hdcp_hdcp2_transition()
198 (!use_fw && input->lc_init_write != PASS) || in mod_hdcp_hdcp2_transition()
199 (!use_fw && input->l_prime_available_poll != PASS)) { in mod_hdcp_hdcp2_transition()
202 } else if (input->l_prime_read != PASS) { in mod_hdcp_hdcp2_transition()
211 } else if (input->l_prime_validation != PASS) { in mod_hdcp_hdcp2_transition()
221 if (input->eks_prepare != PASS || in mod_hdcp_hdcp2_transition()
222 input->eks_write != PASS) { in mod_hdcp_hdcp2_transition()
239 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_transition()
240 input->reauth_request_check != PASS) { in mod_hdcp_hdcp2_transition()
251 } else if (input->enable_encryption != PASS) { in mod_hdcp_hdcp2_transition()
260 if (input->rxstatus_read == FAIL || in mod_hdcp_hdcp2_transition()
261 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp2_transition()
273 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_transition()
274 input->reauth_request_check != PASS) { in mod_hdcp_hdcp2_transition()
296 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_transition()
297 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_transition()
298 input->rx_id_list_read != PASS || in mod_hdcp_hdcp2_transition()
299 input->device_count_check != PASS || in mod_hdcp_hdcp2_transition()
300 input->rx_id_list_validation != PASS || in mod_hdcp_hdcp2_transition()
301 input->repeater_auth_ack_write != PASS) { in mod_hdcp_hdcp2_transition()
315 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_transition()
316 input->reauth_request_check != PASS) { in mod_hdcp_hdcp2_transition()
323 } else if (input->prepare_stream_manage != PASS || in mod_hdcp_hdcp2_transition()
324 input->stream_manage_write != PASS) { in mod_hdcp_hdcp2_transition()
333 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_transition()
334 input->reauth_request_check != PASS) { in mod_hdcp_hdcp2_transition()
341 } else if (input->stream_ready_available != PASS) { in mod_hdcp_hdcp2_transition()
354 } else if (input->stream_ready_read != PASS || in mod_hdcp_hdcp2_transition()
355 input->stream_ready_validation != PASS) { in mod_hdcp_hdcp2_transition()
383 struct mod_hdcp_transition_input_hdcp2 *input, in mod_hdcp_hdcp2_dp_transition() argument
392 if (input->rx_caps_read_dp != PASS || in mod_hdcp_hdcp2_dp_transition()
393 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_dp_transition()
403 if (input->create_session != PASS || in mod_hdcp_hdcp2_dp_transition()
404 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_dp_transition()
409 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
418 if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_dp_transition()
419 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_dp_transition()
437 if (input->no_stored_km_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
448 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_dp_transition()
456 } else if (input->h_prime_read != PASS) { in mod_hdcp_hdcp2_dp_transition()
464 if (input->pairing_available != PASS) { in mod_hdcp_hdcp2_dp_transition()
475 } else if (input->pairing_info_read != PASS || in mod_hdcp_hdcp2_dp_transition()
476 input->h_prime_validation != PASS) { in mod_hdcp_hdcp2_dp_transition()
485 if (input->stored_km_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
493 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_dp_transition()
501 } else if (input->h_prime_read != PASS) { in mod_hdcp_hdcp2_dp_transition()
504 } else if (input->h_prime_validation != PASS) { in mod_hdcp_hdcp2_dp_transition()
518 input->lc_init_prepare != PASS || in mod_hdcp_hdcp2_dp_transition()
519 (!use_fw && input->lc_init_write != PASS)) { in mod_hdcp_hdcp2_dp_transition()
523 } else if (input->l_prime_read != PASS) { in mod_hdcp_hdcp2_dp_transition()
532 } else if (input->l_prime_validation != PASS) { in mod_hdcp_hdcp2_dp_transition()
542 if (input->eks_prepare != PASS || in mod_hdcp_hdcp2_dp_transition()
543 input->eks_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
556 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_dp_transition()
557 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_dp_transition()
558 input->link_integrity_check_dp != PASS || in mod_hdcp_hdcp2_dp_transition()
559 input->content_stream_type_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
567 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_dp_transition()
568 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_dp_transition()
569 input->link_integrity_check_dp != PASS) { in mod_hdcp_hdcp2_dp_transition()
580 } else if (input->enable_encryption != PASS || in mod_hdcp_hdcp2_dp_transition()
581 (is_dp_mst_hdcp(hdcp) && input->stream_encryption_dp != PASS)) { in mod_hdcp_hdcp2_dp_transition()
589 if (input->rxstatus_read == FAIL || in mod_hdcp_hdcp2_dp_transition()
590 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp2_dp_transition()
593 } else if (input->link_integrity_check_dp == FAIL) { in mod_hdcp_hdcp2_dp_transition()
606 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_dp_transition()
607 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_dp_transition()
608 input->link_integrity_check_dp != PASS) { in mod_hdcp_hdcp2_dp_transition()
623 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_dp_transition()
624 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_dp_transition()
625 input->link_integrity_check_dp != PASS || in mod_hdcp_hdcp2_dp_transition()
626 input->rx_id_list_read != PASS || in mod_hdcp_hdcp2_dp_transition()
627 input->device_count_check != PASS || in mod_hdcp_hdcp2_dp_transition()
628 input->rx_id_list_validation != PASS || in mod_hdcp_hdcp2_dp_transition()
629 input->repeater_auth_ack_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
644 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_dp_transition()
645 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_dp_transition()
646 input->link_integrity_check_dp != PASS) { in mod_hdcp_hdcp2_dp_transition()
653 } else if (input->prepare_stream_manage != PASS || in mod_hdcp_hdcp2_dp_transition()
654 input->stream_manage_write != PASS) { in mod_hdcp_hdcp2_dp_transition()
665 if (input->rxstatus_read != PASS || in mod_hdcp_hdcp2_dp_transition()
666 input->reauth_request_check != PASS || in mod_hdcp_hdcp2_dp_transition()
667 input->link_integrity_check_dp != PASS) { in mod_hdcp_hdcp2_dp_transition()
674 } else if (input->stream_ready_read != PASS || in mod_hdcp_hdcp2_dp_transition()
675 input->stream_ready_validation != PASS) { in mod_hdcp_hdcp2_dp_transition()