Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 2001) sorted by relevance

12345678910>>...81

/linux/fs/bcachefs/
A Dsysfs.h9 struct attribute;
12 extern struct attribute *bch2_fs_files[];
13 extern struct attribute *bch2_fs_counters_files[];
14 extern struct attribute *bch2_fs_internal_files[];
15 extern struct attribute *bch2_fs_opts_dir_files[];
16 extern struct attribute *bch2_fs_time_stats_files[];
17 extern struct attribute *bch2_dev_files[];
30 static struct attribute *bch2_fs_files[] = {};
31 static struct attribute *bch2_fs_counters_files[] = {};
32 static struct attribute *bch2_fs_internal_files[] = {};
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-devices-power13 The /sys/devices/.../power/wakeup attribute allows the user
39 The /sys/devices/.../power/control attribute allows the user
89 states, this attribute is empty.
101 states, this attribute is empty.
113 up the system from sleep states, this attribute is empty.
123 from sleep states, this attribute is not present. If the
125 this attribute is empty.
172 up the system from sleep states, this attribute is empty.
184 from sleep states, this attribute is empty.
190 The /sys/devices/.../power/autosuspend_delay_ms attribute
[all …]
A Dsysfs-devices-lpss_ltr14 The /sys/devices/.../lpss_ltr/ltr_mode attribute contains an
18 This attribute is read-only. If the device's runtime PM status
19 is not "active", attempts to read from this attribute cause
26 The /sys/devices/.../lpss_ltr/auto_ltr attribute contains the
30 This attribute is read-only. If the device's runtime PM status
31 is not "active", attempts to read from this attribute cause
38 The /sys/devices/.../lpss_ltr/auto_ltr attribute contains the
42 This attribute is read-only. If the device's runtime PM status
43 is not "active", attempts to read from this attribute cause
A Dsysfs-class-firmware-attributes17 This attribute is mandatory.
39 This attribute is mandatory.
97 [ReadOnlyIf:<attribute>=<value>]
98 [ReadOnlyIfNot:<attribute>=<value>]
99 [SuppressIf:<attribute>=<value>]
100 [SuppressIfNot:<attribute>=<value>]
172 This attribute is mandatory.
176 This attribute is mandatory.
343 attribute changes applied
353 attribute.
[all …]
/linux/samples/kobject/
A Dkset-example.c39 struct attribute attr;
53 struct attribute *attr, in foo_attr_show()
56 struct foo_attribute *attribute; in foo_attr_show() local
59 attribute = to_foo_attr(attr); in foo_attr_show()
62 if (!attribute->show) in foo_attr_show()
65 return attribute->show(foo, attribute, buf); in foo_attr_show()
73 struct attribute *attr, in foo_attr_store()
76 struct foo_attribute *attribute; in foo_attr_store() local
79 attribute = to_foo_attr(attr); in foo_attr_store()
82 if (!attribute->store) in foo_attr_store()
[all …]
/linux/drivers/hid/
A Dhid-sensor-custom.c303 attribute = &sensor_inst->fields[field_index].attribute; in show_value()
304 report_id = attribute->report_id; in show_value()
319 if (i + attribute->size > ret) { in show_value()
325 switch (attribute->size) { in show_value()
328 i += attribute->size; in show_value()
332 i += attribute->size; in show_value()
336 i += attribute->size; in show_value()
497 sensor_field->attribute.index = index; in hid_sensor_custom_add_field()
508 sensor_field->attribute.index, in hid_sensor_custom_add_field()
509 sensor_field->attribute.attrib_id); in hid_sensor_custom_add_field()
[all …]
/linux/sound/pci/asihpi/
A Dhpicmn.c325 if (phm->u.c.attribute == HPI_METER_PEAK) { in hpi_check_control_cache_single()
345 if (phm->u.c.attribute == HPI_VOLUME_GAIN) { in hpi_check_control_cache_single()
379 if (phm->u.c.attribute == HPI_LEVEL_GAIN) { in hpi_check_control_cache_single()
386 if (phm->u.c.attribute == HPI_TUNER_FREQ) in hpi_check_control_cache_single()
388 else if (phm->u.c.attribute == HPI_TUNER_BAND) in hpi_check_control_cache_single()
411 if (phm->u.c.attribute == HPI_AESEBUTX_FORMAT) in hpi_check_control_cache_single()
456 attribute)))) { in hpi_check_control_cache_single()
469 attribute) - 1; in hpi_check_control_cache_single()
517 phm->u.c.attribute); in hpi_check_control_cache_single()
560 if (phm->u.c.attribute == HPI_VOLUME_GAIN) { in hpi_cmn_control_cache_sync_to_msg_single()
[all …]
/linux/drivers/staging/greybus/
A Daudio_manager_module.c22 struct attribute attr;
32 struct attribute *attr, char *buf) in gb_audio_module_attr_show()
34 struct gb_audio_manager_module_attribute *attribute; in gb_audio_module_attr_show() local
37 attribute = to_gb_audio_module_attr(attr); in gb_audio_module_attr_show()
40 if (!attribute->show) in gb_audio_module_attr_show()
43 return attribute->show(module, attribute, buf); in gb_audio_module_attr_show()
47 struct attribute *attr, in gb_audio_module_attr_store()
50 struct gb_audio_manager_module_attribute *attribute; in gb_audio_module_attr_store() local
53 attribute = to_gb_audio_module_attr(attr); in gb_audio_module_attr_store()
56 if (!attribute->store) in gb_audio_module_attr_store()
[all …]
/linux/Documentation/userspace-api/netlink/
A Dnetlink-raw.rst89 A sub-message attribute uses the value of another attribute as a selector key to
97 and we encounter the following attribute spec:
118 attribute-set: linkinfo-bridge-attrs
121 attribute-set: linkinfo-gre-attrs
124 attribute-set: linkinfo-geneve-attrs
126 This would decode the attribute value as a sub-message with the attribute-set
127 called ``linkinfo-gre-attrs`` as the attribute space.
132 ``fixed-header``, ``attribute-set`` or both together:
145 attribute-set: tc-cake-attrs
149 attribute-set: tc-netem-attrs
[all …]
A Dspecs.rst19 - policy tables for input attribute validation
143 attribute-sets
205 and ``1`` for the first attribute in the attribute set.
227 use this attribute.
232 Identifies the attribute space for attributes nested within given attribute.
292 to by the ``attribute-set`` property.
326 :ref:`attribute values<assign_val>`.
328 attribute-set
366 Message attribute list
404 attribute types.
[all …]
/linux/include/linux/
A Dsysfs.h30 struct attribute { struct
97 struct attribute *, int);
100 struct attribute **attrs;
294 struct attribute attr;
405 const struct attribute *attr,
412 const struct attribute *attr);
552 const struct attribute *attr) in sysfs_break_active_protection()
562 const struct attribute *attr, in sysfs_remove_file_ns()
568 const struct attribute *attr) in sysfs_remove_file_self()
765 const struct attribute *attr) in sysfs_create_file()
[all …]
/linux/drivers/media/pci/mgb4/
A Dmgb4_sysfs.h12 extern struct attribute *mgb4_pci_attrs[];
13 extern struct attribute *mgb4_fpdl3_in_attrs[];
14 extern struct attribute *mgb4_gmsl_in_attrs[];
15 extern struct attribute *mgb4_fpdl3_out_attrs[];
16 extern struct attribute *mgb4_gmsl_out_attrs[];
/linux/arch/powerpc/platforms/powernv/
A Dopal-elog.c31 struct attribute attr;
96 struct attribute *attr, in elog_attr_show()
99 struct elog_attribute *attribute; in elog_attr_show() local
102 attribute = to_elog_attr(attr); in elog_attr_show()
105 if (!attribute->show) in elog_attr_show()
108 return attribute->show(elog, attribute, buf); in elog_attr_show()
112 struct attribute *attr, in elog_attr_store()
115 struct elog_attribute *attribute; in elog_attr_store() local
118 attribute = to_elog_attr(attr); in elog_attr_store()
121 if (!attribute->store) in elog_attr_store()
[all …]
A Dopal-dump.c31 struct attribute attr;
160 struct attribute *attr, in dump_attr_show()
163 struct dump_attribute *attribute; in dump_attr_show() local
166 attribute = to_dump_attr(attr); in dump_attr_show()
169 if (!attribute->show) in dump_attr_show()
172 return attribute->show(dump, attribute, buf); in dump_attr_show()
176 struct attribute *attr, in dump_attr_store()
179 struct dump_attribute *attribute; in dump_attr_store() local
182 attribute = to_dump_attr(attr); in dump_attr_store()
185 if (!attribute->store) in dump_attr_store()
[all …]
/linux/drivers/dma-buf/
A Ddma-buf-sysfs-stats.c54 struct attribute attr;
61 struct attribute *attr, in dma_buf_stats_attribute_show()
64 struct dma_buf_stats_attribute *attribute; in dma_buf_stats_attribute_show() local
68 attribute = to_dma_buf_stats_attr(attr); in dma_buf_stats_attribute_show()
72 if (!dmabuf || !attribute->show) in dma_buf_stats_attribute_show()
75 return attribute->show(dmabuf, attribute, buf); in dma_buf_stats_attribute_show()
100 static struct attribute *dma_buf_stats_default_attrs[] = {
/linux/Documentation/hwmon/
A Dibmpowernv.rst18 'hwmon' populates the 'sysfs' tree having attribute files, each for a given
19 sensor type and its attribute data.
22 the DT maps to an attribute file in 'sysfs'. The node exports unique 'sensor-id'
44 sub-group. In POWER9, this attribute corresponds to
45 each OCC. Using this attribute each OCC can be asked to
57 sub-group. In POWER9, this attribute corresponds to
58 each OCC. Using this attribute each OCC can be asked to
68 sub-group. In POWER9, this attribute corresponds to
69 each OCC. Using this attribute each OCC can be asked to
79 sub-group. In POWER9, this attribute corresponds to
[all …]
/linux/Documentation/admin-guide/pm/
A Dintel_uncore_frequency_scaling.rst44 Out of reset, this attribute represent the maximum possible frequency.
45 This is a read-only attribute. If users adjust max_freq_khz,
50 This is a read-only attribute. If users adjust min_freq_khz,
54 This attribute is used to set the maximum uncore frequency.
57 This attribute is used to set the minimum uncore frequency.
60 This attribute is used to get the current uncore frequency.
92 This attribute is used to get the power domain id of this instance.
98 This attribute is used to get the package id of this instance.
138 floor frequency will be used (elc_floor_freq_khz attribute below)
156 threshold. This attribute is in percentages of CPU utilization.
[all …]
/linux/Documentation/netlink/specs/
A Dnftables.yaml229 attribute-sets:
1263 attribute-set: rule-attrs
1321 attribute-set: set-attrs
1331 attribute-set: set-attrs
1345 attribute-set: set-attrs
1355 attribute-set: set-attrs
1423 attribute-set: gen-attrs
1437 attribute-set: obj-attrs
1447 attribute-set: obj-attrs
1461 attribute-set: obj-attrs
[all …]
A Dnfsd.yaml9 attribute-sets:
133 attribute-set: rpc-status
153 attribute-set: server
165 attribute-set: server
176 attribute-set: server-proto
185 attribute-set: server-proto
193 attribute-set: server-sock
202 attribute-set: server-sock
210 attribute-set: pool-mode
219 attribute-set: pool-mode
/linux/drivers/perf/arm_cspmu/
A Dnvidia_cspmu.c44 struct attribute **event_attr;
45 struct attribute **format_attr;
48 static struct attribute *scf_pmu_event_attrs[] = {
160 static struct attribute *mcf_pmu_event_attrs[] = {
179 static struct attribute *generic_pmu_event_attrs[] = {
184 static struct attribute *scf_pmu_format_attrs[] = {
189 static struct attribute *pcie_pmu_format_attrs[] = {
212 static struct attribute **
220 static struct attribute **
259 struct attribute **event_attr;
[all …]
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.h93 struct attribute attr;
111 struct attribute attr;
132 struct attribute attr;
159 struct attribute attr_gpuid;
160 struct attribute attr_name;
161 struct attribute attr_props;
178 struct attribute attr_genid;
179 struct attribute attr_props;
/linux/Documentation/scsi/
A Dtcm_qla2xxx.rst7 tcm_qla2xxx jam_host attribute
9 There is now a new module endpoint attribute called jam_host
10 attribute::
14 This attribute and accompanying code is only included if the
19 Use this attribute to control the discarding of SCSI commands to a
25 Setting a boolean of 1 for the jam_host attribute for a particular host
/linux/arch/arm/kernel/
A Defi.c19 if (md->attribute & EFI_MEMORY_RO) in set_permissions()
21 if (md->attribute & EFI_MEMORY_XP) in set_permissions()
62 if (md->attribute & EFI_MEMORY_WB) in efi_create_mapping()
64 else if (md->attribute & EFI_MEMORY_WT) in efi_create_mapping()
66 else if (md->attribute & EFI_MEMORY_WC) in efi_create_mapping()
76 if (md->attribute & (EFI_MEMORY_RO | EFI_MEMORY_XP)) in efi_create_mapping()
/linux/Documentation/filesystems/ext4/
A Dattributes.rst11 all attribute names begin with “user”; this restriction seems to have
18 available for in-inode extended attribute storage. The second place
21 block to contain a pointer to a second extended attribute block (or even
23 attribute's value to be stored in a separate data block, though as of
46 The beginning of an extended attribute block is in
76 - Checksum of the extended attribute block.
83 of the extended attribute block, and the entire block (header +
126 - Length of attribute value.
130 - Hash value of attribute name and attribute value. The kernel doesn't
155 is matched against the attribute name index. If a match is found, the
[all …]
/linux/Documentation/netlink/
A Dnetlink-raw.yaml21 required: [ name, doc, attribute-sets, operations ]
174 attribute-sets:
175 description: Definition of attribute spaces for this family.
178 description: Definition of a single attribute space.
222 description: The netlink attribute type
228 description: Documentation of the attribute.
266 description: Min length for a binary attribute.
353 attribute-set:
415 attribute-set:
426 description: Kernel attribute validation flags.
[all …]

Completed in 53 milliseconds

12345678910>>...81