Home
last modified time | relevance | path

Searched defs:__field (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00reg.h246 #define SET_FIELD(__reg, __type, __field, __value)\ argument
255 #define GET_FIELD(__reg, __type, __field) \ argument
262 #define rt2x00_set_field32(__reg, __field, __value) \ argument
264 #define rt2x00_get_field32(__reg, __field) \ argument
267 #define rt2x00_set_field16(__reg, __field, __value) \ argument
269 #define rt2x00_get_field16(__reg, __field) \ argument
272 #define rt2x00_set_field8(__reg, __field, __value) \ argument
274 #define rt2x00_get_field8(__reg, __field) \ argument
/Linux-v4.19/kernel/trace/
Dtrace_export.c42 #define __field(type, item) type item; macro
83 #define __field(type, item) \ macro
153 #define __field(type, item) macro
Dtrace.h51 #define __field(type, item) type item; macro
/Linux-v4.19/arch/powerpc/perf/req-gen/
D_request-begin.h6 #define __field(f_offset, f_bytes, f_name) \ macro
/Linux-v4.19/include/linux/
Dgenl_magic_func.h36 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ macro
186 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
351 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
376 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
Dgenl_magic_struct.h161 #define __field(attr_nr, attr_flag, name, nla_type, type, \ macro
227 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
251 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
270 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
Dslab.h171 #define KMEM_CACHE_USERCOPY(__struct, __flags, __field) \ argument
/Linux-v4.19/include/trace/
Dtrace_events.h84 #define __field(type, item) type item; macro
179 #define __field(type, item) macro
415 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) macro
477 #define __field(type, item) macro
657 #define __field(type, item) macro
/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c75 #define DEFINE_INFO_ATTRIBUTE(__name, __field) \ argument