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

/linux-master/sound/pci/ac97/
H A Dac97_patch.h54 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template,
H A Dac97_codec.c1154 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, argument
1158 memcpy(&template, _template, sizeof(template));
/linux-master/drivers/hwmon/
H A Dnct6683.c372 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \
373 .attr = {.name = _template, .mode = _mode }, \
378 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \
379 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
383 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \
385 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
390 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \
392 = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \
395 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \
398 = SENSOR_DEVICE_TEMPLATE_2(_template, _mod
[all...]
H A Dnct6775-core.c1042 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \
1043 .attr = {.name = _template, .mode = _mode }, \
1048 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \
1049 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
1053 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \
1055 { .dev_attr = __TEMPLATE_ATTR(_template, _mode, _show, _store), \
1060 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \
1062 = SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, \
1065 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \
1068 = SENSOR_DEVICE_TEMPLATE_2(_template, _mod
[all...]
/linux-master/sound/soc/
H A Dsoc-core.c2393 * @_template: control template
2402 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, argument
2410 memcpy(&template, _template, sizeof(template));
/linux-master/include/sound/
H A Dsoc.h552 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template,

Completed in 287 milliseconds