Searched defs:_template (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | nct6683.c | 367 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument 373 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument 378 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument 385 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument 390 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
|
D | nct6775.c | 1145 #define __TEMPLATE_ATTR(_template, _mode, _show, _store) { \ argument 1151 #define SENSOR_DEVICE_TEMPLATE(_template, _mode, _show, _store, _index) \ argument 1156 #define SENSOR_DEVICE_TEMPLATE_2(_template, _mode, _show, _store, \ argument 1163 #define SENSOR_TEMPLATE(_name, _template, _mode, _show, _store, _index) \ argument 1168 #define SENSOR_TEMPLATE_2(_name, _template, _mode, _show, _store, \ argument
|
/Linux-v4.19/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-v4.19/sound/soc/ |
D | soc-core.c | 2278 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, in snd_soc_cnew()
|