Home
last modified time | relevance | path

Searched refs:cmd (Results 851 – 875 of 6808) sorted by relevance

1...<<31323334353637383940>>...273

/openbmc/linux/drivers/nvme/host/
H A Dfabrics.c173 struct nvme_command cmd = { }; in nvmf_reg_read32() local
218 struct nvme_command cmd = { }; in nvmf_reg_read64() local
224 cmd.prop_get.attrib = 1; in nvmf_reg_read64()
263 struct nvme_command cmd = { }; in nvmf_reg_write32() local
268 cmd.prop_set.attrib = 0; in nvmf_reg_write32()
360 cmd->connect.recfmt); in nvmf_log_connect_error()
396 struct nvme_command *cmd) in nvmf_connect_cmd_prep() argument
439 struct nvme_command cmd = { }; in nvmf_connect_admin_queue() local
456 &cmd, data); in nvmf_connect_admin_queue()
514 struct nvme_command cmd = { }; in nvmf_connect_io_queue() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py39 self.cmd = command
45 if isinstance(self.cmd, str):
109 self.log.debug("Running command '%s'" % self.cmd)
187 cmd.run()
199 result.status = cmd.status
200 result.output = cmd.output
201 result.error = cmd.error
202 result.pid = cmd.process.pid
229 cmd = "bitbake " + extra_args + " " + command
377 cmd = ". %s; env -0" % env_file
[all …]
/openbmc/linux/drivers/input/rmi4/
H A Drmi_spi.c126 u16 addr = cmd->addr; in rmi_spi_xfer()
130 switch (cmd->op) { in rmi_spi_xfer()
161 switch (cmd->op) { in rmi_spi_xfer()
258 struct rmi_spi_cmd cmd; in rmi_set_page() local
261 cmd.op = RMI_SPI_WRITE; in rmi_set_page()
277 struct rmi_spi_cmd cmd; in rmi_spi_write_block() local
288 cmd.op = RMI_SPI_WRITE; in rmi_spi_write_block()
289 cmd.addr = addr; in rmi_spi_write_block()
303 struct rmi_spi_cmd cmd; in rmi_spi_read_block() local
314 cmd.op = RMI_SPI_READ; in rmi_spi_read_block()
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_console_sandbox.py46 cmd = []
48 cmd += ['gdbserver', self.config.gdbserver]
49 cmd += [
55 cmd += self.sandbox_flags
56 return Spawn(cmd, cwd=self.config.source_dir)
/openbmc/u-boot/board/renesas/sh7785lcr/
H A Dselfcheck.c94 char *cmd; in do_hw_test() local
99 cmd = argv[1]; in do_hw_test()
100 switch (cmd[0]) { in do_hw_test()
111 if (cmd[1] == 'l') in do_hw_test()
123 if (cmd[1] == 'm') in do_hw_test()
/openbmc/linux/arch/m68k/kernel/
H A Dpcibios.c48 u16 cmd, newcmd; in pcibios_enable_device() local
51 pci_read_config_word(dev, PCI_COMMAND, &cmd); in pcibios_enable_device()
52 newcmd = cmd; in pcibios_enable_device()
78 if (newcmd != cmd) { in pcibios_enable_device()
80 pci_name(dev), cmd, newcmd); in pcibios_enable_device()
/openbmc/linux/include/linux/
H A Dmroute.h21 int ipmr_ioctl(struct sock *sk, int cmd, void *arg);
22 int ipmr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
25 int ipmr_sk_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
39 static inline int ipmr_ioctl(struct sock *sk, int cmd, void *arg) in ipmr_ioctl() argument
59 static inline int ipmr_sk_ioctl(struct sock *sk, unsigned int cmd, in ipmr_sk_ioctl() argument
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.out48 feature cmd-feat1
49 feature cmd-feat2
50 command cmd-boxed Object -> None
52 feature cmd-feat1
53 feature cmd-feat2
157 doc symbol=cmd
168 feature=cmd-feat1
170 feature=cmd-feat2
206 doc symbol=cmd-boxed
209 feature=cmd-feat1
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c57 struct ethtool_link_ksettings *cmd) in dpaa_get_link_ksettings() argument
281 struct ethtool_rxnfc *cmd) in dpaa_get_hash_opts() argument
285 cmd->data = 0; in dpaa_get_hash_opts()
287 switch (cmd->flow_type) { in dpaa_get_hash_opts()
293 cmd->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3; in dpaa_get_hash_opts()
306 cmd->data |= RXH_IP_SRC | RXH_IP_DST; in dpaa_get_hash_opts()
309 cmd->data = 0; in dpaa_get_hash_opts()
321 switch (cmd->cmd) { in dpaa_get_rxnfc()
323 ret = dpaa_get_hash_opts(dev, cmd); in dpaa_get_rxnfc()
385 switch (cmd->cmd) { in dpaa_set_rxnfc()
[all …]
/openbmc/u-boot/include/
H A Dcli.h30 int cli_simple_run_command(const char *cmd, int flag);
53 int cli_simple_run_command_list(char *cmd, int flag);
131 void cli_secure_boot_cmd(const char *cmd);
138 static inline void cli_secure_boot_cmd(const char *cmd) in cli_secure_boot_cmd() argument
/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c268 dwmci_writel(host, DWMCI_CMDARG, cmd->cmdarg);
273 if ((cmd->resp_type & MMC_RSP_136) && (cmd->resp_type & MMC_RSP_BUSY))
276 if (cmd->cmdidx == MMC_CMD_STOP_TRANSMISSION)
281 if (cmd->resp_type & MMC_RSP_PRESENT) {
283 if (cmd->resp_type & MMC_RSP_136)
287 if (cmd->resp_type & MMC_RSP_CRC)
292 debug("Sending CMD%d\n",cmd->cmdidx);
324 } else if ((cmd->resp_type & MMC_RSP_CRC) &&
331 if (cmd->resp_type & MMC_RSP_PRESENT) {
332 if (cmd->resp_type & MMC_RSP_136) {
[all …]
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c119 writel(GENERAL_ACT_REQ, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_general_act()
121 if (tegra_dc_poll_register(&disp_ctrl->cmd.state_ctrl, in tegra_dc_sor_general_act()
156 writel(WIN_A_ACT_REQ << i, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_disable_win_short_raster()
182 writel(GENERAL_ACT_REQ, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_disable_win_short_raster()
196 writel(WIN_A_ACT_REQ << i, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_restore_win_and_raster()
207 writel(GENERAL_UPDATE, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_restore_win_and_raster()
253 &disp_ctrl->cmd.disp_cmd); in update_window()
255 writel(WRITE_MUX_ACTIVE, &disp_ctrl->cmd.state_access); in update_window()
259 writel(val, &disp_ctrl->cmd.state_ctrl); in update_window()
271 writel(0x00000000, &disp_ctrl->cmd.int_mask); in tegra_dc_init()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c880 cmd->link_modes.supported); in mlxsw_sp_port_get_link_supported()
977 eth_proto_oper, cmd); in mlxsw_sp_port_get_link_ksettings()
1007 cmd); in mlxsw_sp_port_set_link_ksettings()
1435 cmd->base.speed = SPEED_UNKNOWN; in mlxsw_sp1_from_ptys_link_mode()
1436 cmd->base.duplex = DUPLEX_UNKNOWN; in mlxsw_sp1_from_ptys_link_mode()
1437 cmd->lanes = 0; in mlxsw_sp1_from_ptys_link_mode()
1493 if (cmd->lanes > width) in mlxsw_sp1_to_ptys_speed_lanes()
1901 cmd->base.speed = SPEED_UNKNOWN; in mlxsw_sp2_from_ptys_link_mode()
1903 cmd->lanes = 0; in mlxsw_sp2_from_ptys_link_mode()
1976 if (cmd->lanes > width) in mlxsw_sp2_to_ptys_speed_lanes()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-mailbox.h17 int ivtv_api(struct ivtv *itv, int cmd, int args, u32 data[]);
18 int ivtv_vapi_result(struct ivtv *itv, u32 data[CX2341X_MBOX_MAX_DATA], int cmd, int args, ...);
19 int ivtv_vapi(struct ivtv *itv, int cmd, int args, ...);
20 int ivtv_api_func(void *priv, u32 cmd, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]);
/openbmc/qemu/scsi/
H A Dtrace-events4 pr_manager_execute(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x"
5 pr_manager_run(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x"
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_device.c45 void iscsit_increment_maxcmdsn(struct iscsit_cmd *cmd, struct iscsit_session *sess) in iscsit_increment_maxcmdsn() argument
49 if (cmd->immediate_cmd || cmd->maxcmdsn_inc) in iscsit_increment_maxcmdsn()
52 cmd->maxcmdsn_inc = 1; in iscsit_increment_maxcmdsn()
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c235 #define idal_is_2k(_cp) (!(_cp)->orb.cmd.c64 || (_cp)->orb.cmd.i2k)
433 if (!cp->orb.cmd.fmt) in ccwchain_handle_ccw()
583 if (!cp->orb.cmd.c64) in ccw_count_idaws()
590 if (!cp->orb.cmd.c64) in ccw_count_idaws()
594 if (cp->orb.cmd.i2k) in ccw_count_idaws()
641 if (cp->orb.cmd.c64) in ccwchain_fetch_ccw()
861 orb->cmd.fmt = 1; in cp_get_orb()
868 if (!orb->cmd.c64) in cp_get_orb()
869 orb->cmd.i2k = 1; in cp_get_orb()
870 orb->cmd.c64 = 1; in cp_get_orb()
[all …]
/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.c75 rc = cypress_ps2_sendbyte(psmouse, cmd & 0xff); in cypress_ps2_ext_cmd()
99 unsigned char cmd, in cypress_ps2_read_cmd_status() argument
127 cmd, pktsize, param); in cypress_ps2_read_cmd_status()
146 if (cmd == CYTP_CMD_READ_CYPRESS_ID || in cypress_verify_cmd_state()
147 cmd == CYTP_CMD_STANDARD_MODE || in cypress_verify_cmd_state()
148 cmd == CYTP_CMD_READ_TP_METRICS) in cypress_verify_cmd_state()
176 cmd, DECODE_CMD_AA(cmd), DECODE_CMD_BB(cmd), in cypress_send_ext_cmd()
177 DECODE_CMD_CC(cmd), DECODE_CMD_DD(cmd)); in cypress_send_ext_cmd()
181 PSMOUSE_CMD_SETRES, DECODE_CMD_DD(cmd)); in cypress_send_ext_cmd()
183 PSMOUSE_CMD_SETRES, DECODE_CMD_CC(cmd)); in cypress_send_ext_cmd()
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dpci.c230 u16 cmd, old_cmd; in pcibios_enable_device() local
236 pci_read_config_word(dev, PCI_COMMAND, &cmd); in pcibios_enable_device()
237 old_cmd = cmd; in pcibios_enable_device()
239 cmd |= (PCI_COMMAND_SERR | PCI_COMMAND_PARITY); in pcibios_enable_device()
244 cmd |= PCI_COMMAND_FAST_BACK; in pcibios_enable_device()
247 if (cmd != old_cmd) { in pcibios_enable_device()
249 old_cmd, cmd); in pcibios_enable_device()
250 pci_write_config_word(dev, PCI_COMMAND, cmd); in pcibios_enable_device()
/openbmc/linux/drivers/net/mdio/
H A Dmdio-bcm-iproc.c69 u32 cmd; in iproc_mdio_read() local
77 cmd = (MII_DATA_TA_VAL << MII_DATA_TA_SHIFT) | in iproc_mdio_read()
83 writel(cmd, priv->base + MII_DATA_OFFSET); in iproc_mdio_read()
89 cmd = readl(priv->base + MII_DATA_OFFSET) & MII_DATA_MASK; in iproc_mdio_read()
91 return cmd; in iproc_mdio_read()
98 u32 cmd; in iproc_mdio_write() local
106 cmd = (MII_DATA_TA_VAL << MII_DATA_TA_SHIFT) | in iproc_mdio_write()
113 writel(cmd, priv->base + MII_DATA_OFFSET); in iproc_mdio_write()
/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc3.c74 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_INIT; in ipc3_probes_init()
97 msg.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_DEINIT; in ipc3_probes_deinit()
102 static int ipc3_probes_info(struct sof_client_dev *cdev, unsigned int cmd, in ipc3_probes_info() argument
118 msg.rhdr.hdr.cmd = SOF_IPC_GLB_PROBE | cmd; in ipc3_probes_info()
127 if (cmd == SOF_IPC_PROBE_DMA_INFO) in ipc3_probes_info()
188 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_POINT_ADD; in ipc3_probes_points_add()
218 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_POINT_REMOVE; in ipc3_probes_points_remove()
/openbmc/linux/tools/power/cpupower/utils/
H A Dcpupower.c47 const char *cmd; member
76 printf("\t%s\n", commands[i].cmd); in print_help()
177 const char *cmd; in main() local
192 cmd = argv[0]; in main()
205 argv[0] = cmd = "help"; in main()
228 if (strcmp(p->cmd, cmd)) in main()
232 "privileges\n"), cmd); in main()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c183 struct ethtool_link_ksettings *cmd) in ipoib_get_link_ksettings() argument
190 cmd->base.speed = SPEED_UNKNOWN; in ipoib_get_link_ksettings()
191 cmd->base.duplex = DUPLEX_UNKNOWN; in ipoib_get_link_ksettings()
209 cmd->base.speed = speed * width; in ipoib_get_link_ksettings()
210 cmd->base.duplex = DUPLEX_FULL; in ipoib_get_link_ksettings()
212 cmd->base.phy_address = 0xFF; in ipoib_get_link_ksettings()
214 cmd->base.autoneg = AUTONEG_ENABLE; in ipoib_get_link_ksettings()
215 cmd->base.port = PORT_OTHER; in ipoib_get_link_ksettings()
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch23 maintscript_pre_exec(struct command *cmd)
59 - const char **argv = cmd->argv;
66 - debug(dbg_scripts, "fork/exec %s (%s )", cmd->filename,
73 - return cmd->filename;
75 - if (strlen(cmd->filename) < instdirlen)
77 - cmd->filename, instdirlen);
79 - return cmd->filename + instdirlen;
80 + return cmd->filename;
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Drx.c163 struct carl9170_rsp *cmd = buf; in carl9170_handle_command_response() local
166 if ((cmd->hdr.cmd & CARL9170_RSP_FLAG) != CARL9170_RSP_FLAG) { in carl9170_handle_command_response()
167 if (!(cmd->hdr.cmd & CARL9170_CMD_ASYNC_FLAG)) in carl9170_handle_command_response()
177 cmd->hdr.cmd, cmd->hdr.len, len - 4); in carl9170_handle_command_response()
187 switch (cmd->hdr.cmd) { in carl9170_handle_command_response()
200 carl9170_handle_ps(ar, cmd); in carl9170_handle_command_response()
283 cmd->hdr.cmd); in carl9170_handle_command_response()
828 struct carl9170_rsp *cmd; in carl9170_rx_untie_cmds() local
832 cmd = (void *) &respbuf[i]; in carl9170_rx_untie_cmds()
834 i += cmd->hdr.len + 4; in carl9170_rx_untie_cmds()
[all …]

1...<<31323334353637383940>>...273