Home
last modified time | relevance | path

Searched refs:ops_ctx (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dinit.c70 const struct iwl_fw_runtime_ops *ops, void *ops_ctx, in iwl_fw_runtime_init() argument
81 fwrt->ops_ctx = ops_ctx; in iwl_fw_runtime_init()
H A Druntime.h160 void *ops_ctx; member
217 const struct iwl_fw_runtime_ops *ops, void *ops_ctx,
H A Ddebugfs.c279 !fwrt->ops->fw_running(fwrt->ops_ctx)) in iwl_dbgfs_send_hcmd_write()
306 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_send_hcmd_write()
H A Ddbg.h263 fwrt->ops->d3_debug_enable(fwrt->ops_ctx) && in iwl_fw_dbg_is_d3_debug_enabled()
H A Ddbg.c2696 fwrt->ops->dump_start(fwrt->ops_ctx)) in iwl_fw_error_dump_wk()
2702 fwrt->ops->dump_end(fwrt->ops_ctx); in iwl_fw_error_dump_wk()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h199 typedef void (*alloc_mem_t)(uint8_t id, void* ops_ctx, void* cfg, void** mem_ctx);
479 typedef void (*ref_t)(void* ops_ctx, void* cfg);
480 typedef void (*unref_t)(void* ops_ctx, void* cfg);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.h325 static void allocMemResource(uint8_t id, void *ops_ctx, void *config, void **mem_ctx);
337 void* ops_ctx; member
H A DCamHwIsp20.cpp93 _fec_drv_mem_ctx.ops_ctx = this; in CamHwIsp20()
97 _ldch_drv_mem_ctx.ops_ctx = this; in CamHwIsp20()
101 _cac_drv_mem_ctx.ops_ctx = this; in CamHwIsp20()
105 _dbg_drv_mem_ctx.ops_ctx = this; in CamHwIsp20()
4925 void CamHwIsp20::allocMemResource(uint8_t id, void *ops_ctx, void *config, void **mem_ctx) in allocMemResource() argument
4936 CamHwIsp20 *isp20 = static_cast<CamHwIsp20*>((isp_drv_share_mem_ops_t*)ops_ctx); in allocMemResource()
5123 CamHwIsp20 *isp20 = (CamHwIsp20*)(drv_mem_ctx->ops_ctx); in releaseMemResource()
5226 if (!mem_ctx || !drv_mem_ctx->ops_ctx) return nullptr; in getFreeItem()
5227 CamHwIsp20 *isp20 = (CamHwIsp20*)(drv_mem_ctx->ops_ctx); in getFreeItem()