/openbmc/qemu/tests/qemu-iotests/ |
H A D | 196 | 48 self.vm_a.cmd('migrate', uri='exec:cat>' + migfile)
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-client-probes.h | 25 int cmd, struct snd_soc_dai *dai);
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_invalid_nested_guest_state.c | 101 TEST_FAIL("Unexpected ucall: %lu", uc.cmd); in main()
|
/openbmc/linux/include/uapi/linux/ |
H A D | psp-sev.h | 165 __u32 cmd; /* In */ member
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | rpmh-internal.h | 66 struct tcs_cmd cmd[MAX_RPMH_PAYLOAD]; member
|
/openbmc/linux/drivers/power/reset/ |
H A D | st-poweroff.c | 43 void *cmd) in st_restart() argument
|
/openbmc/linux/scripts/ |
H A D | Makefile.clean | 47 $(call cmd,clean)
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8155p.dtsi | 7 * though the cmd-db doesn't reflect that and access attemps result in a bite.
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-ns2mini.dts | 51 cmd-gpio = <&gpio0 30 0>;
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | oemhandler.hpp | 44 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_request_t request,
|
/openbmc/qemu/target/s390x/ |
H A D | trace-events | 7 ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command 0x%04x, len 0x%04x"
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-stream | 75 vm.cmd('query-jobs')
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | check-i3c-hub | 7 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/qemu/tests/functional/ |
H A D | test_m68k_nextcube.py | 43 self.vm.cmd('human-monitor-command',
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_cle.c | 106 enum xgene_cle_cmd_type cmd) in xgene_cle_poll_cmd_done() argument 113 if (status & cmd) { in xgene_cle_poll_cmd_done() 125 enum xgene_cle_cmd_type cmd) in xgene_cle_dram_wr() argument 145 iowrite32(cmd, base + INDCMD); in xgene_cle_dram_wr() 147 ret = xgene_cle_poll_cmd_done(base, cmd); in xgene_cle_dram_wr()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 591 void *buffer, int transfer_len, struct devrequest *cmd) in r8a66597_submit_rh_msg() argument 609 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg() 610 wValue = cpu_to_le16 (cmd->value); in r8a66597_submit_rh_msg() 611 wLength = cpu_to_le16 (cmd->length); in r8a66597_submit_rh_msg()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | pctv452e.c | 108 static int tt3650_ci_msg(struct dvb_usb_device *d, u8 cmd, u8 *data, in tt3650_ci_msg() argument 130 buf[2] = cmd; in tt3650_ci_msg() 152 ret, SYNC_BYTE_OUT, id, cmd, 3, buf); in tt3650_ci_msg() 159 u8 cmd, u8 *data, unsigned int write_len, in tt3650_ci_msg_locked() argument 167 ret = tt3650_ci_msg(d, cmd, data, write_len, read_len); in tt3650_ci_msg_locked()
|
/openbmc/linux/fs/lockd/ |
H A D | clntproc.c | 161 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc() argument 184 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc() 186 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc() 190 } else if (IS_GETLK(cmd)) in nlmclnt_proc()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti-ads131e08.c | 162 static int ads131e08_exec_cmd(struct ads131e08_state *st, u8 cmd) in ads131e08_exec_cmd() argument 166 ret = spi_write_then_read(st->spi, &cmd, 1, NULL, 0); in ads131e08_exec_cmd() 168 dev_err(&st->spi->dev, "Exec cmd(%02x) failed\n", cmd); in ads131e08_exec_cmd() 603 u8 cmd = state ? ADS131E08_CMD_START : ADS131E08_CMD_STOP; in ads131e08_set_trigger_state() local 605 return ads131e08_exec_cmd(st, cmd); in ads131e08_set_trigger_state()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 331 switch (info->cmd) { in bnx2_drv_ctl() 444 info.cmd = CNIC_CTL_STOP_CMD; in bnx2_cnic_stop() 465 info.cmd = CNIC_CTL_START_CMD; in bnx2_cnic_start() 3777 u32 val, cmd, addr; in load_rv2p_fw() local 3798 val = (i / 8) | cmd; in load_rv2p_fw() 3814 val = (loc / 2) | cmd; in load_rv2p_fw() 4190 u32 cmd; in bnx2_nvram_erase_page() local 4230 u32 cmd; in bnx2_nvram_read_dword() local 4275 u32 cmd; in bnx2_nvram_write_dword() local 6955 if (cmd->base.port != PORT_TP && cmd->base.port != PORT_FIBRE) in bnx2_set_link_ksettings() [all …]
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | common.h | 232 int (*send_cmd)(struct afu *afu, struct afu_cmd *cmd); 333 int cxlflash_ioctl(struct scsi_device *sdev, unsigned int cmd,
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw-ops.h | 224 enum ath9k_ani_cmd cmd, int param) in ath9k_hw_ani_control() argument 226 return ath9k_hw_private_ops(ah)->ani_control(ah, cmd, param); in ath9k_hw_ani_control()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_common.h | 363 u32 cmd; member 399 u16 cmd; member
|
/openbmc/linux/drivers/watchdog/ |
H A D | wdrtas.c | 272 static long wdrtas_ioctl(struct file *file, unsigned int cmd, in wdrtas_ioctl() argument 283 switch (cmd) { in wdrtas_ioctl()
|
H A D | smsc37b787_wdt.c | 420 unsigned int cmd, unsigned long arg) in wb_smsc_wdt_ioctl() argument 439 switch (cmd) { in wb_smsc_wdt_ioctl()
|