Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dstddef.h33 #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 Dstddef.h33 #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 Dstddef.h63 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument
64 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
/linux-6.15/scripts/
H A Dbpf_doc.py85 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 Dcec.rst166 …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 Dw1_ds28e17.rst30 SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{name}=="w1-19-*", \
/linux-6.15/Documentation/admin-guide/
H A Dthunderbolt.rst197 …ACTION=="add", SUBSYSTEM=="thunderbolt", ATTRS{iommu_dma_protection}=="1", ATTR{authorized}=="0", …
/linux-6.15/Documentation/core-api/
H A Dcpu_hotplug.rst751 SUBSYSTEM=="cpu", ATTRS{crash_hotplug}=="1", GOTO="kdump_reload_end"