Home
last modified time | relevance | path

Searched refs:TOTAL_ATTRS (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dcoretemp.c58 #define TOTAL_ATTRS (MAX_CORE_ATTRS + 1) macro
95 struct sensor_device_attribute sd_attrs[TOTAL_ATTRS];
96 char attr_name[TOTAL_ATTRS][CORETEMP_NAME_LENGTH];
97 struct attribute *attrs[TOTAL_ATTRS + 1];
396 static ssize_t (*const rd_ptr[TOTAL_ATTRS]) (struct device *dev, in create_core_attrs()
400 static const char *const suffixes[TOTAL_ATTRS] = { in create_core_attrs()