/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2_utils.c | 33 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl2_utils_initfw() argument 40 *fw_ops = &aq_a2_fw_ops; in hw_atl2_utils_initfw() 44 *fw_ops = &aq_a2_fw_ops; in hw_atl2_utils_initfw() 47 self->aq_fw_ops = *fw_ops; in hw_atl2_utils_initfw()
|
D | hw_atl2_utils.h | 625 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
D | core.c | 400 if (!nd_desc->fw_ops) in capability_show() 403 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show() 425 if (!nd_desc->fw_ops) in activate_show() 428 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show() 429 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show() 452 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate() 464 if (!nd_desc->fw_ops) in activate_store() 474 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store() 485 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store() 510 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible() [all …]
|
D | dimm_devs.c | 466 if (!nvdimm->fw_ops) in result_show() 470 result = nvdimm->fw_ops->activate_result(nvdimm); in result_show() 495 if (!nvdimm->fw_ops) in activate_show() 499 state = nvdimm->fw_ops->activate_state(nvdimm); in activate_show() 521 if (!nvdimm->fw_ops) in activate_store() 532 rc = nvdimm->fw_ops->arm(nvdimm, arg); in activate_store() 555 if (!nd_desc->fw_ops) in nvdimm_firmware_visible() 557 if (!nvdimm->fw_ops) in nvdimm_firmware_visible() 561 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_firmware_visible() 599 const struct nvdimm_fw_ops *fw_ops) in __nvdimm_create() argument [all …]
|
D | nd-core.h | 48 const struct nvdimm_fw_ops *fw_ops; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils.c | 67 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() argument 77 *fw_ops = &aq_fw_1x_ops; in hw_atl_utils_initfw() 79 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 81 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 83 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw() 89 self->aq_fw_ops = *fw_ops; in hw_atl_utils_initfw()
|
D | hw_atl_utils.h | 585 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
D | skl-sst.c | 177 ret = ctx->fw_ops.load_library(ctx, skl->lib_info, in skl_set_dsp_D0() 549 sst->fw_ops = skl_fw_ops; in skl_sst_dsp_init() 560 ret = sst->fw_ops.load_fw(sst); in skl_sst_init_fw() 569 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 | 560 sst->fw_ops = bxt_fw_ops; in bxt_sst_dsp_init() 594 ret = sst->fw_ops.load_fw(sst); in bxt_sst_init_fw() 603 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 | 451 sst->fw_ops = cnl_fw_ops; in cnl_sst_dsp_init() 481 ret = skl->dsp->fw_ops.load_fw(sst); in cnl_sst_init_fw()
|
D | skl-topology.c | 496 if (mconfig->module->loadable && skl->dsp->fw_ops.load_mod) { in skl_tplg_init_pipe_modules() 497 ret = skl->dsp->fw_ops.load_mod(skl->dsp, in skl_tplg_init_pipe_modules() 561 if (mconfig->module->loadable && skl->dsp->fw_ops.unload_mod && in skl_tplg_unload_pipe_modules() 563 ret = skl->dsp->fw_ops.unload_mod(skl->dsp, in skl_tplg_unload_pipe_modules()
|
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 93 struct skl_dsp_fw_ops fw_ops; member
|
/kernel/linux/linux-5.10/include/linux/ |
D | libnvdimm.h | 89 const struct nvdimm_bus_fw_ops *fw_ops; member 273 const struct nvdimm_fw_ops *fw_ops);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_hw.h | 227 const struct aq_fw_ops **fw_ops);
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
D | core.c | 2039 if (!nd_desc->fw_ops) in acpi_nfit_get_fw_ops() 2206 nd_desc->fw_ops = intel_bus_fw_ops; in acpi_nfit_init_dsms() 2241 nd_desc->fw_ops = intel_bus_fw_ops; in acpi_nfit_init_dsms()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 33789 +static const struct dpu_fetchunit_ops fw_ops = { 33864 + fu->ops = &fw_ops;
|