Home
last modified time | relevance | path

Searched refs:_template (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hwmon/
A Dnct6683.c369 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument
370 .attr = {.name = _template, .mode = _mode }, \
375 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument
376 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
380 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument
382 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
387 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument
389 = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \
392 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
395 = SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \
A Dnct6775.c1351 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument
1352 .attr = {.name = _template, .mode = _mode }, \
1357 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument
1358 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
1362 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument
1364 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
1369 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument
1371 = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \
1374 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
1377 = SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \
/linux/sound/pci/ac97/
A Dac97_patch.h54 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template,
A Dac97_codec.c1155 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, in snd_ac97_cnew() argument
1159 memcpy(&template, _template, sizeof(template)); in snd_ac97_cnew()
/linux/sound/soc/
A Dsoc-core.c2180 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, in snd_soc_cnew() argument
2188 memcpy(&template, _template, sizeof(template)); in snd_soc_cnew()
/linux/include/sound/
A Dsoc.h520 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template,

Completed in 684 milliseconds