Searched refs:ATTRS (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | stddef.h | 33 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 35 struct { MEMBERS } ATTRS; \ 36 struct __struct_group_tag(TAG) { MEMBERS } ATTRS NAME; \ 37 } ATTRS
|
| /linux-6.15/include/uapi/linux/ |
| H A D | stddef.h | 33 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 35 struct { MEMBERS } ATTRS; \ 36 struct __struct_group_tag(TAG) { MEMBERS } ATTRS NAME; \ 37 } ATTRS
|
| /linux-6.15/include/linux/ |
| H A D | stddef.h | 63 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument 64 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
|
| /linux-6.15/scripts/ |
| H A D | bpf_doc.py | 85 ATTRS = { variable 215 if attr not in ATTRS: 827 print('#if __has_attribute(%s)' % ATTRS[attr]) 828 print('#define %s __attribute__((%s))' % (attr, ATTRS[attr]))
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | cec.rst | 166 …SUBSYSTEM=="tty", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="2548", ATTRS{idProduct}=="1002", ACTIO… 167 …SUBSYSTEM=="tty", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="2548", ATTRS{idProduct}=="1001", ACTIO… 168 …SUBSYSTEM=="tty", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="ff59", ACTIO…
|
| /linux-6.15/Documentation/w1/slaves/ |
| H A D | w1_ds28e17.rst | 30 SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{name}=="w1-19-*", \
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | thunderbolt.rst | 197 …ACTION=="add", SUBSYSTEM=="thunderbolt", ATTRS{iommu_dma_protection}=="1", ATTR{authorized}=="0", …
|
| /linux-6.15/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 751 SUBSYSTEM=="cpu", ATTRS{crash_hotplug}=="1", GOTO="kdump_reload_end"
|