Searched refs:mod_hdcp_execute_and_set (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ ! |
| H A D | hdcp1_execution.c | 168 if (!mod_hdcp_execute_and_set(mod_hdcp_read_bksv, in wait_for_active_rx() 172 if (!mod_hdcp_execute_and_set(mod_hdcp_read_bcaps, in wait_for_active_rx() 191 if (!mod_hdcp_execute_and_set(mod_hdcp_hdcp1_create_session, in exchange_ksvs() 195 if (!mod_hdcp_execute_and_set(mod_hdcp_write_an, in exchange_ksvs() 199 if (!mod_hdcp_execute_and_set(mod_hdcp_write_aksv, in exchange_ksvs() 203 if (!mod_hdcp_execute_and_set(mod_hdcp_read_bksv, in exchange_ksvs() 207 if (!mod_hdcp_execute_and_set(validate_bksv, in exchange_ksvs() 212 if (!mod_hdcp_execute_and_set(mod_hdcp_write_ainfo, in exchange_ksvs() 233 if (!mod_hdcp_execute_and_set(mod_hdcp_read_r0p, in computations_validate_rx_test_for_repeater() 237 if (!mod_hdcp_execute_and_set(mod_hdcp_hdcp1_validate_rx, in computations_validate_rx_test_for_repeater() [all …]
|
| H A D | hdcp2_execution.c | 235 if (!mod_hdcp_execute_and_set(mod_hdcp_read_rxstatus, in process_rxstatus() 239 if (!mod_hdcp_execute_and_set(check_reauthentication_request, in process_rxstatus() 244 if (!mod_hdcp_execute_and_set(check_link_integrity_failure_dp, in process_rxstatus() 276 if (!mod_hdcp_execute_and_set(mod_hdcp_read_hdcp2version, in known_hdcp2_capable_rx() 280 if (!mod_hdcp_execute_and_set(check_hdcp2_capable, in known_hdcp2_capable_rx() 299 if (!mod_hdcp_execute_and_set(mod_hdcp_hdcp2_create_session, in send_ake_init() 303 if (!mod_hdcp_execute_and_set(mod_hdcp_hdcp2_prepare_ake_init, in send_ake_init() 307 if (!mod_hdcp_execute_and_set(mod_hdcp_write_ake_init, in send_ake_init() 329 if (!mod_hdcp_execute_and_set(check_ake_cert_available, in validate_ake_cert() 333 if (!mod_hdcp_execute_and_set(mod_hdcp_read_ake_cert, in validate_ake_cert() [all …]
|
| H A D | hdcp.h | 291 uint8_t mod_hdcp_execute_and_set(
|