Searched defs:_template (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | nct6683.c | 361 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument 367 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument 372 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument 379 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument 384 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
|
D | nct6775.c | 1012 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument 1018 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument 1023 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument 1030 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument 1035 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_codec.c | 1175 static struct snd_kcontrol *snd_ac97_cnew(const struct snd_kcontrol_new *_template, in snd_ac97_cnew()
|
/linux-4.4.14/sound/soc/ |
D | soc-core.c | 1868 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, in snd_soc_cnew()
|