Home
last modified time | relevance | path

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

/linux/sound/pci/ac97/
H A Dac97_patch.h54 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template,
/linux/drivers/hwmon/
H A Dnct6775-core.c1042 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument
1043 .attr = {.name = _template, .mode = _mode }, \
1048 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument
1049 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
1053 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument
1055 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
1060 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument
1062 = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \
1065 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
1068 = SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \
/linux/sound/soc/
H A Dsoc-core.c2426 * @_template: control template
2435 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, in snd_soc_cnew()
2443 memcpy(&template, _template, sizeof(template)); in snd_soc_cnew()
2431 snd_soc_cnew(const struct snd_kcontrol_new * _template,void * data,const char * long_name,const char * prefix) snd_soc_cnew() argument