Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
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()
Dhw_atl2_utils.h625 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
/linux-6.12.1/drivers/nvdimm/
Dcore.c367 if (!nd_desc->fw_ops) in capability_show()
370 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
392 if (!nd_desc->fw_ops) in activate_show()
395 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
396 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
419 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
431 if (!nd_desc->fw_ops) in activate_store()
441 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
452 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
477 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
[all …]
Ddimm_devs.c454 if (!nvdimm->fw_ops) in result_show()
458 result = nvdimm->fw_ops->activate_result(nvdimm); in result_show()
483 if (!nvdimm->fw_ops) in activate_show()
487 state = nvdimm->fw_ops->activate_state(nvdimm); in activate_show()
509 if (!nvdimm->fw_ops) in activate_store()
520 rc = nvdimm->fw_ops->arm(nvdimm, arg); in activate_store()
543 if (!nd_desc->fw_ops) in nvdimm_firmware_visible()
545 if (!nvdimm->fw_ops) in nvdimm_firmware_visible()
549 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_firmware_visible()
589 const struct nvdimm_fw_ops *fw_ops) in __nvdimm_create() argument
[all …]
Dnd-core.h48 const struct nvdimm_fw_ops *fw_ops; member
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
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()
Dhw_atl_utils.h585 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
/linux-6.12.1/sound/soc/intel/common/
Dsst-dsp-priv.h93 struct skl_dsp_fw_ops fw_ops; member
/linux-6.12.1/include/linux/
Dlibnvdimm.h96 const struct nvdimm_bus_fw_ops *fw_ops; member
266 const struct nvdimm_fw_ops *fw_ops);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c682 const struct devlink_health_reporter_ops *fw_ops; in mlx5_fw_reporters_create() local
687 fw_ops = &mlx5_fw_reporter_pf_ops; in mlx5_fw_reporters_create()
696 fw_ops = &mlx5_fw_reporter_ops; in mlx5_fw_reporters_create()
700 devl_health_reporter_create(devlink, fw_ops, 0, dev); in mlx5_fw_reporters_create()
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h227 const struct aq_fw_ops **fw_ops);
/linux-6.12.1/drivers/acpi/nfit/
Dcore.c1971 if (!nd_desc->fw_ops) in acpi_nfit_get_fw_ops()
2129 nd_desc->fw_ops = intel_bus_fw_ops; in acpi_nfit_init_dsms()
2164 nd_desc->fw_ops = intel_bus_fw_ops; in acpi_nfit_init_dsms()