/include/linux/ |
D | fcntl.h | 12 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument 13 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument 14 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument 15 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument 16 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument 17 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument 19 #define IS_GETLK32(cmd) (0) argument 20 #define IS_SETLK32(cmd) (0) argument 21 #define IS_SETLKW32(cmd) (0) argument 22 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument [all …]
|
D | kdb.h | 154 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, in kdb_register() 156 static inline int kdb_register_repeat(char *cmd, kdb_func_t func, char *usage, in kdb_register_repeat() 159 static inline int kdb_unregister(char *cmd) { return 0; } in kdb_unregister()
|
D | yam.h | 74 int cmd; member 79 int cmd; member
|
D | isdn_divertif.h | 24 int cmd; /* command */ member
|
D | tpm.h | 43 static inline int tpm_send(u32 chip_num, void *cmd, size_t buflen) { in tpm_send()
|
D | wireless.h | 27 __u16 cmd; /* Wireless IOCTL */ member
|
D | olpc-ec.h | 36 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd()
|
D | wait.h | 646 #define __wait_event_lock_irq(wq, condition, lock, cmd) \ argument 685 #define wait_event_lock_irq_cmd(wq, condition, lock, cmd) \ argument 721 lock, ret, cmd) \ argument 766 #define wait_event_interruptible_lock_irq_cmd(wq, condition, lock, cmd) \ argument
|
/include/scsi/ |
D | scsi_cmnd.h | 136 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver() 161 static inline unsigned scsi_sg_count(struct scsi_cmnd *cmd) in scsi_sg_count() 166 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist() 171 static inline unsigned scsi_bufflen(struct scsi_cmnd *cmd) in scsi_bufflen() 176 static inline void scsi_set_resid(struct scsi_cmnd *cmd, int resid) in scsi_set_resid() 181 static inline int scsi_get_resid(struct scsi_cmnd *cmd) in scsi_get_resid() 186 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument 189 static inline int scsi_bidi_cmnd(struct scsi_cmnd *cmd) in scsi_bidi_cmnd() 195 static inline struct scsi_data_buffer *scsi_in(struct scsi_cmnd *cmd) in scsi_in() 201 static inline struct scsi_data_buffer *scsi_out(struct scsi_cmnd *cmd) in scsi_out() [all …]
|
D | scsi_tcq.h | 98 static inline int scsi_populate_tag_msg(struct scsi_cmnd *cmd, char *msg) in scsi_populate_tag_msg()
|
/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 | 21 __u32 cmd; member 84 __u32 cmd; member 109 __u32 cmd; member 117 __u32 cmd; member 123 __u32 cmd; member 131 __u32 cmd; member 156 __u32 cmd; member 178 __u32 cmd; member 257 __u32 cmd; member 284 __u32 cmd; /* ETHTOOL_{G,S}RINGPARAM */ 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 846 __u16 cmd; /* IW_MLME_* */ member 860 __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 | 30 int cmd; member
|
/include/linux/mmc/ |
D | core.h | 58 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… argument 73 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \ argument 79 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK) argument 129 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/uapi/drm/ |
D | savage_drm.h | 171 unsigned char cmd; /* command */ member 176 } cmd; /* generic */ member 178 unsigned char cmd; member 185 unsigned char cmd; member 192 unsigned char cmd; member 199 unsigned char cmd; member
|
/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/linux/mfd/ |
D | viperboard.h | 54 u8 cmd; member 64 u8 cmd; member 94 u8 cmd; member
|
/include/linux/platform_data/ |
D | leds-kirkwood-ns2.h | 17 unsigned cmd; member
|
/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
|