Searched refs:ATTRS (Results 1 – 3 of 3) sorted by relevance
32 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument34 struct { MEMBERS } ATTRS; \35 struct __struct_group_tag(TAG) { MEMBERS } ATTRS NAME; \36 } ATTRS
99 ATTRS = { variable229 if attr not in ATTRS:842 print('#if __has_attribute(%s)' % ATTRS[attr])843 print('#define %s __attribute__((%s))' % (attr, ATTRS[attr]))
30 SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{name}=="w1-19-*", \