Searched refs:__TEMPLATE_ATTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
D | nct6683.c | 372 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 379 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 385 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|
D | nct6775-core.c | 1042 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 1049 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 1055 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|