/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 1219 my ($cmd) = @_; 1222 my $output = `$cmd`; 1230 my ($cmd) = @_; 1233 my $output = `$cmd`; 1259 my ($cmd) = @_; 1283 my ($cmd) = @_; 1307 my ($cmd) = @_; 1324 my $cmd; 1871 my $cmd; 1883 my $cmd; [all …]
|
H A D | check_sparse.py | 51 for cmd in compile_commands: 52 cmdline = shlex.split(cmd['command']) 53 cmd = cmdline_for_sparse(sparse, cmdline) variable 55 ' '.join((shlex.quote(x) for x in cmd))) 57 r = subprocess.run(cmd, env=sparse_env, cwd=root_path)
|
/openbmc/linux/drivers/mmc/host/ |
H A D | via-sdmmc.c | 559 WARN_ON(host->cmd); in via_sdc_send_command() 561 data = cmd->data; in via_sdc_send_command() 562 host->cmd = cmd; in via_sdc_send_command() 564 timeout_ms = cmd->busy_timeout ? cmd->busy_timeout : VIA_CMD_TIMEOUT_MS; in via_sdc_send_command() 592 if (!(cmd->data)) in via_sdc_send_command() 653 host->cmd->error = 0; in via_sdc_finish_command() 655 if (!host->cmd->data) in via_sdc_finish_command() 658 host->cmd = NULL; in via_sdc_finish_command() 838 if (!host->cmd) { in via_sdc_cmd_isr() 954 if (sdhost->cmd) in via_sdc_timeout() [all …]
|
H A D | davinci_mmc.c | 168 struct mmc_command *cmd; member 274 cmd->opcode, cmd->arg, in mmc_davinci_start_command() 293 host->cmd = cmd; in mmc_davinci_start_command() 315 mmc_resp_type(cmd)); in mmc_davinci_start_command() 320 cmd_reg |= cmd->opcode; in mmc_davinci_start_command() 331 if (cmd->data) in mmc_davinci_start_command() 791 if (!data->stop || (host->cmd && host->cmd->error)) { in mmc_davinci_xfer_done() 802 host->cmd = NULL; in mmc_davinci_cmd_done() 819 cmd->mrq->cmd->retries = 0; in mmc_davinci_cmd_done() 974 if (host->cmd) { in mmc_davinci_irq() [all …]
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.c | 241 iowrite32(cmd, &devcmd->cmd); in _vnic_dev_cmd() 261 cmd == CMD_CAPABILITY) in _vnic_dev_cmd() 266 err, _CMD_N(cmd)); in _vnic_dev_cmd() 307 dc2c->cmd_ring[posted].cmd = cmd; in _vnic_dev_cmd2() 343 err, _CMD_N(cmd)); in _vnic_dev_cmd2() 452 vdev->args[1] = cmd; in vnic_dev_cmd_proxy() 464 cmd != CMD_CAPABILITY) in vnic_dev_cmd_proxy() 466 err, _CMD_N(cmd)); in vnic_dev_cmd_proxy() 524 u64 a0 = (u32)cmd, a1 = 0; in vnic_dev_capable() 1144 u64 a0 = cmd, a1 = 0; in vnic_dev_cmd_status() [all …]
|
/openbmc/linux/scripts/ |
H A D | ver_linux | 61 function version(cmd, ver) { 62 cmd = cmd " 2>&1" 63 while (cmd | getline > 0) { 69 close(cmd)
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-devtrace.h | 47 struct iwl_cmd_header *cmd = (void *)((u8 *)rxbuf + sizeof(__le32)); in iwl_rx_trace_len() local 51 if (cmd->cmd != trans->rx_mpdu_cmd) in iwl_rx_trace_len() 60 hdr = (void *)((u8 *)cmd + hdr_offset); in iwl_rx_trace_len() 64 return sizeof(__le32) + sizeof(*cmd) + trans->rx_mpdu_cmd_hdr_size + in iwl_rx_trace_len()
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/ |
H A D | go-1.22.2.inc | 8 file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \ 9 file://0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \ 12 file://0005-cmd-dist-separate-host-and-target-builds.patch \ 13 file://0006-cmd-go-make-GOROOT-precious-by-default.patch \ 15 file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_rpm.bbclass | 703 cmd = cmd + " --define '_builddir " + d.getVar('B') + "'" 707 cmd = cmd + " --define '_build_id_links none'" 712 cmd = cmd + " --define '_buildhost reproducible'" 713 cmd = cmd + " --define '__font_provides %{nil}'" 718 cmd = cmd + " --define '__find_requires %{nil}'" 719 cmd = cmd + " --define '__find_provides %{nil}'" 721 cmd = cmd + " --define 'debug_package %{nil}'" 722 cmd = cmd + " --define '_tmppath " + workdir + "'" 723 cmd = cmd + " --define '_use_weak_usergroup_deps 1'" 726 cmd = cmd + rpmbuild_extra_params [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 1078 txq->entries[i].cmd = in iwl_txq_alloc() 1233 } cmd; in iwl_txq_dyn_alloc() local 1248 memset(&cmd.old, 0, sizeof(cmd.old)); in iwl_txq_dyn_alloc() 1253 cmd.old.tid = tid; in iwl_txq_dyn_alloc() 1263 hcmd.data[0] = &cmd.old; in iwl_txq_dyn_alloc() 1265 memset(&cmd.new, 0, sizeof(cmd.new)); in iwl_txq_dyn_alloc() 1832 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) { in iwl_trans_txq_send_hcmd_sync() 1851 if (cmd->resp_pkt) { in iwl_trans_txq_send_hcmd_sync() 1852 iwl_free_resp(cmd); in iwl_trans_txq_send_hcmd_sync() 1853 cmd->resp_pkt = NULL; in iwl_trans_txq_send_hcmd_sync() [all …]
|
/openbmc/hiomapd/ |
H A D | control_legacy.c | 31 uint8_t cmd; member 225 rc = sd_bus_message_read(m, "y", &req.cmd); in method_cmd() 231 MSG_DBG("DBUS request: %u\n", req.cmd); in method_cmd() 247 if (req.cmd >= NUM_DBUS_CMDS) { in method_cmd() 249 MSG_ERR("Received unknown dbus cmd: %d\n", req.cmd); in method_cmd() 251 rc = dbus_handlers[req.cmd](context, &req, &resp); in method_cmd() 256 resp.cmd = -rc; in method_cmd() 264 rc = sd_bus_message_append(n, "y", resp.cmd); /* Set return code */ in method_cmd() 276 MSG_DBG("DBUS response: %u\n", resp.cmd); in method_cmd()
|
/openbmc/linux/drivers/nvmem/ |
H A D | rave-sp-eeprom.c | 101 u8 cmd[RAVE_SP_EEPROM_HEADER_MAX + sizeof(page->data)]; in rave_sp_eeprom_io() local 104 if (WARN_ON(cmd_size > sizeof(cmd))) in rave_sp_eeprom_io() 107 cmd[offset++] = eeprom->address; in rave_sp_eeprom_io() 108 cmd[offset++] = 0; in rave_sp_eeprom_io() 109 cmd[offset++] = type; in rave_sp_eeprom_io() 110 cmd[offset++] = idx; in rave_sp_eeprom_io() 118 cmd[offset++] = idx >> 8; in rave_sp_eeprom_io() 124 memcpy(&cmd[offset], page->data, data_size); in rave_sp_eeprom_io() 126 ret = rave_sp_exec(eeprom->sp, cmd, cmd_size, page, rsp_size); in rave_sp_eeprom_io()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 291 switch (cmd) { in vt_k_ioctl() 353 (cmd == KDENABIO)) ? -ENXIO : 0; in vt_k_ioctl() 437 return vt_do_diacrit(cmd, up, perm); in vt_k_ioctl() 496 switch (cmd) { in do_unimap_ioctl() 513 switch (cmd) { in vt_io_ioctl() 752 ret = vt_k_ioctl(tty, cmd, arg, perm); in vt_ioctl() 756 ret = vt_io_ioctl(vc, cmd, up, perm); in vt_ioctl() 760 switch (cmd) { in vt_ioctl() 1046 switch (cmd) { in compat_unimap_ioctl() 1075 switch (cmd) { in vt_compat_ioctl() [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 244 u8 cmd[HID_OUTPUT_MAX_CMD_SIZE]; in cyttsp5_write() local 250 cmd[0] = (reg >> 8) & 0xFF; in cyttsp5_write() 254 memcpy(&cmd[1], data, size); in cyttsp5_write() 549 cmd[3] = 0x0; /* Reserved */ in cyttsp5_hid_output_get_sysinfo() 550 cmd[4] = HID_OUTPUT_GET_SYSINFO; in cyttsp5_hid_output_get_sysinfo() 579 u8 cmd[2] = { 0 }; in cyttsp5_power_control() local 582 SET_CMD_REPORT_TYPE(cmd[0], 0); in cyttsp5_power_control() 586 rc = cyttsp5_write(ts, HID_COMMAND_REG, cmd, sizeof(cmd)); in cyttsp5_power_control() 618 cmd[3] = 0x0; /* Reserved */ in cyttsp5_hid_output_bl_launch_app() 619 cmd[4] = HID_OUTPUT_BL_SOP; in cyttsp5_hid_output_bl_launch_app() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 24 static int query_error_class(const char *cmd) in query_error_class() argument 27 const char *cmd; in query_error_class() member 60 for (i = 0; fails[i].cmd; i++) { in query_error_class() 61 if (!strcmp(cmd, fails[i].cmd)) { in query_error_class() 70 const char *cmd = data; in test_query() local 71 int expected_error_class = query_error_class(cmd); in test_query() 78 resp = qtest_qmp(qts, "{ 'execute': %s }", cmd); in test_query() 95 static bool query_is_ignored(const char *cmd) in query_is_ignored() argument 120 if (!strcmp(cmd, ignored[i])) { in query_is_ignored()
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | vnic_devcmd.h | 61 #define _CMD_DIR(cmd) (((cmd) >> _CMD_DIRSHIFT) & _CMD_DIRMASK) argument 62 #define _CMD_FLAGS(cmd) (((cmd) >> _CMD_FLAGSSHIFT) & _CMD_FLAGSMASK) argument 63 #define _CMD_VTYPE(cmd) (((cmd) >> _CMD_VTYPESHIFT) & _CMD_VTYPEMASK) argument 64 #define _CMD_N(cmd) (((cmd) >> _CMD_NSHIFT) & _CMD_NMASK) argument 453 u32 cmd; /* RW */ member 474 u32 cmd; /* same command #defines as original */ member
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_rpc.c | 56 static int vpu_rpc_send_cmd_buf(struct vpu_shared_addr *shared, struct vpu_rpc_event *cmd) in vpu_rpc_send_cmd_buf() argument 64 if (cmd->hdr.num > 0xff || cmd->hdr.num >= ARRAY_SIZE(cmd->data)) in vpu_rpc_send_cmd_buf() 68 if (space < (((cmd->hdr.num + 1) << 2) + 16)) in vpu_rpc_send_cmd_buf() 73 *data |= ((cmd->hdr.index & 0xff) << 24); in vpu_rpc_send_cmd_buf() 74 *data |= ((cmd->hdr.num & 0xff) << 16); in vpu_rpc_send_cmd_buf() 75 *data |= (cmd->hdr.id & 0x3fff); in vpu_rpc_send_cmd_buf() 83 for (i = 0; i < cmd->hdr.num; i++) { in vpu_rpc_send_cmd_buf() 84 *data = cmd->data[i]; in vpu_rpc_send_cmd_buf()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwil.h | 82 s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len); 83 s32 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len); 85 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set() argument 90 brcmf_dbg(FIL, "ifidx=%d, cmd=%d, value=%d\n", ifp->ifidx, cmd, data); in brcmf_fil_cmd_int_set() 91 err = brcmf_fil_cmd_data_set(ifp, cmd, &data_le, sizeof(data_le)); in brcmf_fil_cmd_int_set() 96 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get() argument 100 err = brcmf_fil_cmd_data_get(ifp, cmd, data, sizeof(*data)); in brcmf_fil_cmd_int_get() 103 brcmf_dbg(FIL, "ifidx=%d, cmd=%d, value=%d\n", ifp->ifidx, cmd, *data); in brcmf_fil_cmd_int_get() 108 s32 brcmf_fil_cmd_int_query(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_query() argument 113 return brcmf_fil_cmd_int_get(ifp, cmd, data); in brcmf_fil_cmd_int_query()
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 539 cmd->engine_error = cmd_q->cmd_error; in ccp_run_aes_cmac_cmd() 560 cmd->engine_error = cmd_q->cmd_error; in ccp_run_aes_cmac_cmd() 2100 struct ccp_cmd *cmd) in ccp_run_passthru_nomap_cmd() argument 2470 cmd->engine_error = 0; in ccp_run_cmd() 2475 switch (cmd->engine) { in ccp_run_cmd() 2477 switch (cmd->u.aes.mode) { in ccp_run_cmd() 2485 ret = ccp_run_aes_cmd(cmd_q, cmd); in ccp_run_cmd() 2493 ret = ccp_run_des3_cmd(cmd_q, cmd); in ccp_run_cmd() 2496 ret = ccp_run_sha_cmd(cmd_q, cmd); in ccp_run_cmd() 2499 ret = ccp_run_rsa_cmd(cmd_q, cmd); in ccp_run_cmd() [all …]
|
/openbmc/linux/net/caif/ |
H A D | cfdgml.c | 42 u8 cmd = -1; in cfdgml_receive() local 49 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfdgml_receive() 55 if ((cmd & DGM_CMD_BIT) == 0) { in cfdgml_receive() 65 switch (cmd) { in cfdgml_receive() 76 pr_info("Unknown datagram control %d (0x%x)\n", cmd, cmd); in cfdgml_receive()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_controller_trace.h | 16 TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), 18 TP_ARGS(chip, dev, cmd), 23 __field( int, cmd ) 29 __entry->cmd = cmd; 32 TP_printk("[%d:%d] cmd=%d", __entry->card, __entry->idx, __entry->cmd)
|
/openbmc/linux/drivers/staging/iio/addac/ |
H A D | adt7316-spi.c | 28 u8 cmd[2]; in adt7316_spi_multi_read() local 34 cmd[0] = ADT7316_SPI_CMD_WRITE; in adt7316_spi_multi_read() 35 cmd[1] = reg; in adt7316_spi_multi_read() 37 ret = spi_write(spi_dev, cmd, 2); in adt7316_spi_multi_read() 43 cmd[0] = ADT7316_SPI_CMD_READ; in adt7316_spi_multi_read() 45 ret = spi_write_then_read(spi_dev, cmd, 1, data, count); in adt7316_spi_multi_read()
|
/openbmc/u-boot/cmd/ |
H A D | pinmux.c | 129 cmd_tbl_t *cmd; in do_pinmux() local 134 cmd = find_cmd_tbl(argv[0], pinmux_subcmd, ARRAY_SIZE(pinmux_subcmd)); in do_pinmux() 135 if (!cmd || argc > cmd->maxargs) in do_pinmux() 138 return cmd->cmd(cmdtp, flag, argc, argv); in do_pinmux()
|
/openbmc/u-boot/cmd/x86/ |
H A D | mtrr.c | 103 const char *cmd; in do_mtrr() local 106 cmd = argv[1]; in do_mtrr() 107 if (argc < 2 || *cmd == 'l') in do_mtrr() 118 if (*cmd == 'e') in do_mtrr() 120 else if (*cmd == 'd') in do_mtrr() 122 else if (*cmd == 's') in do_mtrr()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-source.inc | 33 cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize') 34 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) 35 cmd = d.expand("sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure") 36 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) 40 …cmd = d.expand("sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure") 41 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
|