Home
last modified time | relevance | path

Searched refs:attribute_group (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/Linux-v5.4/include/linux/
Dsysfs.h84 struct attribute_group { struct
147 static const struct attribute_group *_name##_groups[] = { \
153 static const struct attribute_group _name##_group = { \
277 const struct attribute_group *grp);
279 const struct attribute_group **groups);
281 const struct attribute_group **groups);
283 const struct attribute_group *grp);
285 const struct attribute_group *grp);
287 const struct attribute_group **groups);
293 const struct attribute_group *grp);
[all …]
Dlibnvdimm.h68 extern struct attribute_group nvdimm_bus_attribute_group;
69 extern struct attribute_group nvdimm_attribute_group;
70 extern struct attribute_group nd_device_attribute_group;
71 extern struct attribute_group nd_numa_attribute_group;
72 extern struct attribute_group nd_region_attribute_group;
73 extern struct attribute_group nd_mapping_attribute_group;
83 const struct attribute_group **attr_groups;
125 const struct attribute_group **attr_groups;
229 void *provider_data, const struct attribute_group **groups,
234 void *provider_data, const struct attribute_group **groups, in nvdimm_create()
Dcpu.h24 struct attribute_group;
47 extern int cpu_add_dev_attr_group(struct attribute_group *attrs);
48 extern void cpu_remove_dev_attr_group(struct attribute_group *attrs);
70 const struct attribute_group **groups,
Dmdev.h80 const struct attribute_group **dev_attr_groups;
81 const struct attribute_group **mdev_attr_groups;
82 struct attribute_group **supported_type_groups;
Ddevice.h119 const struct attribute_group **bus_groups;
120 const struct attribute_group **dev_groups;
121 const struct attribute_group **drv_groups;
386 const struct attribute_group **groups;
387 const struct attribute_group **dev_groups;
540 const struct attribute_group **groups);
542 const struct attribute_group **groups);
577 const struct attribute_group **class_groups;
578 const struct attribute_group **dev_groups;
795 const struct attribute_group **groups;
[all …]
/Linux-v5.4/drivers/hwmon/
Dvexpress-hwmon.c84 const struct attribute_group **attr_groups;
95 static struct attribute_group vexpress_hwmon_group_volt = {
101 .attr_groups = (const struct attribute_group *[]) {
115 static struct attribute_group vexpress_hwmon_group_amp = {
121 .attr_groups = (const struct attribute_group *[]) {
134 static struct attribute_group vexpress_hwmon_group_temp = {
140 .attr_groups = (const struct attribute_group *[]) {
153 static struct attribute_group vexpress_hwmon_group_power = {
159 .attr_groups = (const struct attribute_group *[]) {
172 static struct attribute_group vexpress_hwmon_group_energy = {
[all …]
/Linux-v5.4/drivers/nvmem/
Dnvmem-sysfs.c116 static const struct attribute_group nvmem_bin_rw_group = {
121 static const struct attribute_group *nvmem_rw_dev_groups[] = {
140 static const struct attribute_group nvmem_bin_ro_group = {
145 static const struct attribute_group *nvmem_ro_dev_groups[] = {
165 static const struct attribute_group nvmem_bin_rw_root_group = {
170 static const struct attribute_group *nvmem_rw_root_dev_groups[] = {
189 static const struct attribute_group nvmem_bin_ro_root_group = {
194 static const struct attribute_group *nvmem_ro_root_dev_groups[] = {
199 const struct attribute_group **nvmem_sysfs_get_groups( in nvmem_sysfs_get_groups()
/Linux-v5.4/fs/sysfs/
Dgroup.c20 const struct attribute_group *grp) in remove_files()
35 const struct attribute_group *grp, int update) in create_files()
108 const struct attribute_group *grp) in internal_create_group()
172 const struct attribute_group *grp) in sysfs_create_group()
179 const struct attribute_group **groups) in internal_create_groups()
212 const struct attribute_group **groups) in sysfs_create_groups()
230 const struct attribute_group **groups) in sysfs_update_groups()
255 const struct attribute_group *grp) in sysfs_update_group()
270 const struct attribute_group *grp) in sysfs_remove_group()
305 const struct attribute_group **groups) in sysfs_remove_groups()
[all …]
/Linux-v5.4/drivers/rtc/
Dsysfs.c297 static struct attribute_group rtc_attr_group = {
302 static const struct attribute_group *rtc_attr_groups[] = {
307 const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups()
312 int rtc_add_groups(struct rtc_device *rtc, const struct attribute_group **grps) in rtc_add_groups()
315 const struct attribute_group **groups, **old; in rtc_add_groups()
347 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp) in rtc_add_group()
349 const struct attribute_group *groups[] = { grp, NULL }; in rtc_add_group()
Drtc-core.h42 const struct attribute_group **rtc_get_dev_attribute_groups(void);
44 static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups()
/Linux-v5.4/drivers/ptp/
Dptp_private.h44 struct attribute_group pin_attr_group;
46 const struct attribute_group *pin_attr_groups[2];
87 extern const struct attribute_group *ptp_groups[];
/Linux-v5.4/include/linux/iio/
Dbuffer_impl.h103 struct attribute_group *scan_el_attrs;
112 struct attribute_group buffer_group;
118 struct attribute_group scan_el_group;
/Linux-v5.4/drivers/scsi/ufs/
Dufs-sysfs.h15 extern const struct attribute_group ufs_sysfs_unit_descriptor_group;
16 extern const struct attribute_group ufs_sysfs_lun_attributes_group;
/Linux-v5.4/drivers/rapidio/
Drio.h50 extern const struct attribute_group *rio_dev_groups[];
51 extern const struct attribute_group *rio_bus_groups[];
52 extern const struct attribute_group *rio_mport_groups[];
Drio-sysfs.c278 static const struct attribute_group rio_dev_group = {
284 const struct attribute_group *rio_dev_groups[] = {
319 static const struct attribute_group rio_bus_group = {
323 const struct attribute_group *rio_bus_groups[] = {
359 static const struct attribute_group rio_mport_group = {
363 const struct attribute_group *rio_mport_groups[] = {
/Linux-v5.4/drivers/iommu/
Diommu-sysfs.c22 static const struct attribute_group devices_attr_group = {
27 static const struct attribute_group *dev_groups[] = {
56 const struct attribute_group **groups, in iommu_device_sysfs_add()
/Linux-v5.4/drivers/iio/trigger/
Diio-trig-sysfs.c71 static const struct attribute_group iio_sysfs_trig_group = {
75 static const struct attribute_group *iio_sysfs_trig_groups[] = {
118 static const struct attribute_group iio_sysfs_trigger_attr_group = {
122 static const struct attribute_group *iio_sysfs_trigger_attr_groups[] = {
/Linux-v5.4/arch/x86/events/
Dmsr.c135 static struct attribute_group group_therm = {
156 static struct attribute_group events_attr_group = {
166 static struct attribute_group format_attr_group = {
171 static const struct attribute_group *attr_groups[] = {
177 static const struct attribute_group *attr_update[] = {
Dprobe.h8 struct attribute_group *grp;
24 static struct attribute_group group_##_name = { \
/Linux-v5.4/arch/x86/events/intel/
Dcstate.c184 static struct attribute_group core_events_attr_group = {
195 static struct attribute_group core_format_attr_group = {
208 static struct attribute_group cpumask_attr_group = {
212 static const struct attribute_group *core_attr_groups[] = {
263 static struct attribute_group pkg_events_attr_group = {
273 static struct attribute_group pkg_format_attr_group = {
280 static const struct attribute_group *pkg_attr_groups[] = {
452 static const struct attribute_group *core_attr_update[] = {
460 static const struct attribute_group *pkg_attr_update[] = {
Drapl.c394 static struct attribute_group rapl_pmu_attr_group = {
428 static struct attribute_group rapl_pmu_events_group = {
439 static struct attribute_group rapl_pmu_format_group = {
444 static const struct attribute_group *rapl_attr_groups[] = {
458 static struct attribute_group rapl_events_cores_group = {
470 static struct attribute_group rapl_events_pkg_group = {
482 static struct attribute_group rapl_events_ram_group = {
494 static struct attribute_group rapl_events_gpu_group = {
506 static struct attribute_group rapl_events_psys_group = {
637 static const struct attribute_group *rapl_attr_update[] = {
/Linux-v5.4/drivers/staging/most/dim2/
Dsysfs.c31 static struct attribute_group dev_attr_group = {
35 static const struct attribute_group *dev_attr_groups[] = {
/Linux-v5.4/arch/x86/events/amd/
Dpower.c163 static struct attribute_group pmu_attr_group = {
185 static struct attribute_group pmu_events_group = {
197 static struct attribute_group pmu_format_group = {
202 static const struct attribute_group *attr_groups[] = {
/Linux-v5.4/drivers/perf/
Dxgene_pmu.c99 const struct attribute_group **attr_groups;
205 static const struct attribute_group l3c_pmu_format_attr_group = {
210 static const struct attribute_group iob_pmu_format_attr_group = {
215 static const struct attribute_group mcb_pmu_format_attr_group = {
220 static const struct attribute_group mc_pmu_format_attr_group = {
250 static const struct attribute_group l3c_pmu_v3_format_attr_group = {
255 static const struct attribute_group iob_pmu_v3_format_attr_group = {
260 static const struct attribute_group iob_slow_pmu_v3_format_attr_group = {
265 static const struct attribute_group mcb_pmu_v3_format_attr_group = {
270 static const struct attribute_group mc_pmu_v3_format_attr_group = {
[all …]
/Linux-v5.4/drivers/base/
Dcpu.c181 static struct attribute_group crash_note_cpu_attr_group = {
186 static const struct attribute_group *common_cpu_attr_groups[] = {
193 static const struct attribute_group *hotplugable_cpu_attr_groups[] = {
415 const struct attribute_group **groups, in __cpu_device_create()
450 const struct attribute_group **groups, in cpu_device_create()
487 static struct attribute_group cpu_root_attr_group = {
491 static const struct attribute_group *cpu_root_attr_groups[] = {
591 static const struct attribute_group cpu_root_vulnerabilities_group = {

12345678910>>...35