Searched refs:__type (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/wireless/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 42 const unsigned int word, __type *data); \ 44 const unsigned int word, __type data); \
|
D | rt2x00debug.c | 437 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument 448 __type value; \ 473 #define RT2X00DEBUGFS_OPS_WRITE(__name, __type) \ argument 484 __type value; \ 513 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument 514 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \ 515 RT2X00DEBUGFS_OPS_WRITE(__name, __type); \
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | mdesc.h | 55 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument 56 for (__arc = mdesc_next_arc(__hdl, __node, __type); \ 58 __arc = mdesc_next_arc(__hdl, __arc, __type))
|
/linux-4.4.14/arch/s390/kvm/ |
D | trace-s390.h | 118 #define get_irq_name(__type) \ argument 119 (__type > KVM_S390_INT_IO_MAX ? \ 120 __print_symbolic(__type, kvm_s390_int_type) : \ 121 (__type & KVM_S390_INT_IO_AI_MASK ? \
|
/linux-4.4.14/drivers/scsi/ |
D | pmcraid.h | 1009 ({ u8 op = opcode; u8 __type = 0;\ 1011 __type = SCSI_READ_CMD;\ 1014 __type = SCSI_WRITE_CMD;\ 1015 __type;\ 1019 ({ u8 __type = SCSI_CMD_TYPE(opcode); \ 1020 (__type == SCSI_READ_CMD || __type == SCSI_WRITE_CMD) ? 1 : 0;\
|
/linux-4.4.14/drivers/media/i2c/m5mols/ |
D | m5mols.h | 247 #define is_code(__code, __type) (__code == m5mols_default_ffmt[__type].code) argument
|
/linux-4.4.14/arch/tile/include/hv/ |
D | netio_intf.h | 426 unsigned int __type:4; /**< Type. */ member
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.c | 875 #define ADD_CONFIG_TERM(__type, __name, __val) \ in get_config_terms() argument 884 __t->type = PERF_EVSEL__CONFIG_TERM_ ## __type; \ in get_config_terms()
|
/linux-4.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 9596 #define IBM_BIOS_MODULE_ALIAS(__type) \ argument 9597 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")
|