Home
last modified time | relevance | path

Searched refs:fw_ops (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/nvdimm/
A Dcore.c368 if (!nd_desc->fw_ops) in capability_show()
372 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
395 if (!nd_desc->fw_ops) in activate_show()
399 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
400 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
424 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
436 if (!nd_desc->fw_ops) in activate_store()
447 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
458 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
484 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
[all …]
A Ddimm_devs.c466 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 …]
A Dnd-core.h48 const struct nvdimm_fw_ops *fw_ops; member
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2_utils.c33 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()
A Dhw_atl2_utils.h625 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_utils.c67 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()
A Dhw_atl_utils.h585 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
/linux/sound/soc/intel/skylake/
A Dskl-sst.c177 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()
A Dskl-sst-ipc.c313 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()
A Dbxt-sst.c560 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()
A Dskl-sst-dsp.c349 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()
A Dcnl-sst.c451 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()
A Dskl-topology.c498 if (mconfig->module->loadable && skl->dsp->fw_ops.load_mod) { in skl_tplg_init_pipe_modules()
499 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()
562 ret = skl->dsp->fw_ops.unload_mod(skl->dsp, in skl_tplg_unload_pipe_modules()
/linux/sound/soc/intel/common/
A Dsst-dsp-priv.h93 struct skl_dsp_fw_ops fw_ops; member
/linux/include/linux/
A Dlibnvdimm.h89 const struct nvdimm_bus_fw_ops *fw_ops; member
272 const struct nvdimm_fw_ops *fw_ops);
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_hw.h227 const struct aq_fw_ops **fw_ops);
/linux/drivers/acpi/nfit/
A Dcore.c2047 if (!nd_desc->fw_ops) in acpi_nfit_get_fw_ops()
2214 nd_desc->fw_ops = intel_bus_fw_ops; in acpi_nfit_init_dsms()
2249 nd_desc->fw_ops = intel_bus_fw_ops; in acpi_nfit_init_dsms()

Completed in 60 milliseconds