Searched refs:__TEMPLATE_ATTR (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | nct6683.c | 367 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 374 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 380 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|
D | nct6775.c | 1145 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 1152 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 1158 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|