/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | hwmon.c | 393 * Chip attributes are not attribute templates but actual sysfs attributes. 593 const char * const *templates; in hwmon_notify_event() local 602 templates = __templates[type]; in hwmon_notify_event() 603 template = templates[attr]; in hwmon_notify_event() 633 const char * const *templates; in hwmon_genattrs() local 640 templates = __templates[info->type]; in hwmon_genattrs() 655 templates[attr], ops); in hwmon_genattrs()
|
H A D | nct6683.c | 388 struct sensor_device_template **templates; member 409 t = tg->templates; in nct6683_create_attr_group() 434 t = tg->templates; in nct6683_create_attr_group() 706 .templates = nct6683_attributes_in_template, 777 .templates = nct6683_attributes_fan_template, 905 .templates = nct6683_attributes_temp_template, 967 .templates = nct6683_attributes_pwm_template,
|
H A D | nct6775.c | 1275 struct sensor_device_template **templates; member 1296 t = tg->templates; in nct6775_create_attr_group() 1321 t = tg->templates; in nct6775_create_attr_group() 2084 .templates = nct6775_attributes_in_template, 2305 .templates = nct6775_attributes_fan_template, 2517 .templates = nct6775_attributes_temp_template, 3391 .templates = nct6775_attributes_pwm_template,
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | hwmon.c | 444 * Chip attributes are not attribute templates but actual sysfs attributes. 652 const char * const *templates; in hwmon_notify_event() local 661 templates = __templates[type]; in hwmon_notify_event() 662 template = templates[attr]; in hwmon_notify_event() 693 const char * const *templates; in hwmon_genattrs() local 700 templates = __templates[info->type]; in hwmon_genattrs() 715 templates[attr], ops); in hwmon_genattrs()
|
H A D | nct6683.c | 400 struct sensor_device_template **templates; member 421 t = tg->templates; in nct6683_create_attr_group() 446 t = tg->templates; in nct6683_create_attr_group() 707 .templates = nct6683_attributes_in_template, 778 .templates = nct6683_attributes_fan_template, 906 .templates = nct6683_attributes_temp_template, 968 .templates = nct6683_attributes_pwm_template,
|
H A D | nct6775-core.c | 1072 struct sensor_device_template **templates; member 1091 t = tg->templates; in nct6775_add_template_attr_group() 1116 t = tg->templates; in nct6775_add_template_attr_group() 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; in nct6775_probe()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 608 const char *templates[] = { in pmu_cpumask() local 618 for (template = templates; *template; template++) { in pmu_cpumask()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 690 const char *templates[] = { in pmu_cpumask() local 701 for (template = templates; *template; template++) { in pmu_cpumask()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 7917 uint templates, segments, fragment; in qla24xx_load_risc_flash() local 7986 templates = (risc_attr & BIT_9) ? 2 : 1; in qla24xx_load_risc_flash() 7987 ql_dbg(ql_dbg_init, vha, 0x0160, "-> templates = %u\n", templates); in qla24xx_load_risc_flash() 7988 for (j = 0; j < templates; j++, fwdt++) { in qla24xx_load_risc_flash() 8164 uint templates, segments, fragment; in qla24xx_load_risc_blob() local 8244 templates = (risc_attr & BIT_9) ? 2 : 1; in qla24xx_load_risc_blob() 8245 ql_dbg(ql_dbg_init, vha, 0x0170, "-> templates = %u\n", templates); in qla24xx_load_risc_blob() 8246 for (j = 0; j < templates; in qla24xx_load_risc_blob() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 8407 uint templates, segments, fragment; in qla24xx_load_risc_flash() local 8476 templates = (risc_attr & BIT_9) ? 2 : 1; in qla24xx_load_risc_flash() 8477 ql_dbg(ql_dbg_init, vha, 0x0160, "-> templates = %u\n", templates); in qla24xx_load_risc_flash() 8478 for (j = 0; j < templates; j++, fwdt++) { in qla24xx_load_risc_flash() 8652 uint templates, segments, fragment; in qla24xx_load_risc_blob() local 8732 templates = (risc_attr & BIT_9) ? 2 : 1; in qla24xx_load_risc_blob() 8733 ql_dbg(ql_dbg_init, vha, 0x0170, "-> templates = %u\n", templates); in qla24xx_load_risc_blob() 8734 for (j = 0; j < templates; in qla24xx_load_risc_blob() [all...] |