Searched refs:__TEMPLATE_ATTR (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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 | 921 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ macro 928 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ 934 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
|