| /include/linux/ |
| D | fcntl.h | 18 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument 19 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument 20 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument 21 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument 22 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument 23 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument 25 #define IS_GETLK32(cmd) (0) argument 26 #define IS_SETLK32(cmd) (0) argument 27 #define IS_SETLKW32(cmd) (0) argument 28 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument [all …]
|
| D | yam.h | 74 int cmd; member 79 int cmd; member
|
| D | kdb.h | 205 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, in kdb_register() 207 static inline int kdb_register_flags(char *cmd, kdb_func_t func, char *usage, in kdb_register_flags() 210 static inline int kdb_unregister(char *cmd) { return 0; } in kdb_unregister()
|
| D | isdn_divertif.h | 24 int cmd; /* command */ member
|
| D | wireless.h | 27 __u16 cmd; /* Wireless IOCTL */ member
|
| D | olpc-ec.h | 37 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd()
|
| /include/scsi/ |
| D | scsi_cmnd.h | 147 static inline void *scsi_cmd_priv(struct scsi_cmnd *cmd) in scsi_cmd_priv() 153 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver() 171 static inline unsigned scsi_sg_count(struct scsi_cmnd *cmd) in scsi_sg_count() 176 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist() 181 static inline unsigned scsi_bufflen(struct scsi_cmnd *cmd) in scsi_bufflen() 186 static inline void scsi_set_resid(struct scsi_cmnd *cmd, int resid) in scsi_set_resid() 191 static inline int scsi_get_resid(struct scsi_cmnd *cmd) in scsi_get_resid() 196 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument 199 static inline int scsi_bidi_cmnd(struct scsi_cmnd *cmd) in scsi_bidi_cmnd() 205 static inline struct scsi_data_buffer *scsi_in(struct scsi_cmnd *cmd) in scsi_in() [all …]
|
| D | scsi_dbg.h | 33 scsi_opcode_sa_name(int cmd, int sa, in scsi_opcode_sa_name()
|
| /include/sound/ |
| D | hda_regmap.h | 78 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_write() local 97 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_update() local 114 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_read() local 135 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp() local 159 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp() local 180 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_get_amp_stereo() local 204 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_update_amp_stereo() local
|
| /include/linux/mfd/ |
| D | dln2.h | 4 #define DLN2_CMD(cmd, id) ((cmd) | ((id) << 8)) argument 80 static inline int dln2_transfer_rx(struct platform_device *pdev, u16 cmd, in dln2_transfer_rx() 97 static inline int dln2_transfer_tx(struct platform_device *pdev, u16 cmd, in dln2_transfer_tx()
|
| D | viperboard.h | 54 u8 cmd; member 64 u8 cmd; member 94 u8 cmd; member
|
| /include/net/ |
| D | wext.h | 17 static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, in wext_handle_ioctl() 22 static inline int compat_wext_handle_ioctl(struct net *net, unsigned int cmd, in compat_wext_handle_ioctl()
|
| /include/uapi/linux/ |
| D | ethtool.h | 100 __u32 cmd; member 181 __u32 cmd; member 207 __u32 cmd; member 215 __u32 cmd; member 244 __u32 cmd; member 267 __u32 cmd; member 292 __u32 cmd; member 317 __u32 cmd; member 339 __u32 cmd; member 419 __u32 cmd; member [all …]
|
| D | ipmi.h | 155 unsigned char cmd; member 162 unsigned char cmd; member 346 unsigned char cmd; member 374 unsigned int cmd; member
|
| D | wireless.h | 348 #define IW_IOCTL_IDX(cmd) ((cmd) - SIOCIWFIRST) argument 353 #define IW_IS_SET(cmd) (!((cmd) & 0x1)) argument 354 #define IW_IS_GET(cmd) ((cmd) & 0x1) argument 395 #define IW_EVENT_IDX(cmd) ((cmd) - IWEVFIRST) argument 651 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \ argument 654 #define IW_EVENT_CAPA_INDEX(cmd) (IW_EVENT_CAPA_BASE(cmd) >> 5) argument 655 #define IW_EVENT_CAPA_MASK(cmd) (1 << (IW_EVENT_CAPA_BASE(cmd) & 0x1F)) argument 663 #define IW_EVENT_CAPA_SET(event_capa, cmd) (event_capa[IW_EVENT_CAPA_INDEX(cmd)] |= IW_EVENT_CAPA_M… argument 836 __u16 cmd; /* IW_MLME_* */ member 849 __u32 cmd; /* IW_PMKSA_* */ member [all …]
|
| D | baycom.h | 22 int cmd; member
|
| D | capi.h | 79 unsigned long cmd; member 115 capi_manufacturer_cmd cmd; member
|
| D | bpqether.h | 28 int cmd; member
|
| /include/uapi/drm/ |
| D | savage_drm.h | 177 unsigned char cmd; /* command */ member 182 } cmd; /* generic */ member 184 unsigned char cmd; member 191 unsigned char cmd; member 198 unsigned char cmd; member 205 unsigned char cmd; member
|
| /include/linux/mmc/ |
| D | core.h | 61 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… argument 76 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \ argument 82 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK) argument 134 struct mmc_command *cmd; member
|
| D | sh_mmcif.h | 103 unsigned long cmd, unsigned long arg) in sh_mmcif_boot_cmd_send() 127 unsigned long cmd, unsigned long arg) in sh_mmcif_boot_cmd()
|
| /include/media/ |
| D | rc-map.h | 102 #define RC_SCANCODE_NEC(addr, cmd) (((addr) << 8) | (cmd)) argument 103 #define RC_SCANCODE_NECX(addr, cmd) (((addr) << 8) | (cmd)) argument 105 #define RC_SCANCODE_RC5(sys, cmd) (((sys) << 8) | (cmd)) argument 106 #define RC_SCANCODE_RC5_SZ(sys, cmd) (((sys) << 8) | (cmd)) argument 107 #define RC_SCANCODE_RC6_0(sys, cmd) (((sys) << 8) | (cmd)) argument 108 #define RC_SCANCODE_RC6_6A(vendor, sys, cmd) (((vendor) << 16) | ((sys) << 8) | (cmd)) argument
|
| /include/linux/mtd/ |
| D | qinfo.h | 78 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd() 86 #define CMDVAL(cmd) cmd.x[0] argument
|
| /include/xen/interface/io/ |
| D | pciif.h | 71 uint32_t cmd; member 96 uint32_t cmd; member
|
| /include/uapi/linux/dvb/ |
| D | osd.h | 101 OSD_Command cmd; member 135 int cmd; member
|