/openbmc/linux/include/linux/platform_data/ |
H A D | pxa2xx_udc.h | 15 void (*udc_command)(int cmd);
|
/openbmc/linux/arch/powerpc/platforms/8xx/ |
H A D | mpc8xx.h | 14 extern void __noreturn mpc8xx_restart(char *cmd);
|
/openbmc/linux/include/linux/ |
H A D | memfd.h | 8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg);
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-poweron | 4 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 1732 u8 cmd; /*00h */ member 1805 u8 cmd; /*00h */ member 1846 u8 cmd; /*00h */ member 1875 u8 cmd; /*00h */ member 1902 u8 cmd; /*00h */ member 1929 u8 cmd; /*00h */ member 1955 u8 cmd; /*00h */ member 1981 u8 cmd; /*00h */ member 2611 return scsi_cmd_priv(cmd); in megasas_priv() 2718 struct megasas_cmd *cmd); [all …]
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | clp.h | 19 unsigned int cmd : 8; member
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | key.h | 16 int wfx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif,
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-powerreset | 7 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/qemu/semihosting/ |
H A D | syscalls.c | 235 target_ulong cmd, target_ulong cmd_len) in gdb_system() argument 237 int len = validate_strlen(cs, cmd, cmd_len); in gdb_system() 243 gdb_do_syscall(complete, "system,%s", (uint64_t)cmd, (uint32_t)len); in gdb_system() 485 target_ulong cmd, target_ulong cmd_len) in host_system() argument 491 ret = validate_lock_user_string(&p, cs, cmd, cmd_len); in host_system() 498 unlock_user(p, cmd, 0); in host_system() 939 target_ulong cmd, target_ulong cmd_len) in semihost_sys_system() argument 942 gdb_system(cs, complete, cmd, cmd_len); in semihost_sys_system() 944 host_system(cs, complete, cmd, cmd_len); in semihost_sys_system()
|
/openbmc/linux/tools/perf/util/ |
H A D | Build | 137 perf-y += help-unknown-cmd.o 242 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \ 247 …$(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) $(BISON… 252 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \ 257 $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) \ 262 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/pmu-flex.c \ 267 $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) \ 272 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/bpf-filter-flex.c \ 277 $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) \
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 468 static bool handle_cmd(struct kvm_vm *vm, int cmd) in handle_cmd() argument 479 if (cmd == CMD_SKIP_TEST) in handle_cmd() 482 if (cmd & CMD_HOLE_PT) in handle_cmd() 484 if (cmd & CMD_HOLE_DATA) in handle_cmd() 486 if (cmd & CMD_CHECK_WRITE_IN_DIRTY_LOG) in handle_cmd() 489 if (cmd & CMD_CHECK_S1PTW_WR_IN_DIRTY_LOG) in handle_cmd() 492 if (cmd & CMD_CHECK_NO_WRITE_IN_DIRTY_LOG) in handle_cmd() 495 if (cmd & CMD_CHECK_NO_S1PTW_WR_IN_DIRTY_LOG) in handle_cmd() 690 TEST_FAIL("Unknown ucall %lu", uc.cmd); in vcpu_run_loop()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 579 struct i2c_command *cmd) in dm_helpers_submit_i2c() argument 584 int num = cmd->number_of_payloads; in dm_helpers_submit_i2c() 598 msgs[i].flags = cmd->payloads[i].write ? 0 : I2C_M_RD; in dm_helpers_submit_i2c() 599 msgs[i].addr = cmd->payloads[i].address; in dm_helpers_submit_i2c() 600 msgs[i].len = cmd->payloads[i].length; in dm_helpers_submit_i2c() 601 msgs[i].buf = cmd->payloads[i].data; in dm_helpers_submit_i2c() 613 unsigned char cmd, in execute_synaptics_rc_command() argument 646 rc_cmd = cmd | 0x80; in execute_synaptics_rc_command() 657 if (rc_cmd == cmd) in execute_synaptics_rc_command()
|
/openbmc/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 427 char cmd[100 + 2 * PATH_MAX]; in create_qcow2_with_mbr() local 489 ret = snprintf(cmd, sizeof(cmd), in create_qcow2_with_mbr() 493 g_assert((0 < ret) && (ret <= sizeof(cmd))); in create_qcow2_with_mbr() 494 ret = system(cmd); in create_qcow2_with_mbr() 497 ret = snprintf(cmd, sizeof(cmd), in create_qcow2_with_mbr() 501 g_assert((0 < ret) && (ret <= sizeof(cmd))); in create_qcow2_with_mbr() 502 ret = system(cmd); in create_qcow2_with_mbr()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 1487 char cmd[42]; in lcd_proc_write() local 1495 cmd[len] = '\0'; in lcd_proc_write() 1559 char *cmd; in video_proc_write() local 1567 if (IS_ERR(cmd)) in video_proc_write() 1570 buffer = cmd; in video_proc_write() 1590 kfree(cmd); in video_proc_write() 1669 char cmd[42]; in fan_proc_write() local 1676 cmd[len] = '\0'; in fan_proc_write() 1740 char cmd[42]; in keys_proc_write() local 1747 cmd[len] = '\0'; in keys_proc_write() [all …]
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-mr800.c | 135 static int amradio_send_cmd(struct amradio_device *radio, u8 cmd, u8 arg, in amradio_send_cmd() argument 145 radio->buffer[4] = cmd; in amradio_send_cmd() 156 "cmd %02x failed\n", cmd); in amradio_send_cmd() 174 if (video_is_registered(&radio->vdev) && cmd != AMRADIO_GET_READY_FLAG) in amradio_send_cmd() 175 amradio_dev_warn(&radio->vdev.dev, "follow-up to cmd %02x failed\n", cmd); in amradio_send_cmd()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_user.c | 77 req.msg.cmd = IPMI_GET_USER_ACCESS; in _ipmi_get_user_access() 118 req.msg.cmd = IPMI_GET_USER_NAME; in _ipmi_get_user_name() 168 req.msg.cmd = IPMI_SET_USER_ACCESS; in _ipmi_set_user_access() 217 req.msg.cmd = IPMI_SET_USER_PASSWORD; in _ipmi_set_user_password() 367 req.msg.cmd = IPMI_SET_USER_NAME; /* 0x45 */ in ipmi_user_set_username()
|
/openbmc/linux/drivers/s390/char/ |
H A D | fs3270.c | 221 if (irb->scsw.cmd.dstat & DEV_STAT_ATTENTION) { in fs3270_irq() 227 if (irb->scsw.cmd.dstat & DEV_STAT_UNIT_CHECK) in fs3270_irq() 231 rq->rescnt = irb->scsw.cmd.count; in fs3270_irq() 323 static long fs3270_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in fs3270_ioctl() argument 339 switch (cmd) { in fs3270_ioctl()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | pci.c | 273 u16 cmd; in mt7921_pci_probe() local 283 pci_read_config_word(pdev, PCI_COMMAND, &cmd); in mt7921_pci_probe() 284 if (!(cmd & PCI_COMMAND_MEMORY)) { in mt7921_pci_probe() 285 cmd |= PCI_COMMAND_MEMORY; in mt7921_pci_probe() 286 pci_write_config_word(pdev, PCI_COMMAND, cmd); in mt7921_pci_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt5677-spi.c | 441 u8 cmd; in rt5677_spi_select_cmd() local 444 cmd = RT5677_SPI_READ_32; in rt5677_spi_select_cmd() 447 cmd = RT5677_SPI_READ_BURST; in rt5677_spi_select_cmd() 451 return read ? cmd : cmd + 1; in rt5677_spi_select_cmd()
|
/openbmc/linux/sound/core/ |
H A D | hwdep.c | 236 static long snd_hwdep_ioctl(struct file * file, unsigned int cmd, in snd_hwdep_ioctl() argument 241 switch (cmd) { in snd_hwdep_ioctl() 252 return hw->ops.ioctl(hw, file, cmd, arg); in snd_hwdep_ioctl() 266 unsigned int cmd, unsigned long arg) in snd_hwdep_control_ioctl() argument 268 switch (cmd) { in snd_hwdep_control_ioctl()
|
/openbmc/linux/sound/soc/generic/ |
H A D | test-component.c | 177 static int test_dai_trigger(struct snd_pcm_substream *substream, int cmd, struct snd_soc_dai *dai) in test_dai_trigger() argument 185 int cmd, struct snd_soc_dai *dai) in test_dai_bespoke_trigger() argument 376 unsigned int cmd, void *arg) in test_component_ioctl() argument 429 struct snd_pcm_substream *substream, int cmd) in test_component_trigger() argument 435 switch (cmd) { in test_component_trigger()
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | arm,pl18x.yaml | 125 st,sig-dir-cmd: 151 st,cmd-gpios: 167 st,cmd-gpios: [ "st,use-ckin" ] 209 st,sig-dir-cmd; 230 st,sig-dir-cmd;
|
/openbmc/linux/net/psample/ |
H A D | psample.c | 42 enum psample_command cmd, u32 portid, u32 seq, in psample_group_nl_fill() argument 48 hdr = genlmsg_put(msg, portid, seq, &psample_nl_family, flags, cmd); in psample_group_nl_fill() 103 .cmd = PSAMPLE_CMD_GET_GROUP, 124 enum psample_command cmd) in psample_group_notify() argument 133 err = psample_group_nl_fill(msg, group, cmd, 0, 0, NLM_F_MULTI); in psample_group_notify()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-xlp9xx.c | 327 u32 intr_mask, cmd, val, len; in xlp9xx_i2c_xfer_msg() local 390 cmd = XLP9XX_I2C_CMD_START; in xlp9xx_i2c_xfer_msg() 392 cmd |= (priv->msg_read ? in xlp9xx_i2c_xfer_msg() 395 cmd |= XLP9XX_I2C_CMD_STOP; in xlp9xx_i2c_xfer_msg() 397 xlp9xx_write_i2c_reg(priv, XLP9XX_I2C_CMD, cmd); in xlp9xx_i2c_xfer_msg()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211netdev.c | 81 void __user *data, int cmd); 473 void __user *data, int cmd) in p80211knetdev_siocdevprivate() argument 480 netdev_dbg(dev, "rx'd ioctl, cmd=%d, len=%d\n", cmd, req->len); in p80211knetdev_siocdevprivate() 491 if (cmd == P80211_IFTEST) { in p80211knetdev_siocdevprivate() 494 } else if (cmd != P80211_IFREQ) { in p80211knetdev_siocdevprivate()
|