Home
last modified time | relevance | path

Searched refs:cmd (Results 3851 – 3875 of 6808) sorted by relevance

1...<<151152153154155156157158159160>>...273

/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py366 cmd = subprocess.run(command, stderr=subprocess.PIPE, encoding='utf-8')
367 data = [x+'}' for x in cmd.stderr.split('}\n') if x]
415cmd = subprocess.run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, encoding='utf-8')
417 data = json.loads(cmd.stdout)
/openbmc/linux/net/netlabel/
H A Dnetlabel_cipso_v4.c732 .cmd = NLBL_CIPSOV4_C_ADD,
739 .cmd = NLBL_CIPSOV4_C_REMOVE,
746 .cmd = NLBL_CIPSOV4_C_LIST,
753 .cmd = NLBL_CIPSOV4_C_LISTALL,
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c39 u8 cmd, u8 protocol, struct qed_sp_init_data *p_data) in qed_sp_init_request() argument
56 p_ent->elem.hdr.cmd_id = cmd; in qed_sp_init_request()
91 opaque_cid, qed_get_ramrod_cmd_id_str(protocol, cmd), in qed_sp_init_request()
92 cmd, qed_get_protocol_type_str(protocol), protocol, in qed_sp_init_request()
/openbmc/linux/drivers/misc/cxl/
H A Dfile.c310 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in afu_ioctl() argument
321 switch (cmd) { in afu_ioctl()
333 static long afu_compat_ioctl(struct file *file, unsigned int cmd, in afu_compat_ioctl() argument
336 return afu_ioctl(file, cmd, arg); in afu_compat_ioctl()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c454 int rt2x00mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in rt2x00mac_set_key() argument
494 crypto.cmd = cmd; in rt2x00mac_set_key()
523 if (cmd == SET_KEY) in rt2x00mac_set_key()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_regs.c326 enum hclge_opcode_type cmd) in hclge_dfx_reg_cmd_send() argument
331 hclge_cmd_setup_basic_desc(desc, cmd, true); in hclge_dfx_reg_cmd_send()
335 hclge_cmd_setup_basic_desc(desc, cmd, true); in hclge_dfx_reg_cmd_send()
343 cmd, ret); in hclge_dfx_reg_cmd_send()
/openbmc/linux/include/target/
H A Dtarget_core_base.h884 struct se_cmd *cmd);
1008 static inline void target_free_tag(struct se_session *sess, struct se_cmd *cmd) in target_free_tag() argument
1010 sbitmap_queue_clear(&sess->sess_tag_pool, cmd->map_tag, cmd->map_cpu); in target_free_tag()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra76x-mmc-iodelay.dtsi33 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
44 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_cmd.cmd */
55 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_cmd.cmd */
66 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MODE_SELECT | MUX_MODE0) /* mmc1_cmd.cmd */
/openbmc/linux/drivers/iio/chemical/
H A Dscd30_core.c51 static int scd30_command_write(struct scd30_state *state, enum scd30_cmd cmd, u16 arg) in scd30_command_write() argument
53 return state->command(state, cmd, arg, NULL, 0); in scd30_command_write()
56 static int scd30_command_read(struct scd30_state *state, enum scd30_cmd cmd, u16 *val) in scd30_command_read() argument
61 ret = state->command(state, cmd, 0, &tmp, sizeof(tmp)); in scd30_command_read()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mxs.c336 static void mxs_i2c_pio_trigger_cmd(struct mxs_i2c_dev *i2c, u32 cmd) in mxs_i2c_pio_trigger_cmd() argument
340 writel(cmd, i2c->regs + MXS_I2C_CTRL0); in mxs_i2c_pio_trigger_cmd()
356 static void mxs_i2c_pio_trigger_write_cmd(struct mxs_i2c_dev *i2c, u32 cmd, in mxs_i2c_pio_trigger_write_cmd() argument
359 writel(cmd, i2c->regs + MXS_I2C_CTRL0); in mxs_i2c_pio_trigger_write_cmd()
/openbmc/linux/arch/arm/mach-omap2/
H A Dvc.c69 u8 cmd; member
77 .cmd = BIT(4),
91 .cmd = BIT(1),
868 vc->cfg_channel |= vc_cfg_bits->cmd; in omap_vc_init_channel()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c132 struct snd_pcm_substream *substream, int cmd) in qmc_audio_pcm_trigger() argument
142 switch (cmd) { in qmc_audio_pcm_trigger()
498 static int qmc_dai_trigger(struct snd_pcm_substream *substream, int cmd, in qmc_dai_trigger() argument
514 switch (cmd) { in qmc_dai_trigger()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c1374 switch (cmd) { in sky2_ioctl()
1662 u16 cmd; in sky2_hw_up() local
1665 cmd &= ~PCI_X_CMD_MAX_SPLIT; in sky2_hw_up()
3585 cmd->base.port = PORT_TP; in sky2_get_link_ksettings()
3586 cmd->base.speed = sky2->speed; in sky2_get_link_ksettings()
3589 cmd->base.speed = SPEED_1000; in sky2_get_link_ksettings()
3590 cmd->base.port = PORT_FIBRE; in sky2_get_link_ksettings()
3597 cmd->base.duplex = sky2->duplex; in sky2_get_link_ksettings()
3616 cmd->link_modes.advertising); in sky2_set_link_ksettings()
3636 u32 speed = cmd->base.speed; in sky2_set_link_ksettings()
[all …]
/openbmc/u-boot/
H A DMakefile523 -include include/config/auto.conf.cmd
526 $(KCONFIG_CONFIG) include/config/auto.conf.cmd: ;
730 libs-y += cmd/
1017 $(call cmd,cfgcheck,u-boot.cfg)
1513 $(call cmd,smap)
1514 $(call cmd,u-boot__) common/system_map.o
1782 $(call cmd,rmdirs)
1783 $(call cmd,rmfiles)
1806 $(call cmd,rmdirs)
1807 $(call cmd,rmfiles)
[all …]
/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftmac100.c853 struct ethtool_link_ksettings *cmd) in ftmac100_get_link_ksettings() argument
857 mii_ethtool_get_link_ksettings(&priv->mii, cmd); in ftmac100_get_link_ksettings()
863 const struct ethtool_link_ksettings *cmd) in ftmac100_set_link_ksettings() argument
866 return mii_ethtool_set_link_ksettings(&priv->mii, cmd); in ftmac100_set_link_ksettings()
1070 static int ftmac100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in ftmac100_do_ioctl() argument
1075 return generic_mii_ioctl(&priv->mii, data, cmd, NULL); in ftmac100_do_ioctl()
/openbmc/linux/drivers/spi/
H A Dspi-zynqmp-gqspi.c1054 u16 opcode = op->cmd.opcode; in zynqmp_qspi_exec_op()
1058 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in zynqmp_qspi_exec_op()
1067 if (op->cmd.opcode) { in zynqmp_qspi_exec_op()
1071 xqspi->bytes_to_transfer = op->cmd.nbytes; in zynqmp_qspi_exec_op()
1073 zynqmp_qspi_write_op(xqspi, op->cmd.buswidth, genfifoentry); in zynqmp_qspi_exec_op()
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c570 __u8 cmd = 0; in c67x00_create_td() local
586 cmd |= PREAMBLE_EN; in c67x00_create_td()
591 cmd |= ISO_EN; in c67x00_create_td()
605 cmd |= SEQ_SEL; in c67x00_create_td()
607 cmd |= ARM_EN; in c67x00_create_td()
620 td->ctrl_reg = cmd; in c67x00_create_td()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c581 int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in rfcomm_dev_ioctl() argument
583 BT_DBG("cmd %d arg %p", cmd, arg); in rfcomm_dev_ioctl()
585 switch (cmd) { in rfcomm_dev_ioctl()
825 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl() argument
827 BT_DBG("tty %p cmd 0x%02x", tty, cmd); in rfcomm_tty_ioctl()
829 switch (cmd) { in rfcomm_tty_ioctl()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c493 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl() argument
498 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
500 if (cmd == SIOCGHWTSTAMP) in efx_ioctl()
504 if ((cmd == SIOCGMIIREG || cmd == SIOCSMIIREG) && in efx_ioctl()
508 return mdio_mii_ioctl(&efx->mdio, data, cmd); in efx_ioctl()
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c243 int kvaser_usb_send_cmd(const struct kvaser_usb *dev, void *cmd, int len) in kvaser_usb_send_cmd() argument
248 cmd, len, NULL, KVASER_USB_TIMEOUT); in kvaser_usb_send_cmd()
251 int kvaser_usb_recv_cmd(const struct kvaser_usb *dev, void *cmd, int len, in kvaser_usb_recv_cmd() argument
257 cmd, len, actual_len, KVASER_USB_TIMEOUT); in kvaser_usb_recv_cmd()
270 int kvaser_usb_send_cmd_async(struct kvaser_usb_net_priv *priv, void *cmd, in kvaser_usb_send_cmd_async() argument
285 cmd, len, kvaser_usb_send_cmd_callback, netdev); in kvaser_usb_send_cmd_async()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c301 struct vxlan_vni_node *vninode, int cmd) in vxlan_vnifilter_notify() argument
314 nlh = nlmsg_put(skb, 0, 0, cmd, sizeof(*tmsg), 0); in vxlan_vnifilter_notify()
816 int cmd, struct netlink_ext_ack *extack) in vxlan_vni_add_del() argument
824 switch (cmd) { in vxlan_vni_add_del()
846 int cmd, struct netlink_ext_ack *extack) in vxlan_process_vni_filter() argument
893 err = vxlan_vni_add_del(vxlan, vni_start, vni_end, &group, cmd, in vxlan_process_vni_filter()
/openbmc/linux/drivers/s390/char/
H A Dsclp.c110 static inline int abbrev_len(sclp_cmdw_t cmd, struct sccb_header *sccb) in abbrev_len() argument
120 if (cmd == SCLP_CMDW_WRITE_EVENT_DATA && in abbrev_len()
128 sclp_cmdw_t cmd, struct sccb_header *sccb, in sclp_trace_sccb() argument
133 sclp_trace_bin(prio + 1, sccb, abbrev_len(cmd, sccb), in sclp_trace_sccb()
621 static bool ok_response(u32 sccb_int, sclp_cmdw_t cmd) in ok_response() argument
636 if (cmd == SCLP_CMDW_WRITE_EVENT_DATA) { in ok_response()
/openbmc/linux/drivers/atm/
H A Dfore200e.c572 fore200e->bus->write(prom_dma, &entry->cp_entry->cmd.prom_block.prom_haddr); in fore200e_pca_prom_read()
576 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.prom_block.opcode); in fore200e_pca_prom_read()
1259 fore200e->bus->write(mtu, &entry->cp_entry->cmd.activate_block.mtu); in fore200e_activate_vcin()
1691 fore200e->bus->write(stats_dma_addr, &entry->cp_entry->cmd.stats_block.stats_haddr); in fore200e_getstats()
1730 fore200e->bus->write(oc3_regs_dma_addr, &entry->cp_entry->cmd.oc3_block.regs_haddr);
1734 fore200e->bus->write(*(u32*)&opcode, (u32*)&entry->cp_entry->cmd.oc3_block.opcode);
1769 fore200e->bus->write(0, &entry->cp_entry->cmd.oc3_block.regs_haddr); in fore200e_set_oc3()
1773 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.oc3_block.opcode); in fore200e_set_oc3()
1854 fore200e_ioctl(struct atm_dev* dev, unsigned int cmd, void __user * arg) in fore200e_ioctl() argument
1858 DPRINTK(2, "ioctl cmd = 0x%x (%u), arg = 0x%p (%lu)\n", cmd, cmd, arg, (unsigned long)arg); in fore200e_ioctl()
[all …]
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c732 pf, file, cmd, arg); in ppp_ioctl()
736 if (cmd == PPPIOCDETACH) { in ppp_ioctl()
755 switch (cmd) { in ppp_ioctl()
810 switch (cmd) { in ppp_ioctl()
914 if (cmd == PPPIOCGNPMODE) { in ppp_ioctl()
938 if (cmd == PPPIOCSPASS) in ppp_ioctl()
992 switch (cmd) { in ppp_compat_ioctl()
1004 if (cmd == PPPIOCSPASS32) in ppp_compat_ioctl()
1053 switch (cmd) { in ppp_unattached_ioctl()
1488 void __user *addr, int cmd) in ppp_net_siocdevprivate() argument
[all …]
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dtargetos.h106 unsigned short cmd; /* Command to run */ member

1...<<151152153154155156157158159160>>...273