Searched refs:templates (Results 1 - 7 of 7) sorted by relevance

/linux-master/Documentation/sphinx/
H A Dtranslations.py83 html_content = app.builder.templates.render('translations.html',
/linux-master/drivers/hwmon/
H A Dhwmon.c444 * Chip attributes are not attribute templates but actual sysfs attributes.
655 const char * const *templates; local
664 templates = __templates[type];
665 template = templates[attr];
696 const char * const *templates; local
703 templates = __templates[info->type];
718 templates[attr], ops);
H A Dnct6683.c402 struct sensor_device_template **templates; member in struct:sensor_template_group
423 t = tg->templates;
448 t = tg->templates;
709 .templates = nct6683_attributes_in_template,
780 .templates = nct6683_attributes_fan_template,
908 .templates = nct6683_attributes_temp_template,
970 .templates = nct6683_attributes_pwm_template,
H A Dnct6775-core.c1072 struct sensor_device_template **templates; member in struct:sensor_template_group
1091 t = tg->templates;
1116 t = tg->templates;
1949 .templates = nct6775_attributes_in_template,
2185 .templates = nct6775_attributes_fan_template,
2416 .templates = nct6775_attributes_temp_template,
3409 .templates = nct6775_attributes_pwm_template,
4384 tsi_temp_tg.templates = nct6775_tsi_temp_template;
/linux-master/tools/perf/util/
H A Dpmu.c693 const char *templates[] = { local
704 for (template = templates; *template; template++) {
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c8409 uint templates, segments, fragment; local
8478 templates = (risc_attr & BIT_9) ? 2 : 1;
8479 ql_dbg(ql_dbg_init, vha, 0x0160, "-> templates = %u\n", templates);
8480 for (j = 0; j < templates; j++, fwdt++) {
8654 uint templates, segments, fragment; local
8734 templates = (risc_attr & BIT_9) ? 2 : 1;
8735 ql_dbg(ql_dbg_init, vha, 0x0170, "-> templates = %u\n", templates);
8736 for (j = 0; j < templates;
[all...]
/linux-master/tools/perf/
H A DMakefile.config1222 template_dir = share/perf-core/templates

Completed in 151 milliseconds