Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00reg.h235 #define SET_FIELD(__reg, __type, __field, __value)\ argument
244 #define GET_FIELD(__reg, __type, __field) \ argument
251 #define rt2x00_set_field32(__reg, __field, __value) \ argument
253 #define rt2x00_get_field32(__reg, __field) \ argument
256 #define rt2x00_set_field16(__reg, __field, __value) \ argument
258 #define rt2x00_get_field16(__reg, __field) \ argument
261 #define rt2x00_set_field8(__reg, __field, __value) \ argument
263 #define rt2x00_get_field8(__reg, __field) \ argument
/Linux-v5.4/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.h50 #define __field(type, item) type item; macro
/Linux-v5.4/arch/powerpc/perf/req-gen/
D_request-begin.h6 #define __field(f_offset, f_bytes, f_name) \ macro
/Linux-v5.4/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
230 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
254 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
273 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
Dslab.h177 #define KMEM_CACHE_USERCOPY(__struct, __flags, __field) \ argument
/Linux-v5.4/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-v5.4/include/net/netfilter/
Dnf_tables_offload.h69 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ argument
/Linux-v5.4/drivers/media/common/
Dcx2341x.c1022 #define CMP_FIELD(__old, __new, __field) (__old->__field != __new->__field) argument
/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c75 #define DEFINE_INFO_ATTRIBUTE(__name, __field) \ argument