Searched refs:zone_dev_attrs (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/powercap/
H A Dpowercap_sys.c304 power_zone->zone_dev_attrs[count++] =
306 power_zone->zone_dev_attrs[count++] =
309 power_zone->zone_dev_attrs[count++] =
312 power_zone->zone_dev_attrs[count++] =
315 power_zone->zone_dev_attrs[count++] =
318 power_zone->zone_dev_attrs[count++] =
321 power_zone->zone_dev_attrs[count++] =
364 power_zone->zone_dev_attrs[count++] = &dev_attr_name.attr;
366 power_zone->zone_dev_attrs[count++] =
373 power_zone->zone_dev_attrs[coun
[all...]
/linux-master/drivers/platform/x86/dell/
H A Dalienware-wmi.c218 static struct device_attribute *zone_dev_attrs; variable in typeref:struct:device_attribute
443 * - zone_dev_attrs num_zones + 1 is for individual zones and then
445 * - zone_attrs num_zones + 2 is for all attrs in zone_dev_attrs +
449 zone_dev_attrs =
452 if (!zone_dev_attrs)
471 sysfs_attr_init(&zone_dev_attrs[zone].attr);
472 zone_dev_attrs[zone].attr.name = name;
473 zone_dev_attrs[zone].attr.mode = 0644;
474 zone_dev_attrs[zone].show = zone_show;
475 zone_dev_attrs[zon
[all...]
/linux-master/include/linux/
H A Dpowercap.h122 * @zone_dev_attrs: Attributes associated with this device.
146 struct attribute **zone_dev_attrs; member in struct:powercap_zone

Completed in 580 milliseconds