Home
last modified time | relevance | path

Searched refs:__templates (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dhwmon.c563 static const char * const *__templates[] = { variable
597 if (type >= ARRAY_SIZE(__templates)) in hwmon_notify_event()
602 templates = __templates[type]; in hwmon_notify_event()
637 if (info->type >= ARRAY_SIZE(__templates)) in hwmon_genattrs()
640 templates = __templates[info->type]; in hwmon_genattrs()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dhwmon.c620 static const char * const *__templates[] = { variable
656 if (type >= ARRAY_SIZE(__templates)) in hwmon_notify_event()
661 templates = __templates[type]; in hwmon_notify_event()
697 if (info->type >= ARRAY_SIZE(__templates)) in hwmon_genattrs()
700 templates = __templates[info->type]; in hwmon_genattrs()

Completed in 3 milliseconds