Searched defs:cmd (Results 1 - 25 of 95) sorted by path

1234

/include/drm/
H A DdrmP.h223 * \param cmd command.
229 typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
243 unsigned int cmd; member in struct:drm_ioctl_desc
256 [DRM_IOCTL_NR(DRM_##ioctl)] = {.cmd = DRM_##ioctl, .func = _func, .flags = _flags, .cmd_drv = DRM_IOCTL_##ioctl, .name = #ioctl}
868 unsigned int cmd, unsigned long arg);
870 unsigned int cmd, unsigned long arg);
/include/linux/
H A Dblkdev.h85 * use REQ_TYPE_SPECIAL and use rq->cmd[0] with the range of driver
191 unsigned char *cmd; member in struct:request
1183 extern int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm);
H A Dccp.h39 * @cmd: ccp_cmd struct to be processed
43 * Queue a cmd to be processed by the CCP. If queueing the cmd
44 * would exceed the defined length of the cmd queue the cmd will
49 * called to notify the caller of completion (if the cmd was not
50 * backlogged) or advancement out of the backlog. If the cmd has
55 * The cmd has been successfully queued if:
59 int ccp_enqueue_cmd(struct ccp_cmd *cmd);
68 static inline int ccp_enqueue_cmd(struct ccp_cmd *cmd) argument
[all...]
H A Dcdrom.h19 unsigned char cmd[CDROM_PACKET_SIZE]; member in struct:packet_command
101 fmode_t mode, unsigned int cmd, unsigned long arg);
H A Ddmaengine.h396 * @cmd_terminate: true, if terminate cmd is supported
676 int (*device_control)(struct dma_chan *chan, enum dma_ctrl_cmd cmd,
687 enum dma_ctrl_cmd cmd,
691 return chan->device->device_control(chan, cmd, arg);
686 dmaengine_device_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd, unsigned long arg) argument
H A Dethtool.h31 u32 cmd; member in struct:compat_ethtool_rxnfc
44 struct ethtool_cmd *cmd);
83 * settings. The @cmd parameter is expected to have been cleared
H A Dfs.h998 static inline int fcntl_getlk(struct file *file, unsigned int cmd, argument
1005 unsigned int cmd, struct flock __user *user)
1011 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, argument
1018 unsigned int cmd, struct flock64 __user *user)
1084 static inline int vfs_lock_file(struct file *filp, unsigned int cmd, argument
2588 extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd,
1004 fcntl_setlk(unsigned int fd, struct file *file, unsigned int cmd, struct flock __user *user) argument
1017 fcntl_setlk64(unsigned int fd, struct file *file, unsigned int cmd, struct flock64 __user *user) argument
H A Dftrace.h249 char *func, char *cmd,
340 int register_ftrace_command(struct ftrace_func_command *cmd);
341 int unregister_ftrace_command(struct ftrace_func_command *cmd);
554 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) argument
H A Dide.h717 struct ide_cmd cmd; /* current command */ member in struct:hwif_s
1079 void ide_tf_readback(ide_drive_t *drive, struct ide_cmd *cmd);
1398 struct ide_cmd *cmd) { return 1; }
1400 struct ide_cmd *cmd) { ; }
1397 ide_dma_prepare(ide_drive_t *drive, struct ide_cmd *cmd) argument
1399 ide_dma_unmap_sg(ide_drive_t *drive, struct ide_cmd *cmd) argument
H A Disdn_divertif.h24 int cmd; /* command */ member in struct:__anon440
H A Disdnif.h31 /* definitions. The upper 24 bits represent the protocol specific cmd/stat.*/
47 #define DSS1_CMD_INVOKE_ABORT ((0x01 << 8) | ISDN_PTYPE_EURO) /* abort a invoke cmd */
92 #define NI1_CMD_INVOKE_ABORT ((0x01 << 8) | ISDN_PTYPE_NI1) /* abort a invoke cmd */
106 /* for executing a cmd and delivered */
114 int datalen; /* length of cmd or stat data */
332 __u8 cmd; member in struct:__anon444
H A Dkdb.h112 KDB_REASON_SYSTEM_NMI, /* In NMI due to SYSTEM cmd; regs valid */
155 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, argument
157 static inline int kdb_register_repeat(char *cmd, kdb_func_t func, char *usage, argument
160 static inline int kdb_unregister(char *cmd) { return 0; } argument
H A Dlsm_audit.h45 u16 cmd; member in struct:lsm_ioctlop_audit
H A Dmroute.h24 extern int ipmr_ioctl(struct sock *sk, int cmd, void __user *arg);
25 extern int ipmr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
43 int ipmr_ioctl(struct sock *sk, int cmd, void __user *arg) argument
/include/linux/mfd/
H A Dcros_ec_commands.h84 #define EC_MEMMAP_HOST_CMD_FLAGS 0x27 /* Host cmd interface flags (8 bits) */
625 uint8_t cmd; /* Command to check */ member in struct:ec_params_get_cmd_versions
647 EC_COMMS_STATUS_PROCESSING = 1 << 0, /* Processing cmd */
1004 uint8_t cmd; /* Command (see enum lightbar_command) */ member in struct:ec_params_lightbar
1134 uint8_t cmd; /* enum ec_vboot_hash_cmd */ member in struct:ec_params_vboot_hash
1274 uint8_t cmd; member in struct:ec_params_motion_sense
1640 uint8_t cmd; /* Command to send (enum ec_keyscan_seq_cmd) */ member in struct:ec_params_keyscan_seq_ctrl
2054 uint8_t cmd; /* enum charge_state_command */ member in struct:ec_params_charge_state
2169 uint8_t cmd; /* enum ec_reboot_cmd */ member in struct:ec_params_reboot_ec
H A Dviperboard.h54 u8 cmd; member in struct:vprbrd_i2c_write_hdr
64 u8 cmd; member in struct:vprbrd_i2c_read_hdr
94 u8 cmd; member in struct:vprbrd_i2c_addr_msg
/include/linux/mlx4/
H A Dcq.h138 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, argument
149 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci);
157 doorbell[0] = cpu_to_be32(sn << 28 | cmd | cq->cqn);
H A Ddevice.h730 } __packed cmd; member in union:mlx4_eqe::__anon615
/include/linux/mlx5/
H A Dcq.h138 static inline void mlx5_cq_arm(struct mlx5_core_cq *cq, u32 cmd, argument
149 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci);
156 doorbell[0] = cpu_to_be32(sn << 28 | cmd | ci);
H A Ddevice.h452 struct mlx5_eqe_cmd cmd; member in union:ev_data
H A Ddriver.h512 struct mlx5_cmd cmd; member in struct:mlx5_core_dev
560 struct mlx5_cmd *cmd; member in struct:mlx5_cmd_work_ent
/include/linux/mmc/
H A Dcore.h58 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
73 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \
79 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
102 struct mmc_data *data; /* data segment associated with cmd */
131 struct mmc_command *cmd; member in struct:mmc_request
H A Ddw_mmc.h52 * @cmd: The command currently being sent to the card, or NULL.
133 struct mmc_command *cmd; member in struct:dw_mci
H A Dsdhci.h148 struct mmc_command *cmd; /* Current command */ member in struct:sdhci_host
150 unsigned int data_early:1; /* Data finished before cmd */
H A Dsh_mmcif.h103 unsigned long cmd, unsigned long arg)
107 sh_mmcif_writel(base, MMCIF_CE_CMD_SET, cmd);
127 unsigned long cmd, unsigned long arg)
129 sh_mmcif_boot_cmd_send(base, cmd, arg);
102 sh_mmcif_boot_cmd_send(void __iomem *base, unsigned long cmd, unsigned long arg) argument
126 sh_mmcif_boot_cmd(void __iomem *base, unsigned long cmd, unsigned long arg) argument

Completed in 268 milliseconds

1234