/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_ptp.c | 404 int gem_set_hwtst(struct net_device *dev, struct ifreq *ifr, int cmd) in gem_set_hwtst() argument
|
/openbmc/linux/arch/arm/ |
H A D | Makefile | 305 $(call cmd,install)
|
/openbmc/linux/sound/soc/sof/ |
H A D | debug.c | 221 .cmd = SOF_IPC_GLB_DEBUG | SOF_IPC_DEBUG_MEM_USAGE, in memory_info_update()
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro-specs.rst | 159 on the ``cmd`` member.
|
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_dev_api.h | 381 u32 cmd; /* PVRDMA_CMD_ */ member
|
/openbmc/linux/tools/perf/util/ |
H A D | evlist.h | 429 int evlist__ctlfd_process(struct evlist *evlist, enum evlist_ctl_cmd *cmd);
|
/openbmc/linux/tools/accounting/ |
H A D | getdelays.c | 134 msg.g.cmd = genl_cmd; in send_cmd()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | debugfs.c | 353 cmd_id = WIDE_ID(ver->group, ver->cmd); in iwl_dbgfs_fw_info_seq_show()
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 67 uint32_t transfered_len = scsi_req->cmd.xfer - resid; in ufs_scsi_command_complete()
|
/openbmc/linux/include/net/ |
H A D | route.h | 234 int ip_rt_ioctl(struct net *, unsigned int cmd, struct rtentry *rt);
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.build | 322 'host-cmd-manager.cpp',
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 1310 static void mxt_update_crc(struct mxt_data *data, u8 cmd, u8 value) in mxt_update_crc() argument 1319 mxt_t6_command(data, cmd, value, true); in mxt_update_crc() 2431 u8 cmd = mode; in mxt_read_diagnostic_debug() local 2439 cmd); in mxt_read_diagnostic_debug() 2476 cmd = MXT_DIAGNOSTIC_PAGEUP; in mxt_read_diagnostic_debug()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt61pci.c | 330 if (crypto->cmd == SET_KEY) { in rt61pci_config_pairwise_key() 403 if (crypto->cmd == SET_KEY) in rt61pci_config_pairwise_key() 405 else if (crypto->cmd == DISABLE_KEY) in rt61pci_config_pairwise_key() 412 if (crypto->cmd == SET_KEY) in rt61pci_config_pairwise_key() 414 else if (crypto->cmd == DISABLE_KEY) in rt61pci_config_pairwise_key()
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 2095 int cmd) in tsnep_netdev_ioctl() argument 2099 if (cmd == SIOCSHWTSTAMP || cmd == SIOCGHWTSTAMP) in tsnep_netdev_ioctl() 2100 return tsnep_ptp_ioctl(netdev, ifr, cmd); in tsnep_netdev_ioctl() 2101 return phy_mii_ioctl(netdev->phydev, ifr, cmd); in tsnep_netdev_ioctl()
|
/openbmc/linux/drivers/scsi/ |
H A D | sg.c | 181 static int sg_start_req(Sg_request *srp, unsigned char *cmd); 234 static int sg_allow_access(struct file *filp, unsigned char *cmd) in sg_allow_access() argument 240 if (!scsi_cmd_allowed(cmd, filp->f_mode & FMODE_WRITE)) in sg_allow_access() 1723 sg_start_req(Sg_request *srp, unsigned char *cmd) in sg_start_req() argument 1765 memcpy(scmd->cmnd, cmd, hp->cmd_len); in sg_start_req()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 596 struct ifreq *ifr, int cmd) in atl1c_mii_ioctl() argument 608 switch (cmd) { in atl1c_mii_ioctl() 645 static int atl1c_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atl1c_ioctl() argument 647 switch (cmd) { in atl1c_ioctl() 651 return atl1c_mii_ioctl(netdev, ifr, cmd); in atl1c_ioctl()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-bit.c | 64 static void coda_command_async(struct coda_ctx *ctx, int cmd) in coda_command_async() argument 92 trace_coda_bit_run(ctx, cmd); in coda_command_async() 94 coda_write(dev, cmd, CODA_REG_BIT_RUN_COMMAND); in coda_command_async() 97 static int coda_command_sync(struct coda_ctx *ctx, int cmd) in coda_command_sync() argument 104 coda_command_async(ctx, cmd); in coda_command_sync()
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 440 If the option "record-cmd" is set to "0", then comms of tasks 953 # cmd pid ||||| time | caller 991 cmd: The name of the process in the trace. 1069 record-cmd 1217 record-cmd 1444 # cmd pid ||||| time | caller 1495 # cmd pid ||||| time | caller 1643 # cmd pid ||||| time | caller 1681 # cmd pid ||||| time | caller 1795 # cmd pid ||||| time | caller [all …]
|
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 3437 struct v4l2_encoder_cmd *cmd) in allegro_encoder_cmd() argument 3442 err = v4l2_m2m_ioctl_try_encoder_cmd(file, fh, cmd); in allegro_encoder_cmd() 3446 err = v4l2_m2m_ioctl_encoder_cmd(file, fh, cmd); in allegro_encoder_cmd() 3450 if (cmd->cmd == V4L2_ENC_CMD_STOP) in allegro_encoder_cmd() 3453 if (cmd->cmd == V4L2_ENC_CMD_START) in allegro_encoder_cmd()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 1898 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit() 1902 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit() 2086 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 2087 priv->cmd.max_cmds = 1; in mlx4_init_slave() 2102 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 2133 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 2139 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 3417 spin_lock_init(&priv->cmd.context_lock); in mlx4_load_one()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 2076 static inline char *mmap_cmd2str(enum mlx5_ib_mmap_cmd cmd) in mmap_cmd2str() argument 2078 switch (cmd) { in mmap_cmd2str() 2143 static int uar_mmap(struct mlx5_ib_dev *dev, enum mlx5_ib_mmap_cmd cmd, in uar_mmap() argument 2154 int dyn_uar = (cmd == MLX5_IB_MMAP_ALLOC_WC); in uar_mmap() 2175 switch (cmd) { in uar_mmap() 2231 err, mmap_cmd2str(cmd)); in uar_mmap() 2295 u64 cmd = (entry->rdma_entry.start_pgoff >> 16) & 0xFFFF; in mlx5_entry_to_mmap_offset() local 2298 return (((index >> 8) << 16) | (cmd << MLX5_IB_MMAP_CMD_SHIFT) | in mlx5_entry_to_mmap_offset()
|
/openbmc/linux/drivers/memory/ |
H A D | omap-gpmc.c | 1108 int gpmc_configure(int cmd, int wval) in gpmc_configure() argument 1112 switch (cmd) { in gpmc_configure() 2553 unsigned long cmd, void *v) in omap_gpmc_context_notifier() argument 2561 switch (cmd) { in omap_gpmc_context_notifier()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 681 int cw1200_set_key(struct ieee80211_hw *dev, enum set_key_cmd cmd, in cw1200_set_key() argument 691 if (cmd == SET_KEY) { in cw1200_set_key() 821 } else if (cmd == DISABLE_KEY) { in cw1200_set_key() 834 pr_warn("Unhandled key command %d\n", cmd); in cw1200_set_key()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_tunnel.c | 1629 void __user *data, int cmd) in ip6_tnl_siocdevprivate() argument 1640 switch (cmd) { in ip6_tnl_siocdevprivate() 1671 t = ip6_tnl_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6_tnl_siocdevprivate() 1672 if (cmd == SIOCCHGTUNNEL) { in ip6_tnl_siocdevprivate()
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 1672 static long fuse_dir_ioctl(struct file *file, unsigned int cmd, in fuse_dir_ioctl() argument 1681 return fuse_ioctl_common(file, cmd, arg, FUSE_IOCTL_DIR); in fuse_dir_ioctl() 1684 static long fuse_dir_compat_ioctl(struct file *file, unsigned int cmd, in fuse_dir_compat_ioctl() argument 1692 return fuse_ioctl_common(file, cmd, arg, in fuse_dir_compat_ioctl()
|