Searched refs:fw_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils.c | 55 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() argument 70 *fw_ops = &aq_fw_1x_ops; in hw_atl_utils_initfw() 73 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 76 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 82 self->aq_fw_ops = *fw_ops; in hw_atl_utils_initfw()
|
D | hw_atl_utils.h | 282 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst.c | 185 ret = ctx->fw_ops.load_library(ctx, skl->lib_info, in skl_set_dsp_D0() 561 sst->fw_ops = skl_fw_ops; in skl_sst_dsp_init() 572 ret = sst->fw_ops.load_fw(sst); in skl_sst_init_fw() 581 ret = sst->fw_ops.load_library(sst, ctx->lib_info, in skl_sst_init_fw()
|
D | bxt-sst.c | 573 sst->fw_ops = bxt_fw_ops; in bxt_sst_dsp_init() 607 ret = sst->fw_ops.load_fw(sst); in bxt_sst_init_fw() 616 ret = sst->fw_ops.load_library(sst, ctx->lib_info, in bxt_sst_init_fw()
|
D | skl-sst-dsp.c | 357 ret = ctx->fw_ops.set_state_D0(ctx, core_id); in skl_dsp_get_core() 385 ret = ctx->fw_ops.set_state_D3(ctx, core_id); in skl_dsp_put_core()
|
D | cnl-sst.c | 440 sst->fw_ops = cnl_fw_ops; in cnl_sst_dsp_init() 470 ret = ctx->dsp->fw_ops.load_fw(sst); in cnl_sst_init_fw()
|
D | skl-sst-ipc.c | 319 if (!dsp->fw_ops.set_state_D0i0) in skl_ipc_check_D0i0() 324 ret = dsp->fw_ops.set_state_D0i0(dsp); in skl_ipc_check_D0i0() 326 ret = dsp->fw_ops.set_state_D0i3(dsp); in skl_ipc_check_D0i0() 447 ipc->dsp->fw_ops.get_fw_errcode(ipc->dsp)); in skl_ipc_process_reply()
|
D | skl-topology.c | 603 if (mconfig->module->loadable && ctx->dsp->fw_ops.load_mod) { in skl_tplg_init_pipe_modules() 604 ret = ctx->dsp->fw_ops.load_mod(ctx->dsp, in skl_tplg_init_pipe_modules() 668 if (mconfig->module->loadable && ctx->dsp->fw_ops.unload_mod && in skl_tplg_unload_pipe_modules() 670 ret = ctx->dsp->fw_ops.unload_mod(ctx->dsp, in skl_tplg_unload_pipe_modules()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 319 struct skl_dsp_fw_ops fw_ops; member
|