/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00reg.h | 217 #define FIELD_CHECK(__mask, __type) \ argument 220 (__mask) != (__type)(__mask)) \ 246 #define SET_FIELD(__reg, __type, __field, __value)\ argument 248 typecheck(__type, __field); \ 255 #define GET_FIELD(__reg, __type, __field) \ argument 257 typecheck(__type, __field); \
|
D | rt2x00debug.h | 39 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument 41 __type (*read)(struct rt2x00_dev *rt2x00dev, \ 44 const unsigned int word, __type data); \
|
D | rt2x00debug.c | 438 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument 449 __type value; \ 474 #define RT2X00DEBUGFS_OPS_WRITE(__name, __type) \ argument 485 __type value; \ 515 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument 516 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \ 517 RT2X00DEBUGFS_OPS_WRITE(__name, __type); \
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | mdesc.h | 57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument 58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \ 60 __arc = mdesc_next_arc(__hdl, __arc, __type))
|
/Linux-v4.19/drivers/spi/ |
D | spi-pic32.c | 197 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \ argument 200 __type v; \ 201 u32 mx = pic32_rx_max(pic32s, sizeof(__type)); \ 205 *(__type *)(pic32s->rx) = v; \ 206 pic32s->rx += sizeof(__type); \ 212 __type v; \ 213 u32 mx = pic32_tx_max(pic32s, sizeof(__type)); \ 215 v = (__type)~0U; \ 217 v = *(__type *)(pic32s->tx); \ 219 pic32s->tx += sizeof(__type); \
|
/Linux-v4.19/arch/s390/kvm/ |
D | trace-s390.h | 119 #define get_irq_name(__type) \ argument 120 (__type > KVM_S390_INT_IO_MAX ? \ 121 __print_symbolic(__type, kvm_s390_int_type) : \ 122 (__type & KVM_S390_INT_IO_AI_MASK ? \
|
/Linux-v4.19/drivers/scsi/ |
D | pmcraid.h | 1007 ({ u8 op = opcode; u8 __type = 0;\ 1009 __type = SCSI_READ_CMD;\ 1012 __type = SCSI_WRITE_CMD;\ 1013 __type;\ 1017 ({ u8 __type = SCSI_CMD_TYPE(opcode); \ 1018 (__type == SCSI_READ_CMD || __type == SCSI_WRITE_CMD) ? 1 : 0;\
|
/Linux-v4.19/drivers/media/i2c/m5mols/ |
D | m5mols.h | 247 #define is_code(__code, __type) (__code == m5mols_default_ffmt[__type].code) argument
|
/Linux-v4.19/tools/perf/util/ |
D | parse-events.c | 1119 #define ADD_CONFIG_TERM(__type, __name, __val) \ in get_config_terms() argument 1128 __t->type = PERF_EVSEL__CONFIG_TERM_ ## __type; \ in get_config_terms()
|
/Linux-v4.19/drivers/platform/x86/ |
D | thinkpad_acpi.c | 10431 #define IBM_BIOS_MODULE_ALIAS(__type) \ argument 10432 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")
|