Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dcoretemp.c52 TOTAL_ATTRS = ATTR_TTARGET + 1 /* Maximum no of possible attrs */ enumerator
83 struct device_attribute sd_attrs[TOTAL_ATTRS];
84 char attr_name[TOTAL_ATTRS][CORETEMP_NAME_LENGTH];
85 struct attribute *attrs[TOTAL_ATTRS + 1];
425 static ssize_t (*const rd_ptr[TOTAL_ATTRS]) (struct device *dev, in create_core_attrs()
429 static const char *const suffixes[TOTAL_ATTRS] = { in create_core_attrs()