templates         516 drivers/hwmon/hwmon.c 	const char * const *templates;
templates         523 drivers/hwmon/hwmon.c 	templates = __templates[info->type];
templates         538 drivers/hwmon/hwmon.c 					  templates[attr], ops);
templates         388 drivers/hwmon/nct6683.c 	struct sensor_device_template **templates;
templates         409 drivers/hwmon/nct6683.c 	t = tg->templates;
templates         434 drivers/hwmon/nct6683.c 		t = tg->templates;
templates         706 drivers/hwmon/nct6683.c 	.templates = nct6683_attributes_in_template,
templates         777 drivers/hwmon/nct6683.c 	.templates = nct6683_attributes_fan_template,
templates         905 drivers/hwmon/nct6683.c 	.templates = nct6683_attributes_temp_template,
templates         967 drivers/hwmon/nct6683.c 	.templates = nct6683_attributes_pwm_template,
templates        1275 drivers/hwmon/nct6775.c 	struct sensor_device_template **templates;
templates        1296 drivers/hwmon/nct6775.c 	t = tg->templates;
templates        1321 drivers/hwmon/nct6775.c 		t = tg->templates;
templates        2084 drivers/hwmon/nct6775.c 	.templates = nct6775_attributes_in_template,
templates        2305 drivers/hwmon/nct6775.c 	.templates = nct6775_attributes_fan_template,
templates        2517 drivers/hwmon/nct6775.c 	.templates = nct6775_attributes_temp_template,
templates        3391 drivers/hwmon/nct6775.c 	.templates = nct6775_attributes_pwm_template,
templates        7629 drivers/scsi/qla2xxx/qla_init.c 	uint templates, segments, fragment;
templates        7698 drivers/scsi/qla2xxx/qla_init.c 	templates = (risc_attr & BIT_9) ? 2 : 1;
templates        7699 drivers/scsi/qla2xxx/qla_init.c 	ql_dbg(ql_dbg_init, vha, 0x0160, "-> templates = %u\n", templates);
templates        7700 drivers/scsi/qla2xxx/qla_init.c 	for (j = 0; j < templates; j++, fwdt++) {
templates        7875 drivers/scsi/qla2xxx/qla_init.c 	uint templates, segments, fragment;
templates        7955 drivers/scsi/qla2xxx/qla_init.c 	templates = (risc_attr & BIT_9) ? 2 : 1;
templates        7956 drivers/scsi/qla2xxx/qla_init.c 	ql_dbg(ql_dbg_init, vha, 0x0170, "-> templates = %u\n", templates);
templates        7957 drivers/scsi/qla2xxx/qla_init.c 	for (j = 0; j < templates; j++, fwdt++) {
templates         603 tools/perf/util/pmu.c 	const char *templates[] = {
templates         613 tools/perf/util/pmu.c 	for (template = templates; *template; template++) {