_template 358 drivers/hwmon/nct6683.c #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ _template 359 drivers/hwmon/nct6683.c .attr = {.name = _template, .mode = _mode }, \ _template 364 drivers/hwmon/nct6683.c #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ _template 365 drivers/hwmon/nct6683.c { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ _template 369 drivers/hwmon/nct6683.c #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ _template 371 drivers/hwmon/nct6683.c { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ _template 376 drivers/hwmon/nct6683.c #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ _template 378 drivers/hwmon/nct6683.c = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \ _template 381 drivers/hwmon/nct6683.c #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ _template 384 drivers/hwmon/nct6683.c = SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ _template 1245 drivers/hwmon/nct6775.c #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ _template 1246 drivers/hwmon/nct6775.c .attr = {.name = _template, .mode = _mode }, \ _template 1251 drivers/hwmon/nct6775.c #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ _template 1252 drivers/hwmon/nct6775.c { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ _template 1256 drivers/hwmon/nct6775.c #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ _template 1258 drivers/hwmon/nct6775.c { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \ _template 1263 drivers/hwmon/nct6775.c #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ _template 1265 drivers/hwmon/nct6775.c = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \ _template 1268 drivers/hwmon/nct6775.c #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ _template 1271 drivers/hwmon/nct6775.c = SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ _template 564 include/sound/soc.h struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, _template 1155 sound/pci/ac97/ac97_codec.c static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, _template 1159 sound/pci/ac97/ac97_codec.c memcpy(&template, _template, sizeof(template)); _template 54 sound/pci/ac97/ac97_patch.h static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, _template 2246 sound/soc/soc-core.c struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, _template 2254 sound/soc/soc-core.c memcpy(&template, _template, sizeof(template));