Searched refs:event_ctx (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_execution.c224 struct mod_hdcp_event_context *event_ctx,
246 event_ctx->rx_id_list_ready = 1;
260 struct mod_hdcp_event_context *event_ctx,
265 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
266 event_ctx->unexpected_event = 1;
283 struct mod_hdcp_event_context *event_ctx,
288 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
289 event_ctx->unexpected_event = 1;
310 struct mod_hdcp_event_context *event_ctx,
316 if (event_ctx
223 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) argument
259 known_hdcp2_capable_rx(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
282 send_ake_init(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
309 validate_ake_cert(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
339 send_no_stored_km(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
358 read_h_prime(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
384 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) argument
414 send_stored_km(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
433 validate_h_prime(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
462 locality_check(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
500 exchange_ks_and_test_for_repeater(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
523 enable_encryption(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
560 authenticated(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
577 wait_for_rx_id_list(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
600 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) argument
636 send_stream_management(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
671 validate_stream_ready(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
712 determine_rx_hdcp_capable_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
735 send_content_stream_type_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
757 mod_hdcp_hdcp2_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
821 mod_hdcp_hdcp2_dp_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input) argument
[all...]
H A Dhdcp1_execution.c149 struct mod_hdcp_event_context *event_ctx,
154 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
155 event_ctx->unexpected_event = 1;
172 struct mod_hdcp_event_context *event_ctx,
177 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
178 event_ctx->unexpected_event = 1;
214 struct mod_hdcp_event_context *event_ctx,
219 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
220 event_ctx->unexpected_event = 1;
256 struct mod_hdcp_event_context *event_ctx,
148 wait_for_active_rx(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) argument
171 exchange_ksvs(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) 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) argument
255 authenticated(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) argument
273 wait_for_ready(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) argument
313 read_ksv_list(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) 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) 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) argument
424 authenticated_dp(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) argument
466 mod_hdcp_hdcp1_execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input) 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) argument
[all...]
H A Dhdcp2_transition.c29 struct mod_hdcp_event_context *event_ctx,
66 if (event_ctx->event ==
113 if (event_ctx->event ==
133 if (event_ctx->event ==
165 if (event_ctx->event ==
235 } else if (event_ctx->rx_id_list_ready && conn->is_repeater) {
252 } else if (event_ctx->rx_id_list_ready && conn->is_repeater) {
265 } else if (!event_ctx->rx_id_list_ready) {
266 if (event_ctx->event == MOD_HDCP_EVENT_WATCHDOG_TIMEOUT) {
307 } else if (event_ctx
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) 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) argument
[all...]
H A Dhdcp.c92 struct mod_hdcp_event_context *event_ctx,
98 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
99 event_ctx->unexpected_event = 1;
105 if (event_ctx->event != MOD_HDCP_EVENT_CALLBACK) {
106 event_ctx->unexpected_event = 1;
110 status = mod_hdcp_hdcp1_execution(hdcp, event_ctx, &input->hdcp1);
113 event_ctx, &input->hdcp1);
115 status = mod_hdcp_hdcp2_execution(hdcp, event_ctx, &input->hdcp2);
118 event_ctx, &input->hdcp2);
120 event_ctx
91 execution(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, union mod_hdcp_transition_input *input) 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) argument
539 struct mod_hdcp_event_context event_ctx; local
[all...]
H A Dhdcp1_transition.c29 struct mod_hdcp_event_context *event_ctx,
107 if (event_ctx->event ==
152 struct mod_hdcp_event_context *event_ctx,
197 if (event_ctx->event == MOD_HDCP_EVENT_WATCHDOG_TIMEOUT)
259 if (event_ctx->event ==
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) 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) argument
H A Dhdcp.h294 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,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddriver.c13 struct mlx5_sf_peer_devlink_event_ctx event_ctx = { local
21 &event_ctx);
22 return ret == NOTIFY_OK ? event_ctx.err : 0;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c432 struct mlx5_sf_peer_devlink_event_ctx *event_ctx = data; local
441 sf = mlx5_sf_lookup_by_function_id(table, event_ctx->fn_id);
445 event_ctx->err = devl_port_fn_devlink_set(&sf->dl_port.dl_port,
446 event_ctx->devlink);
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c46 struct mpi3mr_drv_cmd *cmdparam, u32 event_ctx);
2387 delayed_evtack->event_ctx);
2403 * @event_ctx: event context
2413 struct mpi3mr_drv_cmd *cmdparam, u32 event_ctx)
2424 "sending delayed event ack in the top half for event(0x%02x), event_ctx(0x%08x)\n",
2425 event, event_ctx);
2429 "sending event ack in the top half for event(0x%02x), event_ctx(0x%08x)\n",
2430 event, event_ctx);
2449 delayed_evtack->event_ctx = event_ctx;
2412 mpi3mr_send_event_ack(struct mpi3mr_ioc *mrioc, u8 event, struct mpi3mr_drv_cmd *cmdparam, u32 event_ctx) argument
[all...]
H A Dmpi3mr.h1300 * @event_ctx: event context
1305 u32 event_ctx; member in struct:delayed_evt_ack_node
1345 u32 event_ctx);
H A Dmpi3mr_fw.c3443 * @event_ctx: event context
3451 u32 event_ctx)
3470 evtack_req.event_context = cpu_to_le32(event_ctx);
3450 mpi3mr_process_event_ack(struct mpi3mr_ioc *mrioc, u8 event, u32 event_ctx) argument

Completed in 186 milliseconds