Searched refs:fw_ops (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| D | hw_atl_utils.c | 61 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() argument 76 *fw_ops = &aq_fw_1x_ops; in hw_atl_utils_initfw() 79 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 82 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 88 self->aq_fw_ops = *fw_ops; in hw_atl_utils_initfw()
|
| D | hw_atl_utils.h | 437 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
|
| /Linux-v5.4/sound/soc/intel/skylake/ |
| D | skl-sst.c | 177 ret = ctx->fw_ops.load_library(ctx, skl->lib_info, in skl_set_dsp_D0() 551 sst->fw_ops = skl_fw_ops; in skl_sst_dsp_init() 562 ret = sst->fw_ops.load_fw(sst); in skl_sst_init_fw() 571 ret = sst->fw_ops.load_library(sst, skl->lib_info, in skl_sst_init_fw()
|
| D | skl-sst-ipc.c | 313 if (!dsp->fw_ops.set_state_D0i0) in skl_ipc_check_D0i0() 318 ret = dsp->fw_ops.set_state_D0i0(dsp); in skl_ipc_check_D0i0() 320 ret = dsp->fw_ops.set_state_D0i3(dsp); in skl_ipc_check_D0i0() 417 ipc->dsp->fw_ops.get_fw_errcode(ipc->dsp)); in skl_ipc_set_reply_error_code() 424 ipc->dsp->fw_ops.get_fw_errcode(ipc->dsp)); in skl_ipc_set_reply_error_code() 428 ipc->dsp->fw_ops.get_fw_errcode(ipc->dsp)); in skl_ipc_set_reply_error_code()
|
| D | bxt-sst.c | 565 sst->fw_ops = bxt_fw_ops; in bxt_sst_dsp_init() 599 ret = sst->fw_ops.load_fw(sst); in bxt_sst_init_fw() 608 ret = sst->fw_ops.load_library(sst, skl->lib_info, in bxt_sst_init_fw()
|
| D | skl-sst-dsp.c | 349 ret = ctx->fw_ops.set_state_D0(ctx, core_id); in skl_dsp_get_core() 377 ret = ctx->fw_ops.set_state_D3(ctx, core_id); in skl_dsp_put_core()
|
| D | cnl-sst.c | 431 sst->fw_ops = cnl_fw_ops; in cnl_sst_dsp_init() 461 ret = skl->dsp->fw_ops.load_fw(sst); in cnl_sst_init_fw()
|
| D | skl-topology.c | 495 if (mconfig->module->loadable && skl->dsp->fw_ops.load_mod) { in skl_tplg_init_pipe_modules() 496 ret = skl->dsp->fw_ops.load_mod(skl->dsp, in skl_tplg_init_pipe_modules() 560 if (mconfig->module->loadable && skl->dsp->fw_ops.unload_mod && in skl_tplg_unload_pipe_modules() 562 ret = skl->dsp->fw_ops.unload_mod(skl->dsp, in skl_tplg_unload_pipe_modules()
|
| /Linux-v5.4/sound/soc/intel/common/ |
| D | sst-dsp-priv.h | 310 struct skl_dsp_fw_ops fw_ops; member
|