/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() 39 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write() 53 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 71 u32 attributes; in efivarfs_file_read() local 90 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read() [all …]
|
/linux/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/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 | mp5990.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 | 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 | hwmon-kernel-api.rst | 46 It creates the standard sysfs attributes in the hardware monitoring core, 48 of having to bother with sysfs attributes. The parent device parameter 132 is optional, but must be provided if any readable attributes exist. 136 optional, but must be provided if any writeable attributes exist. 154 hwmon_chip A virtual sensor type, used to describe attributes 169 describing the attributes supposed by a single sensor. 233 HWMON_C_xxxx Chip attributes, for use with hwmon_chip. 234 HWMON_T_xxxx Temperature attributes, for use with hwmon_temp. 235 HWMON_I_xxxx Voltage attributes, for use with hwmon_in. 236 HWMON_C_xxxx Current attributes, for use with hwmon_curr. [all …]
|
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):
|
/linux/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()
|
/linux/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/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/userspace-api/netlink/ |
H A D | specs.rst | 36 Each next level inherits the attributes of the previous level, meaning that 41 - ``genetlink-c`` - superset of ``genetlink`` with extra attributes allowing 60 - attributes 146 This property contains information about netlink attributes of the family. 154 referred to with a ``nested-attributes`` property of the container. 158 which attributes are allowed in a nest or refining the validation criteria. 165 Uniquely identifies the attribute set, operations and nested attributes 173 or even types of attributes depending on the nest in which they 177 attributes subsection 180 List of attributes in the set. [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/drivers/firmware/arm_scmi/ |
H A D | pinctrl.c | 54 __le32 attributes; member 60 __le32 attributes; member 80 __le32 attributes; member 221 *n_elems = NUM_ELEMS(rx->attributes); in scmi_pinctrl_attributes() 225 ext_name_flag = !!EXT_NAME_FLAG(rx->attributes); in scmi_pinctrl_attributes() 336 u32 attributes; in iter_pinctrl_settings_get_prepare_message() local 338 attributes = FIELD_PREP(SELECTOR_MASK, p->type); in iter_pinctrl_settings_get_prepare_message() 341 attributes |= FIELD_PREP(CONFIG_FLAG_MASK, 1) | in iter_pinctrl_settings_get_prepare_message() 344 attributes |= FIELD_PREP(CONFIG_TYPE_MASK, p->config_types[0]); in iter_pinctrl_settings_get_prepare_message() 347 msg->attributes = cpu_to_le32(attributes); in iter_pinctrl_settings_get_prepare_message() [all …]
|
H A D | clock.c | 52 __le32 attributes; member 82 __le32 attributes; member 88 __le32 attributes; member 102 __le32 attributes; member 172 u32 *attributes, bool *enabled, u32 *oem_val, 352 u32 attributes; in scmi_clock_attributes_get() local 369 attributes = le32_to_cpu(attr->attributes); in scmi_clock_attributes_get() 384 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_clock_attributes_get() 390 SUPPORTS_RATE_CHANGED_NOTIF(attributes)) in scmi_clock_attributes_get() 393 SUPPORTS_RATE_CHANGE_REQUESTED_NOTIF(attributes)) in scmi_clock_attributes_get() [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/firmware/qcom/ |
H A D | qcom_qseecom_uefisecapp.c | 77 u32 attributes; member 107 u32 attributes; member 191 u32 attributes; member 295 const efi_guid_t *guid, u32 *attributes, in qsee_uefi_get_variable() argument 380 if (attributes) in qsee_uefi_get_variable() 381 *attributes = rsp_data->attributes; in qsee_uefi_get_variable() 411 if (attributes) in qsee_uefi_get_variable() 412 *attributes = rsp_data->attributes; in qsee_uefi_get_variable() 426 const efi_guid_t *guid, u32 attributes, in qsee_uefi_set_variable() argument 477 req_data->attributes = attributes; in qsee_uefi_set_variable() [all …]
|
/linux/drivers/acpi/ |
H 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 …]
|