Searched refs:__type (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/media/i2c/m5mols/ |
D | m5mols.h | 247 #define is_code(__code, __type) (__code == m5mols_default_ffmt[__type].code) argument
|
/linux-4.1.27/arch/tile/include/hv/ |
D | netio_intf.h | 426 unsigned int __type:4; /**< Type. */ member
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 9596 #define IBM_BIOS_MODULE_ALIAS(__type) \ argument 9597 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")
|