/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 596 def make_execute_msg(cls, cmd: str, 608 msg = Message({'exec-oob' if oob else 'execute': cmd}) 614 async def execute(self, cmd: str, 631 msg = self.make_execute_msg(cmd, arguments, oob=oob)
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | chipsfb.c | 351 unsigned short cmd; in chipsfb_pci_init() local 393 pci_read_config_word(dp, PCI_COMMAND, &cmd); in chipsfb_pci_init() 394 cmd |= 3; /* enable memory and IO space */ in chipsfb_pci_init() 395 pci_write_config_word(dp, PCI_COMMAND, cmd); in chipsfb_pci_init()
|
H A D | smscufx.c | 825 *((u32 *)&cmd[0]) = cpu_to_le32(0x01); in ufx_raw_rect() 830 cmd[4] = cpu_to_le16(x); in ufx_raw_rect() 831 cmd[5] = cpu_to_le16(y); in ufx_raw_rect() 832 cmd[6] = cpu_to_le16(width); in ufx_raw_rect() 833 cmd[7] = cpu_to_le16(height); in ufx_raw_rect() 836 *((u32 *)&cmd[8]) = cpu_to_le32(0); in ufx_raw_rect() 839 cmd[10] = cpu_to_le16(0x4000 | dev->info->var.xres); in ufx_raw_rect() 842 cmd[11] = cpu_to_le16(dev->info->var.yres); in ufx_raw_rect() 848 memcpy(&cmd[(24 + (packed_line_len * line)) / 2], in ufx_raw_rect() 997 if (cmd == UFX_IOCTL_RETURN_EDID) { in ufx_ops_ioctl() [all …]
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_builtin.c | 167 int kvmppc_hcall_impl_hv_realmode(unsigned long cmd) in kvmppc_hcall_impl_hv_realmode() argument 169 cmd /= 4; in kvmppc_hcall_impl_hv_realmode() 170 if (cmd < hcall_real_table_end - hcall_real_table && in kvmppc_hcall_impl_hv_realmode() 171 hcall_real_table[cmd]) in kvmppc_hcall_impl_hv_realmode()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | bios32.c | 317 u16 cmd; in pcibios_fixup_bus() local 319 pci_read_config_word(dev, PCI_COMMAND, &cmd); in pcibios_fixup_bus() 320 cmd |= features; in pcibios_fixup_bus() 321 pci_write_config_word(dev, PCI_COMMAND, cmd); in pcibios_fixup_bus()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8365-evk.dts | 231 cmd-dat-pins { 258 cmd-dat-pins { 297 cmd-dat-pins { 315 cmd-dat-pins {
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 343 void qib_pcie_getcmd(struct qib_devdata *dd, u16 *cmd, u8 *iline, u8 *cline) in qib_pcie_getcmd() argument 345 pci_read_config_word(dd->pcidev, PCI_COMMAND, cmd); in qib_pcie_getcmd() 350 void qib_pcie_reenable(struct qib_devdata *dd, u16 cmd, u8 iline, u8 cline) in qib_pcie_reenable() argument 363 pci_write_config_word(dd->pcidev, PCI_COMMAND, cmd); in qib_pcie_reenable()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-highlander.c | 115 u16 cmd = (command << 8) | command; in highlander_i2c_command() local 119 cmd = command << 8; in highlander_i2c_command() 120 iowrite16(cmd, dev->base + SMSADR + i); in highlander_i2c_command() 121 dev_dbg(dev->dev, "command data[%x] 0x%04x\n", i/2, cmd); in highlander_i2c_command()
|
/openbmc/qemu/ |
H A D | qemu-io.c | 353 static void completion_match(const char *cmd, void *opaque) in completion_match() argument 355 readline_add_completion(readline_state, cmd); in completion_match() 415 static int do_qemuio_command(const char *cmd) in do_qemuio_command() argument 417 return qemuio_command(qemuio_blk, cmd); in do_qemuio_command()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | osdep_intf.h | 30 int r871x_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 1546 const int *len, int cmd) in copy_everything_to_user() argument 1554 if (cmd == EBT_SO_GET_ENTRIES) { in copy_everything_to_user() 1852 void __user *user, int *len, int cmd) in compat_copy_everything_to_user() argument 1862 if (cmd == EBT_SO_GET_ENTRIES) { in compat_copy_everything_to_user() 1882 if (cmd == EBT_SO_GET_ENTRIES) in compat_copy_everything_to_user() 2380 if ((cmd == EBT_SO_GET_INFO || cmd == EBT_SO_GET_INIT_INFO) && in compat_do_ebt_get_ctl() 2394 switch (cmd) { in compat_do_ebt_get_ctl() 2458 ((cmd != EBT_SO_GET_INFO && cmd != EBT_SO_GET_INIT_INFO) || in do_ebt_get_ctl() 2472 switch (cmd) { in do_ebt_get_ctl() 2480 if (cmd == EBT_SO_GET_INFO) { in do_ebt_get_ctl() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | Makefile | 2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
|
/openbmc/linux/net/appletalk/ |
H A D | ddp.c | 656 static int atif_ioctl(int cmd, void __user *arg) in atif_ioctl() argument 679 switch (cmd) { in atif_ioctl() 890 static int atrtr_ioctl(unsigned int cmd, void __user *arg) in atrtr_ioctl() argument 897 switch (cmd) { in atrtr_ioctl() 1803 switch (cmd) { in atalk_ioctl() 1830 rc = atrtr_ioctl(cmd, argp); in atalk_ioctl() 1841 rc = atif_ioctl(cmd, argp); in atalk_ioctl() 1867 switch (cmd) { in atalk_compat_routing_ioctl() 1886 switch (cmd) { in atalk_compat_ioctl() 1889 return atalk_compat_routing_ioctl(sk, cmd, argp); in atalk_compat_ioctl() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpqether.h | 29 int cmd; member
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | ce6230.h | 18 u8 cmd; /* [1] */ member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | power.h | 21 int iwl_power_set_mode(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd,
|
/openbmc/linux/arch/powerpc/platforms/82xx/ |
H A D | pq2.c | 23 void __noreturn pq2_restart(char *cmd) in pq2_restart() argument
|
/openbmc/qemu/semihosting/ |
H A D | stubs-system.c | 59 void semihosting_arg_fallback(const char *file, const char *cmd) in semihosting_arg_fallback() argument
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 190 cmd, seq); in mt7996_mcu_parse_response() 218 int cmd, int *wait_seq) in mt7996_mcu_send_message() argument 268 if ((cmd & __MCU_CMD_FIELD_WA) && (cmd & __MCU_CMD_FIELD_WM)) in mt7996_mcu_send_message() 1879 sec->add = cmd; in mt7996_mcu_sta_key_tlv() 1881 if (cmd == SET_KEY) { in mt7996_mcu_sta_key_tlv() 2852 int cmd) in mt7996_mcu_background_chain_ctrl() argument 2870 switch (cmd) { in mt7996_mcu_background_chain_ctrl() 3574 int cmd) in mt7996_mcu_twt_agrt_update() argument 3584 u8 cmd; in mt7996_mcu_twt_agrt_update() member 3602 .cmd = cmd, in mt7996_mcu_twt_agrt_update() [all …]
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | s3c2410.c | 442 static void s3c2410_nand_hwcontrol(struct nand_chip *chip, int cmd, in s3c2410_nand_hwcontrol() argument 448 if (cmd == NAND_CMD_NONE) in s3c2410_nand_hwcontrol() 452 writeb(cmd, info->regs + S3C2410_NFCMD); in s3c2410_nand_hwcontrol() 454 writeb(cmd, info->regs + S3C2410_NFADDR); in s3c2410_nand_hwcontrol() 459 static void s3c2440_nand_hwcontrol(struct nand_chip *chip, int cmd, in s3c2440_nand_hwcontrol() argument 465 if (cmd == NAND_CMD_NONE) in s3c2440_nand_hwcontrol() 469 writeb(cmd, info->regs + S3C2440_NFCMD); in s3c2440_nand_hwcontrol() 471 writeb(cmd, info->regs + S3C2440_NFADDR); in s3c2440_nand_hwcontrol()
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_xport.c | 264 efct_xport_status(struct efct_xport *xport, enum efct_xport_status cmd, in efct_xport_status() argument 273 switch (cmd) { in efct_xport_status() 527 efct_xport_control(struct efct_xport *xport, enum efct_xport_ctrl cmd, ...) in efct_xport_control() argument 535 switch (cmd) { in efct_xport_control() 544 xport->configured_link_state = cmd; in efct_xport_control() 552 xport->configured_link_state = cmd; in efct_xport_control() 604 va_start(argp, cmd); in efct_xport_control() 621 va_start(argp, cmd); in efct_xport_control()
|
/openbmc/linux/drivers/net/can/softing/ |
H A D | softing_main.c | 157 uint8_t fifo_rd, fifo_wr, cmd; in softing_handle_1() local 207 cmd = *ptr++; in softing_handle_1() 208 if (cmd == 0xff) in softing_handle_1() 212 if (cmd & CMD_BUS2) in softing_handle_1() 216 if (cmd & CMD_ERR) { in softing_handle_1() 262 if (cmd & CMD_RTR) in softing_handle_1() 265 if (cmd & CMD_XTD) { in softing_handle_1() 280 if (cmd & CMD_ACK) { in softing_handle_1()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | gamecon.c | 130 static void gc_n64_send_command(struct gc *gc, unsigned long cmd, in gc_n64_send_command() argument 137 unsigned char data = (cmd >> i) & 1 ? target : 0; in gc_n64_send_command() 258 unsigned int cmd = in gc_n64_play_effect() local 279 gc_n64_send_command(gc, cmd, target); in gc_n64_play_effect() 550 int i, j, cmd, read; in gc_psx_command() local 555 cmd = (b & 1) ? GC_PSX_COMMAND : 0; in gc_psx_command() 556 parport_write_data(port, cmd | GC_PSX_POWER); in gc_psx_command() 568 parport_write_data(gc->pd->port, cmd | GC_PSX_CLOCK | GC_PSX_POWER); in gc_psx_command()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_dmcu.c | 856 uint32_t *cmd, in dcn10_get_scp_results() argument 867 *cmd = REG_READ(SLAVE_COMM_CMD_REG); in dcn10_get_scp_results() 884 int cmd, ack, len; in dcn10_recv_amd_vsdb() local 889 cmd = data[0] & 0x3FF; in dcn10_recv_amd_vsdb() 893 if (cmd != MCP_SEND_EDID_CEA || ack != EDID_CEA_CMD_ACK || len != 12) in dcn10_recv_amd_vsdb() 909 int cmd, ack; in dcn10_recv_edid_cea_ack() local 915 cmd = data[0] & 0x3FF; in dcn10_recv_edid_cea_ack() 918 if (cmd != MCP_SEND_EDID_CEA) in dcn10_recv_edid_cea_ack()
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpioctl.h | 19 long asihpi_hpi_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|