Searched refs:__TEMPLATE_ATTR (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | nct6683.c | 361 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 368 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 374 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|
D | nct6775.c | 1012 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 1019 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 1025 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|