| /linux-6.15/Documentation/netlink/specs/ |
| H A D | ethtool.yaml | 106 attributes: 128 attributes: 145 attributes: 158 attributes: 182 attributes: 196 attributes: 213 attributes: 232 attributes: 245 attributes: 265 attributes: [all …]
|
| H A D | nftables.yaml | 232 attributes: 238 attributes: 245 attributes: 273 attributes: 329 attributes: 343 attributes: 363 attributes: 370 attributes: 379 attributes: 426 attributes: [all …]
|
| H A D | devlink.yaml | 210 attributes: 827 attributes: 836 attributes: 843 attributes: 852 attributes: 859 attributes: 868 attributes: 878 attributes: 901 attributes: 908 attributes: [all …]
|
| H A D | nfsd.yaml | 12 attributes: 67 attributes: 83 attributes: 95 attributes: 103 attributes: 112 attributes: 120 attributes: 136 attributes: 157 attributes: 168 attributes: [all …]
|
| H A D | conntrack.yaml | 107 attributes: 127 attributes: 166 attributes: 197 attributes: 215 attributes: 239 attributes: 256 attributes: 272 attributes: 290 attributes: 297 attributes: [all …]
|
| H A D | team.yaml | 43 attributes: 58 nested-attributes: item-port 64 attributes: 76 attributes: 112 attributes: 124 attributes: 160 attributes: 172 attributes: 186 attributes: 199 attributes: [all …]
|
| H A D | nlctrl.yaml | 50 attributes: 70 nested-attributes: op-attrs 80 nested-attributes: policy-attrs 93 attributes: 104 attributes: 117 attributes: 159 attributes: 178 attributes: 182 attributes: 199 attributes: [all …]
|
| H A D | mptcp_pm.yaml | 91 attributes: 123 attributes: 164 attributes: 173 attributes: 202 attributes: 284 attributes: 300 attributes: 304 attributes: 308 attributes: 325 attributes: [all …]
|
| H A D | ovs_vport.yaml | 60 attributes: 71 attributes: 83 attributes: 101 nested-attributes: vport-options 122 nested-attributes: upcall-stats 134 attributes: 146 attributes: 156 attributes: 159 attributes:
|
| H A D | rt_addr.yaml | 82 attributes: 135 attributes: &ifaddr-all 152 attributes: 167 attributes: 171 attributes: *ifaddr-all 180 attributes: 185 attributes: &mcaddr-attrs 191 attributes: 195 attributes: *mcaddr-attrs
|
| H A D | nl80211.yaml | 301 attributes: 676 nested-attributes: if-combination-attributes 1227 nested-attributes: sar-attributes 1331 attributes: 1338 attributes: 1371 attributes: 1422 attributes: 1432 attributes: 1540 attributes: 1545 nested-attributes: iface-limit-attributes [all …]
|
| H A D | ovs_flow.yaml | 379 attributes: 468 attributes: 605 attributes: 740 attributes: 810 attributes: 826 attributes: 838 attributes: 855 attributes: 869 attributes: 902 attributes: [all …]
|
| H A D | tc.yaml | 1381 attributes: 1440 attributes: 1476 attributes: 1508 attributes: 1539 attributes: 1552 attributes: 1565 attributes: 1627 attributes: 1661 attributes: 1695 attributes: [all …]
|
| H A D | handshake.yaml | 34 attributes: 43 attributes: 69 nested-attributes: x509 76 attributes: 101 attributes: 104 attributes: 118 attributes:
|
| H A D | dpll.yaml | 248 attributes: 299 attributes: 412 attributes: 426 attributes: 434 attributes: 454 attributes: 459 attributes: 473 attributes: 476 attributes: 500 attributes: [all …]
|
| H A D | rt_link.yaml | 946 attributes: 1168 attributes: 1174 attributes: 1192 attributes: 1200 attributes: 1254 attributes: 1285 attributes: 1299 attributes: 1322 attributes: 1429 attributes: [all …]
|
| /linux-6.15/fs/efivarfs/ |
| H A D | file.c | 20 u32 attributes; in efivarfs_file_write() local 22 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write() 26 if (count < sizeof(attributes)) in efivarfs_file_write() 29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write() 65 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 84 u32 attributes; in efivarfs_file_read() local 108 size = efivar_entry_get(var, &attributes, &datasize, in efivarfs_file_read() 109 data + sizeof(attributes)); in efivarfs_file_read() 113 memcpy(data, &attributes, sizeof(attributes)); in efivarfs_file_read() [all …]
|
| /linux-6.15/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | Makefile | 5 enum-attributes.o \ 6 int-attributes.o \ 7 order-list-attributes.o \ 8 passwdobj-attributes.o \ 9 spmobj-attributes.o \ 10 string-attributes.o \ 11 surestart-attributes.o
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | mp9941.rst | 29 The driver exports the following attributes via the 'sysfs' files 40 The driver provides the following attributes for output voltage: 54 The driver provides the following attributes for input current: 64 The driver provides the following attributes for output current: 70 The driver provides the following attributes for input power: 76 The driver provides the following attributes for output power: 82 The driver provides the following attributes for temperature:
|
| H A D | tps25990.rst | 34 Due to the specificities of the chip, all history reset attributes 38 The driver exports the following attributes via the 'sysfs' files 59 The driver provides the following attributes for main input voltage: 89 The driver provides the following attributes for auxiliary input voltage: 95 The driver provides the following attributes for output voltage: 111 The driver provides the following attributes for input power: 127 The driver provides the following attributes for temperature: 145 The driver provides the following attributes for sampling:
|
| H A D | mp2993.rst | 29 The driver exports the following attributes via the 'sysfs' files 52 The driver provides the following attributes for output voltage: 78 The driver provides the following attributes for input current: 88 The driver provides the following attributes for output current: 114 The driver provides the following attributes for input power: 120 The driver provides the following attributes for output power: 130 The driver provides the following attributes for temperature:
|
| H A D | mp2891.rst | 34 The driver exports the following attributes via the 'sysfs' files 53 The driver provides the following attributes for output voltage: 87 The driver provides the following attributes for input current: 105 The driver provides the following attributes for output current: 131 The driver provides the following attributes for input power: 149 The driver provides the following attributes for output power: 159 The driver provides the following attributes for temperature:
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-firmware-attributes | 1 What: /sys/class/firmware-attributes/*/attributes/*/ 330 What: /sys/class/firmware-attributes/*/attributes/pending_reboot 359 What: /sys/class/firmware-attributes/*/attributes/reset_bios 381 # cat /sys/class/firmware-attributes/*/device/attributes/reset_bios 387 What: /sys/class/firmware-attributes/*/attributes/save_settings 397 unlimited attributes. 401 # cat /sys/class/firmware-attributes/thinklmi/attributes/save_settings 408 # echo bulk > /sys/class/firmware-attributes/thinklmi/attributes/save_settings 415 # echo save > /sys/class/firmware-attributes/thinklmi/attributes/save_settings 417 What: /sys/class/firmware-attributes/*/attributes/debug_cmd [all …]
|
| /linux-6.15/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | Makefile | 3 enum-attributes.o \ 4 int-attributes.o \ 5 string-attributes.o \ 6 passobj-attributes.o \
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_ipp.c | 69 const struct dc_cursor_attributes *attributes) in dce_ipp_cursor_set_attributes() argument 78 switch (attributes->color_format) { in dce_ipp_cursor_set_attributes() 98 CURSOR_2X_MAGNIFY, attributes->attribute_flags.bits.ENABLE_MAGNIFICATION, in dce_ipp_cursor_set_attributes() 99 CUR_INV_TRANS_CLAMP, attributes->attribute_flags.bits.INVERSE_TRANSPARENT_CLAMPING); in dce_ipp_cursor_set_attributes() 101 if (attributes->color_format == CURSOR_MODE_MONO) { in dce_ipp_cursor_set_attributes() 118 CURSOR_WIDTH, attributes->width-1, in dce_ipp_cursor_set_attributes() 119 CURSOR_HEIGHT, attributes->height-1); in dce_ipp_cursor_set_attributes() 128 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part); in dce_ipp_cursor_set_attributes() 131 CURSOR_SURFACE_ADDRESS, attributes->address.low_part); in dce_ipp_cursor_set_attributes()
|