Home
last modified time | relevance | path

Searched refs:ops_ctx (Results 1 – 9 of 9) sorted by relevance

/openbmc/libpldm/src/firmware_device/
H A Dfd.c198 return fd->ops->now(fd->ops_ctx); in pldm_fd_now()
252 rc = fd->ops->device_identifiers(fd->ops_ctx, &descriptor_count, in pldm_fd_qdi()
289 rc = fd->ops->components(fd->ops_ctx, &entry_count, &entries); in pldm_fd_fw_param()
310 fd->ops_ctx, &fwp.active_comp_image_set_ver_str, in pldm_fd_fw_param()
405 fd->ops->transfer_size(fd->ops_ctx, upd.max_transfer_size); in pldm_fd_request_update()
449 fd->ops->cancel_update_component(fd->ops_ctx, &fd->update_comp); in pldm_fd_maybe_cancel_component()
465 rc = fd->ops->components(fd->ops_ctx, &entry_count, &entries); in pldm_fd_check_update_component()
482 return fd->ops->update_component(fd->ops_ctx, update, comp); in pldm_fd_check_update_component()
596 fd->ops->cancel_update_component(fd->ops_ctx, in pldm_fd_update_comp()
773 ccode = fd->ops->activate(fd->ops_ctx, self_containe in pldm_fd_activate_firmware()
1204 pldm_fd_new(const struct pldm_fd_ops * ops,void * ops_ctx,struct pldm_control * control) pldm_fd_new() argument
1221 pldm_fd_setup(struct pldm_fd * fd,size_t pldm_fd_size,const struct pldm_fd_ops * ops,void * ops_ctx,struct pldm_control * control) pldm_fd_setup() argument
[all...]
H A Dfd-internal.h89 void *ops_ctx; member
/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp389 auto ops_ctx = std::make_unique<fuzz_ops_ctx>(); in LLVMFuzzerTestOneInput()
390 memset(ops_ctx.get(), 0x0, sizeof(fuzz_ops_ctx)); in LLVMFuzzerTestOneInput()
392 ops_ctx->fuzz_ctrl = fuzzctrl; in LLVMFuzzerTestOneInput()
394 struct pldm_fd* fd = pldm_fd_new(&fuzz_ops, ops_ctx.get(), NULL); in LLVMFuzzerTestOneInput()
411 if (fuzz_chance(ops_ctx.get(), PROGRESS_PERCENT)) in LLVMFuzzerTestOneInput()
391 auto ops_ctx = std::make_unique<fuzz_ops_ctx>(); LLVMFuzzerTestOneInput() local
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dinit.c18 const struct iwl_fw_runtime_ops *ops, void *ops_ctx, in iwl_fw_runtime_init() argument
33 fwrt->ops_ctx = ops_ctx; in iwl_fw_runtime_init()
H A Druntime.h107 void *ops_ctx; member
178 const struct iwl_fw_runtime_ops *ops, void *ops_ctx,
H A Ddebugfs.c145 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_enabled_severities_write()
260 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_send_hcmd_write()
H A Ddbg.h206 fwrt->ops->d3_debug_enable(fwrt->ops_ctx) && in iwl_fw_dbg_is_d3_debug_enabled()
H A Ddbg.c3053 fwrt->ops->dump_start(fwrt->ops_ctx); in iwl_fw_error_dump_wk()
3058 fwrt->ops->dump_end(fwrt->ops_ctx); in iwl_fw_error_dump_wk()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_fd.h256 struct pldm_fd *pldm_fd_new(const struct pldm_fd_ops *ops, void *ops_ctx,
276 const struct pldm_fd_ops *ops, void *ops_ctx,