| /linux/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() 35 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write() 50 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write() 65 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 84 u32 attributes; in efivarfs_file_read() local 103 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read() [all …]
|
| /linux/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 | 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:
|
| H 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:
|
| H 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:
|
| H A D | xdp710.rst | 32 The driver exports the following attributes via the 'sysfs' files 47 The driver provides the following attributes for output voltage: 55 The driver provides the following attributes for output current: 65 The driver provides the following attributes for input power: 73 The driver provides the following attributes for temperature:
|
| H A D | mp5920.rst | 34 The driver exports the following attributes via the 'sysfs' files 49 The driver provides the following attributes for output voltage: 61 The driver provides the following attributes for output current: 73 The driver provides the following attributes for input power: 83 The driver provides the following attributes for temperature:
|
| H 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):
|
| H A D | hp-wmi-sensors.rst | 23 system and creates the following sysfs attributes as necessary within 47 ``fault`` attributes 53 ``alarm`` attributes 76 system-dependent "platform events objects" used for ``alarm`` attributes may 81 contains one numbered entry per sensor with the following attributes: 101 contains one numbered entry per object with the following attributes: 123 loaded, ``alarm`` attributes will be unavailable even on systems that 125 for ``alarm`` attributes is used on those systems for e.g. laptop hotkeys.
|
| H A D | mp2856.rst | 49 The driver provides the following sysfs attributes for current measurements: 60 The driver provides the following sysfs attributes for voltage measurements. 77 The driver provides the following sysfs attributes for power measurements. 88 The driver provides the following sysfs attributes for temperature measurements.
|
| H A D | adm1266.rst | 29 The following attributes are supported. Limits are read-write, history reset 30 attributes are write-only, all other attributes are read-only.
|
| H A D | xdpe152c4.rst | 40 The driver exports the following attributes for via the sysfs files, where 63 The driver exports the following attributes for via the sysfs files, where 93 The driver exports the following attributes for via the sysfs files, where 108 The driver exports the following attributes for via the sysfs files:
|
| /linux/drivers/s390/char/ |
| H A D | con3270.c | 58 struct tty3270_attribute attributes; member 97 struct tty3270_attribute attributes; member 327 if (cell->attributes.highlight != highlight) { in tty3270_required_length() 329 highlight = cell->attributes.highlight; in tty3270_required_length() 331 if (cell->attributes.f_color != f_color) { in tty3270_required_length() 333 f_color = cell->attributes.f_color; in tty3270_required_length() 335 if (cell->attributes.b_color != b_color) { in tty3270_required_length() 337 b_color = cell->attributes.b_color; in tty3270_required_length() 339 if (cell->attributes.alternate_charset) in tty3270_required_length() 425 if (cell->attributes in tty3270_add_attributes() [all...] |
| /linux/Documentation/driver-api/driver-model/ |
| H 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/sound/usb/ |
| H A D | quirks-table.h | 138 .attributes = 0, 458 .attributes = 0, 473 .attributes = UAC_EP_CS_ATTR_FILL_MAX, 783 .attributes = 0, 798 .attributes = 0, 1586 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 1610 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 1646 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 1670 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 1705 .attributes [all...] |
| /linux/Documentation/netlabel/ |
| H 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/fs/orangefs/ |
| H A D | orangefs-utils.c | 302 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_getattr() 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 (time64_t)new_op->downcall.resp.getattr.attributes.atime, in orangefs_inode_getattr() 364 (time64_t)new_op->downcall.resp.getattr.attributes.mtime, in orangefs_inode_getattr() 367 (time64_t)new_op->downcall.resp.getattr.attributes.ctime, in orangefs_inode_getattr() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H 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.
|
| /linux/tools/testing/selftests/powerpc/dexcr/ |
| H A D | lsdexcr.c | 55 const char *attributes[8] = {NULL}; in print_aspect() local 61 attributes[j++] = "set"; in print_aspect() 63 attributes[j++] = "set (hypervisor)"; in print_aspect() 65 attributes[j++] = "clear"; in print_aspect() 68 print_list(attributes, j); in print_aspect()
|
| /linux/drivers/iio/common/hid-sensors/ |
| H 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/Documentation/filesystems/ext4/ |
| H 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/drivers/firmware/efi/stmm/ |
| H A D | tee_stmm_efi.c | 284 u32 *attributes, unsigned long *data_size, in tee_get_variable() argument 320 var_acc->attr = attributes ? *attributes : 0; in tee_get_variable() 334 if (attributes) in tee_get_variable() 335 *attributes = var_acc->attr; in tee_get_variable() 405 u32 attributes, unsigned long data_size, in tee_set_variable() argument 456 var_acc->attr = attributes; in tee_set_variable() 469 u32 attributes, in tee_set_variable_nonblocking() argument 476 static efi_status_t tee_query_variable_info(u32 attributes, in tee_query_variable_info() argument 492 mm_query_info->attr = attributes; in tee_query_variable_info()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 70 the system provides these attributes, the kernel exports them under the 71 node sysfs hierarchy by appending the attributes directory under the 76 These attributes apply only when accessed from nodes that have the 89 The bandwidth attributes are provided in MiB/second. 91 The latency attributes are provided in nanoseconds. 127 An application does not need to know about caching attributes in order 129 attributes in order to maximize the performance out of such a setup. 132 the kernel will append these attributes to the NUMA node memory target. 142 The attributes for each level of cache is provided under its cache 149 Each cache level's directory provides its attributes. For example, the [all …]
|
| /linux/drivers/firmware/efi/test/ |
| H A D | efi_test.h | 17 u32 *attributes; member 26 u32 attributes; member 40 u32 attributes; member
|