Searched refs:current_ctx (Results 1 – 9 of 9) sorted by relevance
80 u8 current_ctx; member110 ctxld->ctx_size[ctxld->current_ctx ^ 1][CTX_DB], in dcss_ctxld_irq_handler()111 ctxld->ctx_size[ctxld->current_ctx ^ 1][CTX_SB_HP], in dcss_ctxld_irq_handler()112 ctxld->ctx_size[ctxld->current_ctx ^ 1][CTX_SB_LP]); in dcss_ctxld_irq_handler()258 int curr_ctx = ctxld->current_ctx; in dcss_ctxld_enable_locked()310 ctxld->current_ctx ^= 1; in dcss_ctxld_enable_locked()312 ctxld->ctx_size[ctxld->current_ctx][CTX_DB] = 0; in dcss_ctxld_enable_locked()313 ctxld->ctx_size[ctxld->current_ctx][CTX_SB_HP] = 0; in dcss_ctxld_enable_locked()314 ctxld->ctx_size[ctxld->current_ctx][CTX_SB_LP] = 0; in dcss_ctxld_enable_locked()343 int curr_ctx = ctxld->current_ctx; in dcss_ctxld_write_irqsafe()[all …]
197 ctx = device_data->current_ctx; in cryp_interrupt_handler()866 device_data->current_ctx = NULL; in ablk_dma_crypt()930 device_data->current_ctx = NULL; in ablk_crypt()1275 device_data->current_ctx = NULL; in ux500_cryp_probe()1415 if (device_data->current_ctx) { in ux500_cryp_remove()1459 if (!device_data->current_ctx) { in ux500_cryp_shutdown()1468 device_data->current_ctx++; in ux500_cryp_shutdown()1511 if (!device_data->current_ctx) in ux500_cryp_suspend()1512 device_data->current_ctx++; in ux500_cryp_suspend()1548 device_data->current_ctx = NULL; in ux500_cryp_resume()[all …]
297 (struct cryp_config *)device_data->current_ctx; in cryp_save_device_context()358 (struct cryp_config *)device_data->current_ctx; in cryp_restore_device_context()
245 struct cryp_ctx *current_ctx; member
97 device_data->current_ctx->device = NULL; in release_hash_device()98 device_data->current_ctx = NULL; in release_hash_device()387 if (local_device_data->current_ctx) { in hash_get_device_data()1668 device_data->current_ctx = NULL; in ux500_hash_probe()1777 if (device_data->current_ctx) { in ux500_hash_remove()1823 if (!device_data->current_ctx) { in ux500_hash_shutdown()1832 device_data->current_ctx++; in ux500_hash_shutdown()1867 if (!device_data->current_ctx) in ux500_hash_suspend()1868 device_data->current_ctx++; in ux500_hash_suspend()1905 device_data->current_ctx = NULL; in ux500_hash_resume()[all …]
370 struct hash_ctx *current_ctx; member
183 need_ctx_switch = ring->current_ctx != fence_ctx; in amdgpu_ib_schedule()280 ring->current_ctx = fence_ctx; in amdgpu_ib_schedule()
240 uint64_t current_ctx; member
1077 struct dc_state *current_ctx; in disable_dangling_plane() local1119 current_ctx = dc->current_state; in disable_dangling_plane()1121 dc_release_state(current_ctx); in disable_dangling_plane()
Completed in 35 milliseconds