Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00reg.h217 #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); \
Drt2x00debug.h39 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument
42 const unsigned int word, __type *data); \
44 const unsigned int word, __type data); \
Drt2x00debug.c437 #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/
Dmdesc.h55 #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/
Dtrace-s390.h118 #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/
Dpmcraid.h1009 ({ 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/
Dm5mols.h247 #define is_code(__code, __type) (__code == m5mols_default_ffmt[__type].code) argument
/linux-4.4.14/arch/tile/include/hv/
Dnetio_intf.h426 unsigned int __type:4; /**< Type. */ member
/linux-4.4.14/tools/perf/util/
Dparse-events.c875 #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/
Dthinkpad_acpi.c9596 #define IBM_BIOS_MODULE_ALIAS(__type) \ argument
9597 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")