/linux-6.3-rc2/Documentation/netlink/specs/ |
A D | ethtool.yaml | 12 attributes: 25 attributes: 37 attributes: 44 attributes: 58 attributes: 67 attributes: 75 attributes: 89 attributes: 97 attributes: 112 attributes: [all …]
|
/linux-6.3-rc2/fs/efivarfs/ |
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() 53 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 71 u32 attributes; in efivarfs_file_read() local 95 size = efivar_entry_get(var, &attributes, &datasize, in efivarfs_file_read() 96 data + sizeof(attributes)); in efivarfs_file_read() 100 memcpy(data, &attributes, sizeof(attributes)); in efivarfs_file_read() [all …]
|
A D | internal.h | 36 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 38 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 40 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes,
|
/linux-6.3-rc2/drivers/platform/x86/dell/dell-wmi-sysman/ |
A D | Makefile | 3 enum-attributes.o \ 4 int-attributes.o \ 5 string-attributes.o \ 6 passobj-attributes.o \
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
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()
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | mp2888.rst | 39 The driver provides the next attributes for the current: 44 The driver exports the following attributes via the 'sysfs' files, where: 58 The driver provides the next attributes for the voltage: 64 The driver exports the following attributes via the 'sysfs' files, where 84 The driver provides the next attributes for the power: 89 The driver exports the following attributes via the 'sysfs' files, where 107 The driver provides the next attributes for the temperature:
|
A D | mp5023.rst | 33 The driver exports the following attributes via the 'sysfs' files 48 The driver provides the following attributes for output voltage: 56 The driver provides the following attributes for output current: 66 The driver provides the following attributes for input power: 74 The driver provides the following attributes for temperature:
|
A D | mp2975.rst | 50 The driver provides the next attributes for the current: 55 attributes. 57 The driver exports the following attributes via the 'sysfs' files, where 73 The driver provides the next attributes for the voltage: 80 The driver exports the following attributes via the 'sysfs' files, where 98 The driver provides the next attributes for the power: 103 The driver exports the following attributes via the 'sysfs' files, where 117 The driver provides the next attributes for the temperature (only from page 0):
|
A D | hwmon-kernel-api.rst | 67 as well as all sysfs attributes attached to the hwmon device. 202 describing the attributes supposed by a single sensor. 266 HWMON_C_xxxx Chip attributes, for use with hwmon_chip. 268 HWMON_I_xxxx Voltage attributes, for use with hwmon_in. 269 HWMON_C_xxxx Current attributes, for use with hwmon_curr. 270 Notice the prefix overlap with chip attributes. 271 HWMON_P_xxxx Power attributes, for use with hwmon_power. 272 HWMON_E_xxxx Energy attributes, for use with hwmon_energy. 274 HWMON_F_xxxx Fan speed attributes, for use with hwmon_fan. 351 Driver-provided sysfs attributes [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-firmware-attributes | 1 What: /sys/class/firmware-attributes/*/attributes/*/ 106 Enumeration attributes also support the following: 112 dependent attributes value. 129 What: /sys/class/firmware-attributes/*/authentication/ 140 reset or cleared using these attributes. 300 What: /sys/class/firmware-attributes/*/attributes/pending_reboot 312 0 All BIOS attributes setting are current 329 What: /sys/class/firmware-attributes/*/attributes/reset_bios 350 # echo "factory" > /sys/class/firmware-attributes/*/device/attributes/reset_bios 351 # cat /sys/class/firmware-attributes/*/device/attributes/reset_bios [all …]
|
A D | configfs-usb-gadget | 13 The attributes of a gadget: 44 The attributes of a configuration: 62 The attributes: 83 The attributes: 98 The attributes: 125 The attributes: 137 This group contains "OS String" extension handling attributes. 151 This group contains "WebUSB" extension handling attributes.
|
A D | evm | 6 EVM protects a file's security extended attributes(xattrs) 8 HMAC-sha1 value across the extended attributes, storing the 101 Shows the set of extended attributes used to calculate or 102 validate the EVM signature, and allows additional attributes 104 additional attributes are added (and on files possessing those 105 additional attributes) will only be valid if the same 106 additional attributes are configured on system boot. Writing
|
/linux-6.3-rc2/Documentation/driver-api/driver-model/ |
A D | device.rst | 56 As explained in Documentation/core-api/kobject.rst, device attributes must be 76 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be 106 device attributes and the device_unregister() function will use this pointer 107 to remove the device attributes. 111 strict expectations on when attributes get created. When a new device is 113 udev) that a new device is available. If attributes are added after the 115 not know about the new attributes. 118 attributes for a device at driver probe time. If the device driver simply 120 userspace will never be notified of the new attributes.
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | con3270.c | 58 struct tty3270_attribute attributes; member 97 struct tty3270_attribute attributes; member 332 f_color = cell->attributes.f_color; in tty3270_required_length() 336 b_color = cell->attributes.b_color; in tty3270_required_length() 1268 cell->attributes = tp->attributes; in tty3270_put_character() 1275 cell->attributes = tp->attributes; in tty3270_put_character() 1342 line->cells[tp->cx + n].attributes = tp->attributes; in tty3270_insert_characters() 1417 cell->attributes.b_color = tp->attributes.b_color; in tty3270_erase_line() 1503 tp->attributes.f_color = attr - 30; in tty3270_set_attributes() 1515 tp->attributes.b_color = attr - 40; in tty3270_set_attributes() [all …]
|
/linux-6.3-rc2/Documentation/netlabel/ |
A D | lsm_interface.rst | 12 NetLabel is a mechanism which can set and retrieve security attributes from 22 it uses the concept of security attributes to refer to the packet's security 23 labels. The NetLabel security attributes are defined by the 25 NetLabel subsystem converts the security attributes to and from the correct 28 security attributes into whatever security identifiers are in use for their 47 LSM has received a packet, used NetLabel to decode its security attributes, 48 and translated the security attributes into a LSM internal identifier the LSM
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | specs.rst | 59 - attributes 154 referred to with a ``nested-attributes`` property of the container. 173 or even types of attributes depending on the nest in which they 177 attributes subsection 180 List of attributes in the set. 227 nested-attributes 231 Only valid for complex attributes which may have sub-attributes. 254 definition (``type`` and ``nested-attributes``) and the ``checks``. 272 The list contains only the names of attributes from a set referred 395 See :ref:`pad_type` for padding of 64 bit attributes. [all …]
|
/linux-6.3-rc2/drivers/staging/vme_user/ |
A D | vme.c | 972 attributes = kmalloc(sizeof(*attributes), GFP_KERNEL); in vme_dma_pattern_attribute() 973 if (!attributes) in vme_dma_pattern_attribute() 986 return attributes; in vme_dma_pattern_attribute() 989 kfree(attributes); in vme_dma_pattern_attribute() 1012 attributes = kmalloc(sizeof(*attributes), GFP_KERNEL); in vme_dma_pci_attribute() 1013 if (!attributes) in vme_dma_pci_attribute() 1025 return attributes; in vme_dma_pci_attribute() 1028 kfree(attributes); in vme_dma_pci_attribute() 1053 attributes = kmalloc(sizeof(*attributes), GFP_KERNEL); in vme_dma_vme_attribute() 1054 if (!attributes) in vme_dma_vme_attribute() [all …]
|
/linux-6.3-rc2/fs/orangefs/ |
A D | orangefs-utils.c | 311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr() 315 downcall.resp.getattr.attributes); in orangefs_inode_getattr() 318 downcall.resp.getattr.attributes.size; in orangefs_inode_getattr() 321 attributes.blksize); in orangefs_inode_getattr() 357 downcall.resp.getattr.attributes.owner); in orangefs_inode_getattr() 359 downcall.resp.getattr.attributes.group); in orangefs_inode_getattr() 361 downcall.resp.getattr.attributes.atime; in orangefs_inode_getattr() 363 downcall.resp.getattr.attributes.mtime; in orangefs_inode_getattr() 365 downcall.resp.getattr.attributes.ctime; in orangefs_inode_getattr() 406 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_check_changed() [all …]
|
/linux-6.3-rc2/drivers/iio/common/hid-sensors/ |
A D | Kconfig | 13 HID sensor common processing for attributes and IIO triggers. 14 There are many attributes which can be shared among multiple 16 attributes. 25 Triggers will be send if all requested attributes were read.
|
/linux-6.3-rc2/drivers/acpi/ |
A D | pptt.c | 124 (acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_DATA) || in acpi_pptt_walk_cache() 125 acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_INSTR))) in acpi_pptt_walk_cache() 129 acpi_pptt_match_type(cache->attributes, type)) { in acpi_pptt_walk_cache() 374 switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) { in update_cache_properties() 376 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties() 379 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties() 384 switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) { in update_cache_properties() 386 this_leaf->attributes |= CACHE_READ_ALLOCATE; in update_cache_properties() 389 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties() 393 this_leaf->attributes |= in update_cache_properties() [all …]
|
/linux-6.3-rc2/Documentation/netlink/ |
A D | genetlink-c.yaml | 110 required: [ name, attributes ] 119 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a- 130 a limited group of attributes which are used in a nest. 140 attributes: 141 description: List of attributes in the space. 168 nested-attributes: 255 Attribute space from which attributes directly in the requests and replies 278 attributes: 280 Names of attributes from the attribute-set (not full attribute 300 attributes: [all …]
|
A D | genetlink.yaml | 88 required: [ name, attributes ] 97 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a- 108 a limited group of attributes which are used in a nest. 110 attributes: 111 description: List of attributes in the space. 138 nested-attributes: 225 Attribute space from which attributes directly in the requests and replies 248 attributes: 250 Names of attributes from the attribute-set (not full attribute 270 attributes: [all …]
|
A D | genetlink-legacy.yaml | 133 required: [ name, attributes ] 142 Prefix for the C enum name of the attributes. Default family[name]-set[name]-a- 153 a limited group of attributes which are used in a nest. 163 attributes: 164 description: List of attributes in the space. 191 nested-attributes: 278 Attribute space from which attributes directly in the requests and replies 301 attributes: 303 Names of attributes from the attribute-set (not full attribute 330 attributes: [all …]
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | attributes.rst | 6 Extended attributes (xattrs) are typically stored in a separate data 8 The first use of extended attributes seems to have been for storing file 10 option it is possible for users to store extended attributes so long as 14 There are two places where extended attributes can be found. The first 19 where extended attributes can be found is in the block pointed to by 29 Extended attributes, when stored after the inode, have a header 72 - Hash value of all attributes. 114 Multiple attributes can share the same value. For an inode attribute 131 update the hash for in-inode attributes, so for that case this value 152 Logically speaking, extended attributes are a series of key=value pairs.
|
/linux-6.3-rc2/Documentation/driver-api/iio/ |
A D | core.rst | 54 index X, attributes can be found under /sys/bus/iio/iio:deviceX/ directory. 55 Common attributes are: 62 * Available standard attributes for IIO devices are described in the 91 Channel sysfs attributes exposed to userspace are specified in the form of 92 bitmasks. Depending on their shared info, attributes can be set in one of the 95 * **info_mask_separate**, attributes will be specific to 97 * **info_mask_shared_by_type**, attributes are shared by all channels of the 99 * **info_mask_shared_by_dir**, attributes are shared by all channels of the same 101 * **info_mask_shared_by_all**, attributes are shared by all channels 171 This will generate two separate attributes files for raw data retrieval:
|