Home
last modified time | relevance | path

Searched defs:cmd (Results 126 – 150 of 683) sorted by relevance

12345678910>>...28

/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclk_synthesizer.c68 u8 cmd[2]; in clk_synthesizer_reg_write() local
/openbmc/u-boot/drivers/reset/
H A Dtegra186-reset.c29 enum mrq_reset_commands cmd) in tegra186_reset_common()
/openbmc/qemu/semihosting/
H A Dstubs-system.c53 void semihosting_arg_fallback(const char *file, const char *cmd) in semihosting_arg_fallback()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dutils.cpp8 sdbusplus::async::context& ctx, const std::string& cmd, in asyncSystem()
/openbmc/u-boot/drivers/mmc/
H A Dsunxi_mmc.c212 unsigned int cmd; in mmc_update_clk() local
360 struct mmc *mmc, struct mmc_cmd *cmd, in sunxi_mmc_send_cmd_common()
490 static int sunxi_mmc_send_cmd_legacy(struct mmc *mmc, struct mmc_cmd *cmd, in sunxi_mmc_send_cmd_legacy()
579 static int sunxi_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sunxi_mmc_send_cmd()
H A Dtegra_mmc.c124 struct mmc_cmd *cmd, in tegra_mmc_wait_inhibit()
154 static int tegra_mmc_send_cmd_bounced(struct udevice *dev, struct mmc_cmd *cmd, in tegra_mmc_send_cmd_bounced()
327 static int tegra_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in tegra_mmc_send_cmd()
H A Dbcm2835_sdhost.c173 struct mmc_cmd *cmd; /* Current command */ member
373 static void bcm2835_prepare_data(struct bcm2835_host *host, struct mmc_cmd *cmd, in bcm2835_prepare_data()
403 static int bcm2835_send_command(struct bcm2835_host *host, struct mmc_cmd *cmd, in bcm2835_send_command()
461 struct mmc_cmd *cmd = host->cmd; in bcm2835_finish_command() local
656 static int bcm2835_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in bcm2835_send_cmd()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp152 uint8_t cmd, uint8_t completionCode, in IpmbResponse() argument
199 static constexpr unsigned int makeCmdKey(unsigned int netFn, unsigned int cmd) in makeCmdKey() argument
204 isMeCmdAllowed(uint8_t netFn,uint8_t cmd) isMeCmdAllowed() argument
320 uint8_t netFn = 0, lun = 0, cmd = 0, cc = 0; handleIpmbChannel() local
[all...]
/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp38 uint32_t cmd = SBEFIFO_CMD_CLASS_INSTRUCTION | SBEFIFO_CMD_CONTROL_INSN; in threadStopAll() local
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A Dcommon_deb_ipk.py29 def _common_package_info(self, cmd): argument
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_virt_gpu.py86 def _run_virt_weston_test(self, cmd, fail = None): argument
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp575 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, in registerHandler()
614 void registerGroupHandler(int prio, Group group, Cmd cmd, Privilege priv, in registerGroupHandler()
649 void registerOemHandler(int prio, Iana iana, Cmd cmd, Privilege priv, in registerOemHandler()
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dtelnet_utility.py139 def execute_command(self, cmd, i_timeout=120): argument
/openbmc/u-boot/drivers/mtd/onenand/
H A Dsamsung.c69 static int s3c_read_cmd(unsigned int cmd) in s3c_read_cmd()
74 static void s3c_write_cmd(int value, unsigned int cmd) in s3c_write_cmd()
270 static int s3c_onenand_command(struct mtd_info *mtd, int cmd, in s3c_onenand_command()
465 size_t len, int cmd) in s3c_onenand_do_lock_cmd()
/openbmc/qemu/tests/qtest/
H A Dusb-hcd-uhci-test.c57 const char *cmd = "-device piix3-usb-uhci,id=uhci,addr=1d.0" in main() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dkb9202_nand.c35 static void kb9202_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) in kb9202_nand_hwcontrol()
/openbmc/qemu/tests/qemu-iotests/
H A D12955 def do_test_stop(self, cmd, **args): argument
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c171 void fastboot_nand_flash_write(const char *cmd, void *download_buffer, in fastboot_nand_flash_write()
236 void fastboot_nand_erase(const char *cmd, char *response) in fastboot_nand_erase()
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c231 cmdline *cmd = user_data; in on_bus_acquired() local
291 cmdline cmd; in main() local
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp320 static void ipmi_hiomap_event_response(IpmiCmdData cmd, bool status) in ipmi_hiomap_event_response()
378 auto cmd = std::make_pair(IPMI_CMD_HIOMAP_EVENT, ctx->bmc_events); in hiomap_handle_property_update() local
385 static int hiomap_protocol_reset_response([[maybe_unused]] IpmiCmdData cmd, in hiomap_protocol_reset_response()
415 auto cmd = std::make_pair(IPMI_CMD_HIOMAP_EVENT, BMC_EVENT_PROTOCOL_RESET); in hiomap_protocol_reset() local
766 [[maybe_unused]] ipmi_netfn_t netfn, [[maybe_unused]] ipmi_cmd_t cmd, in hiomap_dispatch()
/openbmc/qemu/block/
H A Dnvme.c470 static void nvme_trace_command(const NvmeCmd *cmd) in nvme_trace_command()
494 NvmeCmd *cmd, BlockCompletionFunc cb, in nvme_submit_command()
521 static int nvme_admin_cmd_sync(BlockDriverState *bs, NvmeCmd *cmd) in nvme_admin_cmd_sync()
552 NvmeCmd cmd = { in nvme_identify() local
675 NvmeCmd cmd; in nvme_add_io_queue() local
942 NvmeCmd cmd = { in nvme_enable_disable_write_cache() local
1059 static coroutine_fn int nvme_cmd_map_qiov(BlockDriverState *bs, NvmeCmd *cmd, in nvme_cmd_map_qiov()
1201 NvmeCmd cmd = { in nvme_co_prw_aligned() local
1319 NvmeCmd cmd = { in nvme_co_flush() local
1367 NvmeCmd cmd = { in nvme_co_pwrite_zeroes() local
[all …]
/openbmc/qemu/hw/net/rocker/
H A Drocker_world.h40 world_cmd *cmd; member
/openbmc/ipmitool/src/plugins/free/
H A Dfree.c207 uint8_t cmd = req->msg.cmd; in ipmi_free_send_cmd() local
/openbmc/u-boot/tools/
H A Dimx8mimage.c84 static void parse_cfg_cmd(int32_t cmd, char *token, char *name, int lineno) in parse_cfg_cmd()
111 static void parse_cfg_fld(int32_t *cmd, char *token, in parse_cfg_fld()
156 int32_t cmd; in parse_cfg_file() local
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c247 int cmd, uint64_t arg) in kvm_xen_hcall_xen_version()
729 int cmd, uint64_t arg) in kvm_xen_hcall_memory_op()
865 int cmd, uint64_t arg) in kvm_xen_hcall_hvm_op()
1176 int cmd, int vcpu_id, uint64_t arg) in kvm_xen_hcall_vcpu_op()
1230 int cmd, uint64_t arg) in kvm_xen_hcall_evtchn_op()
1494 int cmd, uint64_t arg) in kvm_xen_hcall_sched_op()
1526 int cmd, uint64_t arg, int count) in kvm_xen_hcall_gnttab_op()
1595 int cmd, uint64_t arg) in kvm_xen_hcall_physdev_op()

12345678910>>...28