/openbmc/linux/drivers/net/ethernet/tundra/ |
H A D | tsi108_eth.c | 1486 struct ethtool_link_ksettings *cmd) in tsi108_get_link_ksettings() argument 1492 mii_ethtool_get_link_ksettings(&data->mii_if, cmd); in tsi108_get_link_ksettings() 1499 const struct ethtool_link_ksettings *cmd) in tsi108_set_link_ksettings() argument 1506 rc = mii_ethtool_set_link_ksettings(&data->mii_if, cmd); in tsi108_set_link_ksettings() 1512 static int tsi108_do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in tsi108_do_ioctl() argument 1517 return generic_mii_ioctl(&data->mii_if, if_mii(rq), cmd, NULL); in tsi108_do_ioctl()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | main.c | 829 enum set_key_cmd cmd, in wl1251_set_key_type() argument 866 static int wl1251_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in wl1251_op_set_key() argument 889 wl1251_debug(DEBUG_CRYPT, "CMD: 0x%x", cmd); in wl1251_op_set_key() 903 switch (cmd) { in wl1251_op_set_key() 915 wl1251_error("Unsupported key cmd 0x%x", cmd); in wl1251_op_set_key() 923 ret = wl1251_set_key_type(wl, wl_cmd, cmd, key, addr); in wl1251_op_set_key()
|
/openbmc/linux/drivers/tee/optee/ |
H A D | smc_abi.c | 498 msg_arg->cmd = OPTEE_MSG_CMD_REGISTER_SHM; in optee_shm_register() 549 msg_arg->cmd = OPTEE_MSG_CMD_UNREGISTER_SHM; in optee_shm_unregister() 793 switch (arg->cmd) { in handle_rpc_func_cmd() 968 static int simple_call_with_arg(struct tee_context *ctx, u32 cmd) in simple_call_with_arg() argument 979 msg_arg->cmd = cmd; in simple_call_with_arg()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 596 switch (rxnfc->cmd) { in enetc_get_rxnfc() 646 switch (rxnfc->cmd) { in enetc_set_rxnfc() 916 struct ethtool_link_ksettings *cmd) in enetc_get_link_ksettings() argument 923 return phylink_ethtool_ksettings_get(priv->phylink, cmd); in enetc_get_link_ksettings() 927 const struct ethtool_link_ksettings *cmd) in enetc_set_link_ksettings() argument 934 return phylink_ethtool_ksettings_set(priv->phylink, cmd); in enetc_set_link_ksettings()
|
/openbmc/linux/fs/fat/ |
H A D | dir.c | 787 static long fat_dir_ioctl(struct file *filp, unsigned int cmd, in fat_dir_ioctl() argument 794 switch (cmd) { in fat_dir_ioctl() 804 return fat_generic_ioctl(filp, cmd, arg); in fat_dir_ioctl() 825 static long fat_compat_dir_ioctl(struct file *filp, unsigned cmd, in FAT_IOCTL_FILLDIR_FUNC() 832 switch (cmd) { in FAT_IOCTL_FILLDIR_FUNC() 842 return fat_generic_ioctl(filp, cmd, (unsigned long)arg); in FAT_IOCTL_FILLDIR_FUNC()
|
/openbmc/linux/net/core/ |
H A D | drop_monitor.c | 1380 switch (info->genlhdr->cmd) { in net_dm_cmd_trace() 1613 .cmd = NET_DM_CMD_CONFIG, 1619 .cmd = NET_DM_CMD_START, 1625 .cmd = NET_DM_CMD_STOP, 1631 .cmd = NET_DM_CMD_CONFIG_GET, 1635 .cmd = NET_DM_CMD_STATS_GET,
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_lookup.c | 1376 const char * const *cmd; in switch_netns() local 1385 for (cmd = setup_script; *cmd; cmd++) { in switch_netns() 1386 err = system(*cmd); in switch_netns() 1388 log_err("system(%s)", *cmd); in switch_netns()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-dspi.c | 341 u16 cmd = dspi->tx_cmd, data = dspi_pop_tx(dspi); in dspi_pop_tx_pushr() local 347 cmd |= SPI_PUSHR_CMD_CONT; in dspi_pop_tx_pushr() 348 return cmd << 16 | data; in dspi_pop_tx_pushr() 672 static void dspi_pushr_cmd_write(struct fsl_dspi *dspi, u16 cmd) in dspi_pushr_cmd_write() argument 685 cmd |= SPI_PUSHR_CMD_CONT; in dspi_pushr_cmd_write() 686 regmap_write(dspi->regmap_pushr, dspi->pushr_cmd, cmd); in dspi_pushr_cmd_write()
|
/openbmc/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 254 static int send_pcc_cmd(int pcc_ss_id, u16 cmd) in send_pcc_cmd() argument 266 if (cmd == CMD_READ) { in send_pcc_cmd() 321 writew_relaxed(cmd, &generic_comm_base->command); in send_pcc_cmd() 329 ret = mbox_send_message(pcc_ss_data->pcc_channel->mchan, &cmd); in send_pcc_cmd() 332 pcc_ss_id, cmd, ret); in send_pcc_cmd() 348 if (cmd == CMD_WRITE) { in send_pcc_cmd()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 947 int qla24xx_control_vp(scsi_qla_host_t *vha, int cmd) in qla24xx_control_vp() argument 957 "Entered %s cmd %x index %d.\n", __func__, cmd, vp_index); in qla24xx_control_vp() 972 sp->u.iocb_cmd.u.ctrlvp.cmd = cmd; in qla24xx_control_vp() 1026 qla_update_vp_map(struct scsi_qla_host *vha, int cmd) in qla_update_vp_map() argument 1037 switch (cmd) { in qla_update_vp_map()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 907 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd) in ip_tunnel_ctl() argument 914 switch (cmd) { in ip_tunnel_ctl() 940 if (cmd == SIOCADDTUNNEL) { in ip_tunnel_ctl() 950 if (dev != itn->fb_tunnel_dev && cmd == SIOCCHGTUNNEL) { in ip_tunnel_ctl() 1010 void __user *data, int cmd) in ip_tunnel_siocdevprivate() argument 1017 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd); in ip_tunnel_siocdevprivate()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 163 const u8 cmd = info->genlhdr->cmd; in drbd_adm_prepare() local 179 info, &drbd_genl_family, 0, cmd); in drbd_adm_prepare() 354 int drbd_khelper(struct drbd_device *device, char *cmd) in drbd_khelper() argument 363 char *argv[] = {drbd_usermode_helper, cmd, mb, NULL }; in drbd_khelper() 380 sib.helper_name = cmd; in drbd_khelper() 386 drbd_usermode_helper, cmd, mb, in drbd_khelper() 390 drbd_usermode_helper, cmd, mb, in drbd_khelper() 423 notify_helper(NOTIFY_CALL, NULL, connection, cmd, 0); in conn_khelper() 428 drbd_usermode_helper, cmd, resource_name, in conn_khelper() 432 drbd_usermode_helper, cmd, resource_name, in conn_khelper() [all …]
|
/openbmc/linux/sound/core/ |
H A D | rawmidi.c | 912 static long snd_rawmidi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snd_rawmidi_ioctl() argument 919 if (((cmd >> 8) & 0xff) != 'W') in snd_rawmidi_ioctl() 921 switch (cmd) { in snd_rawmidi_ioctl() 1009 return rmidi->ops->ioctl(rmidi, cmd, argp); in snd_rawmidi_ioctl() 1010 rmidi_dbg(rmidi, "rawmidi: unknown command = 0x%x\n", cmd); in snd_rawmidi_ioctl() 1048 static int snd_rawmidi_call_ump_ioctl(struct snd_card *card, int cmd, in snd_rawmidi_call_ump_ioctl() argument 1060 ret = rmidi->ops->ioctl(rmidi, cmd, argp); in snd_rawmidi_call_ump_ioctl() 1070 unsigned int cmd, in snd_rawmidi_control_ioctl() argument 1075 switch (cmd) { in snd_rawmidi_control_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | moxa.c | 545 static void moxafunc(void __iomem *ofsAddr, u16 cmd, u16 arg) in moxafunc() argument 550 writew(cmd, ofsAddr + FuncCode); in moxafunc() 555 static int moxafuncret(void __iomem *ofsAddr, u16 cmd, u16 arg) in moxafuncret() argument 561 writew(cmd, ofsAddr + FuncCode); in moxafuncret() 587 unsigned int cmd, unsigned long arg) in moxa_ioctl() argument 594 if (cmd != MOXA_GETDATACOUNT && cmd != MOXA_GET_IOQUEUE && in moxa_ioctl() 595 cmd != MOXA_GETMSTATUS) in moxa_ioctl() 600 switch (cmd) { in moxa_ioctl()
|
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge_mcp.h | 22 __be32 cmd; member
|
/openbmc/linux/arch/sh/boards/mach-sdk7786/ |
H A D | setup.c | 221 static void sdk7786_restart(char *cmd) in sdk7786_restart() argument
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_fw.c | 92 unsigned char *cmd, in as102_firmware_upload() argument
|
/openbmc/u-boot/drivers/spi/ |
H A D | ich.h | 108 uint8_t cmd[ICH_MAX_CMD_LEN]; member
|
/openbmc/u-boot/include/ |
H A D | imximage.h | 209 int32_t cmd);
|
/openbmc/u-boot/drivers/mmc/ |
H A D | tmio-common.h | 146 int tmio_sd_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,
|
/openbmc/u-boot/board/toradex/apalis_imx6/ |
H A D | pf0100.c | 187 switch (pmic_otp_prog[i].cmd) { in pf0100_prog()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 47 unsigned int cmd; /* 0x10C */ member
|
/openbmc/u-boot/cmd/x86/ |
H A D | fsp.c | 141 ret = fsp_cmd->cmd(fsp_cmd, flag, argc, argv); in do_fsp()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | cmds.c | 161 return c->cmd(c, flag, argc, argv); in do_zynqmp()
|
/openbmc/u-boot/Documentation/ |
H A D | Makefile | 44 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
|