/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp2_execution.c | 217 struct mod_hdcp_event_context *event_ctx, in process_rxstatus() 239 event_ctx->rx_id_list_ready = 1; in process_rxstatus() 253 struct mod_hdcp_event_context *event_ctx, in known_hdcp2_capable_rx() 258 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in known_hdcp2_capable_rx() 259 event_ctx->unexpected_event = 1; in known_hdcp2_capable_rx() 276 struct mod_hdcp_event_context *event_ctx, in send_ake_init() 281 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in send_ake_init() 282 event_ctx->unexpected_event = 1; in send_ake_init() 303 struct mod_hdcp_event_context *event_ctx, in validate_ake_cert() 309 if (event_ctx in validate_ake_cert() 216 process_rxstatus(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, enum mod_hdcp_status *status) process_rxstatus() argument 252 known_hdcp2_capable_rx(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) known_hdcp2_capable_rx() argument 275 send_ake_init(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_ake_init() argument 302 validate_ake_cert(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) validate_ake_cert() argument 332 send_no_stored_km(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_no_stored_km() argument 351 read_h_prime(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) read_h_prime() argument 377 read_pairing_info_and_validate_h_prime( struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) read_pairing_info_and_validate_h_prime() argument 407 send_stored_km(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_stored_km() argument 426 validate_h_prime(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) validate_h_prime() argument 455 locality_check(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) locality_check() argument 493 exchange_ks_and_test_for_repeater(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) exchange_ks_and_test_for_repeater() argument 516 enable_encryption(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) enable_encryption() argument 553 authenticated(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) authenticated() argument 573 wait_for_rx_id_list(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) wait_for_rx_id_list() argument 596 verify_rx_id_list_and_send_ack(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) verify_rx_id_list_and_send_ack() argument 632 send_stream_management(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_stream_management() argument 667 validate_stream_ready(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) validate_stream_ready() argument 709 determine_rx_hdcp_capable_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) determine_rx_hdcp_capable_dp() argument 732 send_content_stream_type_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_content_stream_type_dp() argument 754 mod_hdcp_hdcp2_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) mod_hdcp_hdcp2_execution() argument 818 mod_hdcp_hdcp2_dp_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) mod_hdcp_hdcp2_dp_execution() argument [all...] |
H A D | hdcp1_execution.c | 140 struct mod_hdcp_event_context *event_ctx, in wait_for_active_rx() 145 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in wait_for_active_rx() 146 event_ctx->unexpected_event = 1; in wait_for_active_rx() 163 struct mod_hdcp_event_context *event_ctx, in exchange_ksvs() 168 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in exchange_ksvs() 169 event_ctx->unexpected_event = 1; in exchange_ksvs() 205 struct mod_hdcp_event_context *event_ctx, in computations_validate_rx_test_for_repeater() 210 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in computations_validate_rx_test_for_repeater() 211 event_ctx->unexpected_event = 1; in computations_validate_rx_test_for_repeater() 247 struct mod_hdcp_event_context *event_ctx, in authenticated() 139 wait_for_active_rx(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) wait_for_active_rx() argument 162 exchange_ksvs(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) exchange_ksvs() argument 203 computations_validate_rx_test_for_repeater( struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) computations_validate_rx_test_for_repeater() argument 246 authenticated(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) authenticated() argument 265 wait_for_ready(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) wait_for_ready() argument 305 read_ksv_list(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) read_ksv_list() argument 369 determine_rx_hdcp_capable_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) determine_rx_hdcp_capable_dp() argument 392 wait_for_r0_prime_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) wait_for_r0_prime_dp() argument 416 authenticated_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) authenticated_dp() argument 458 mod_hdcp_hdcp1_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) mod_hdcp_hdcp1_execution() argument 492 mod_hdcp_hdcp1_dp_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) mod_hdcp_hdcp1_dp_execution() argument [all...] |
H A D | hdcp.c | 90 struct mod_hdcp_event_context *event_ctx, in execution() 96 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in execution() 97 event_ctx->unexpected_event = 1; in execution() 103 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in execution() 104 event_ctx->unexpected_event = 1; in execution() 108 status = mod_hdcp_hdcp1_execution(hdcp, event_ctx, &input->hdcp1); in execution() 111 event_ctx, &input->hdcp1); in execution() 113 status = mod_hdcp_hdcp2_execution(hdcp, event_ctx, &input->hdcp2); in execution() 116 event_ctx, &input->hdcp2); in execution() 118 event_ctx in execution() 89 execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, union mod_hdcp_transition_input *input) execution() argument 125 transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, union mod_hdcp_transition_input *input, struct mod_hdcp_output *output) transition() argument 444 struct mod_hdcp_event_context event_ctx; mod_hdcp_process_event() local [all...] |
H A D | hdcp2_transition.c | 29 struct mod_hdcp_event_context *event_ctx, in mod_hdcp_hdcp2_transition() 66 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 113 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 133 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 165 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 235 } else if (event_ctx->rx_id_list_ready && conn->is_repeater) { in mod_hdcp_hdcp2_transition() 252 } else if (event_ctx->rx_id_list_ready && conn->is_repeater) { in mod_hdcp_hdcp2_transition() 265 } else if (!event_ctx->rx_id_list_ready) { in mod_hdcp_hdcp2_transition() 266 if (event_ctx->event == MOD_HDCP_EVENT_WATCHDOG_TIMEOUT) { in mod_hdcp_hdcp2_transition() 307 } else if (event_ctx in mod_hdcp_hdcp2_transition() 28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument 369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument [all...] |
H A D | hdcp.h | 294 struct mod_hdcp_event_context *event_ctx, 297 struct mod_hdcp_event_context *event_ctx, 300 struct mod_hdcp_event_context *event_ctx, 304 struct mod_hdcp_event_context *event_ctx, 310 struct mod_hdcp_event_context *event_ctx, 313 struct mod_hdcp_event_context *event_ctx, 316 struct mod_hdcp_event_context *event_ctx, 320 struct mod_hdcp_event_context *event_ctx,
|
H A D | hdcp1_transition.c | 29 struct mod_hdcp_event_context *event_ctx, in mod_hdcp_hdcp1_transition() 107 if (event_ctx->event == in mod_hdcp_hdcp1_transition() 152 struct mod_hdcp_event_context *event_ctx, in mod_hdcp_hdcp1_dp_transition() 197 if (event_ctx->event == MOD_HDCP_EVENT_WATCHDOG_TIMEOUT) in mod_hdcp_hdcp1_dp_transition() 259 if (event_ctx->event == in mod_hdcp_hdcp1_dp_transition() 28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument 151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp2_execution.c | 225 struct mod_hdcp_event_context *event_ctx, in process_rxstatus() 247 event_ctx->rx_id_list_ready = 1; in process_rxstatus() 261 struct mod_hdcp_event_context *event_ctx, in known_hdcp2_capable_rx() 266 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in known_hdcp2_capable_rx() 267 event_ctx->unexpected_event = 1; in known_hdcp2_capable_rx() 284 struct mod_hdcp_event_context *event_ctx, in send_ake_init() 289 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in send_ake_init() 290 event_ctx->unexpected_event = 1; in send_ake_init() 311 struct mod_hdcp_event_context *event_ctx, in validate_ake_cert() 317 if (event_ctx in validate_ake_cert() 224 process_rxstatus(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, enum mod_hdcp_status *status) process_rxstatus() argument 260 known_hdcp2_capable_rx(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) known_hdcp2_capable_rx() argument 283 send_ake_init(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_ake_init() argument 310 validate_ake_cert(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) validate_ake_cert() argument 340 send_no_stored_km(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_no_stored_km() argument 359 read_h_prime(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) read_h_prime() argument 385 read_pairing_info_and_validate_h_prime( struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) read_pairing_info_and_validate_h_prime() argument 415 send_stored_km(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_stored_km() argument 434 validate_h_prime(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) validate_h_prime() argument 463 locality_check(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) locality_check() argument 501 exchange_ks_and_test_for_repeater(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) exchange_ks_and_test_for_repeater() argument 524 enable_encryption(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) enable_encryption() argument 561 authenticated(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) authenticated() argument 578 wait_for_rx_id_list(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) wait_for_rx_id_list() argument 601 verify_rx_id_list_and_send_ack(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) verify_rx_id_list_and_send_ack() argument 637 send_stream_management(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_stream_management() argument 672 validate_stream_ready(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) validate_stream_ready() argument 714 determine_rx_hdcp_capable_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) determine_rx_hdcp_capable_dp() argument 737 send_content_stream_type_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) send_content_stream_type_dp() argument 759 mod_hdcp_hdcp2_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) mod_hdcp_hdcp2_execution() argument 823 mod_hdcp_hdcp2_dp_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) mod_hdcp_hdcp2_dp_execution() argument [all...] |
H A D | hdcp1_execution.c | 149 struct mod_hdcp_event_context *event_ctx, in wait_for_active_rx() 154 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in wait_for_active_rx() 155 event_ctx->unexpected_event = 1; in wait_for_active_rx() 172 struct mod_hdcp_event_context *event_ctx, in exchange_ksvs() 177 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in exchange_ksvs() 178 event_ctx->unexpected_event = 1; in exchange_ksvs() 214 struct mod_hdcp_event_context *event_ctx, in computations_validate_rx_test_for_repeater() 219 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in computations_validate_rx_test_for_repeater() 220 event_ctx->unexpected_event = 1; in computations_validate_rx_test_for_repeater() 256 struct mod_hdcp_event_context *event_ctx, in authenticated() 148 wait_for_active_rx(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) wait_for_active_rx() argument 171 exchange_ksvs(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) exchange_ksvs() argument 212 computations_validate_rx_test_for_repeater( struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) computations_validate_rx_test_for_repeater() argument 255 authenticated(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) authenticated() argument 273 wait_for_ready(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) wait_for_ready() argument 313 read_ksv_list(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) read_ksv_list() argument 377 determine_rx_hdcp_capable_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) determine_rx_hdcp_capable_dp() argument 400 wait_for_r0_prime_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) wait_for_r0_prime_dp() argument 424 authenticated_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) authenticated_dp() argument 466 mod_hdcp_hdcp1_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) mod_hdcp_hdcp1_execution() argument 500 mod_hdcp_hdcp1_dp_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) mod_hdcp_hdcp1_dp_execution() argument [all...] |
H A D | hdcp.c | 92 struct mod_hdcp_event_context *event_ctx, in execution() 98 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in execution() 99 event_ctx->unexpected_event = 1; in execution() 105 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) { in execution() 106 event_ctx->unexpected_event = 1; in execution() 110 status = mod_hdcp_hdcp1_execution(hdcp, event_ctx, &input->hdcp1); in execution() 113 event_ctx, &input->hdcp1); in execution() 115 status = mod_hdcp_hdcp2_execution(hdcp, event_ctx, &input->hdcp2); in execution() 118 event_ctx, &input->hdcp2); in execution() 120 event_ctx in execution() 91 execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, union mod_hdcp_transition_input *input) execution() argument 127 transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, union mod_hdcp_transition_input *input, struct mod_hdcp_output *output) transition() argument 539 struct mod_hdcp_event_context event_ctx; mod_hdcp_process_event() local [all...] |
H A D | hdcp2_transition.c | 29 struct mod_hdcp_event_context *event_ctx, in mod_hdcp_hdcp2_transition() 66 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 113 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 133 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 165 if (event_ctx->event == in mod_hdcp_hdcp2_transition() 235 } else if (event_ctx->rx_id_list_ready && conn->is_repeater) { in mod_hdcp_hdcp2_transition() 252 } else if (event_ctx->rx_id_list_ready && conn->is_repeater) { in mod_hdcp_hdcp2_transition() 265 } else if (!event_ctx->rx_id_list_ready) { in mod_hdcp_hdcp2_transition() 266 if (event_ctx->event == MOD_HDCP_EVENT_WATCHDOG_TIMEOUT) { in mod_hdcp_hdcp2_transition() 307 } else if (event_ctx in mod_hdcp_hdcp2_transition() 28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument 369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument [all...] |
H A D | hdcp.h | 294 struct mod_hdcp_event_context *event_ctx, 297 struct mod_hdcp_event_context *event_ctx, 300 struct mod_hdcp_event_context *event_ctx, 304 struct mod_hdcp_event_context *event_ctx, 310 struct mod_hdcp_event_context *event_ctx, 313 struct mod_hdcp_event_context *event_ctx, 316 struct mod_hdcp_event_context *event_ctx, 320 struct mod_hdcp_event_context *event_ctx,
|
H A D | hdcp1_transition.c | 29 struct mod_hdcp_event_context *event_ctx, in mod_hdcp_hdcp1_transition() 107 if (event_ctx->event == in mod_hdcp_hdcp1_transition() 152 struct mod_hdcp_event_context *event_ctx, in mod_hdcp_hdcp1_dp_transition() 197 if (event_ctx->event == MOD_HDCP_EVENT_WATCHDOG_TIMEOUT) in mod_hdcp_hdcp1_dp_transition() 259 if (event_ctx->event == in mod_hdcp_hdcp1_dp_transition() 28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument 151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr.h | 1281 * @event_ctx: event context 1286 u32 event_ctx; member 1326 u32 event_ctx);
|
H A D | mpi3mr_os.c | 45 struct mpi3mr_drv_cmd *cmdparam, u32 event_ctx); 2386 delayed_evtack->event_ctx); in mpi3mr_complete_evt_ack() 2402 * @event_ctx: event context 2412 struct mpi3mr_drv_cmd *cmdparam, u32 event_ctx) in mpi3mr_send_event_ack() 2423 "sending delayed event ack in the top half for event(0x%02x), event_ctx(0x%08x)\n", in mpi3mr_send_event_ack() 2424 event, event_ctx); in mpi3mr_send_event_ack() 2428 "sending event ack in the top half for event(0x%02x), event_ctx(0x%08x)\n", in mpi3mr_send_event_ack() 2429 event, event_ctx); in mpi3mr_send_event_ack() 2448 delayed_evtack->event_ctx = event_ctx; in mpi3mr_send_event_ack() 2411 mpi3mr_send_event_ack(struct mpi3mr_ioc *mrioc, u8 event, struct mpi3mr_drv_cmd *cmdparam, u32 event_ctx) mpi3mr_send_event_ack() argument [all...] |
H A D | mpi3mr_fw.c | 3334 * @event_ctx: event context 3342 u32 event_ctx) in mpi3mr_process_event_ack() 3361 evtack_req.event_context = cpu_to_le32(event_ctx); in mpi3mr_process_event_ack() 3341 mpi3mr_process_event_ack(struct mpi3mr_ioc *mrioc, u8 event, u32 event_ctx) mpi3mr_process_event_ack() argument
|