Home
last modified time | relevance | path

Searched refs:ATTRS (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dstddef.h32 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument
34 struct { MEMBERS } ATTRS; \
35 struct __struct_group_tag(TAG) { MEMBERS } ATTRS NAME; \
36 } ATTRS
/linux/scripts/
H A Dbpf_doc.py99 ATTRS = { variable
229 if attr not in ATTRS:
842 print('#if __has_attribute(%s)' % ATTRS[attr])
843 print('#define %s __attribute__((%s))' % (attr, ATTRS[attr]))
/linux/Documentation/w1/slaves/
H A Dw1_ds28e17.rst30 SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{name}=="w1-19-*", \