Searched refs:templates (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/ci/ |
| A D | gitlab-ci.yml | 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit c6aeb16f86e32525fa630fb99c66c4f3e62fc3cb 77 - project: 'freedesktop/ci-templates' 78 ref: *ci-templates-commit 80 - '/templates/alpine.yml' 81 - '/templates/debian.yml' 82 - '/templates/fedora.yml' 83 - '/templates/ci-fairy.yml'
|
| A D | container.yml | 3 …CI_REPOSITORY_URL: ${DRM_CI_PROJECT_URL}.git # So ci-templates clones drm-ci instead of the repo t…
|
| /drivers/hwmon/ |
| A D | hwmon.c | 762 const char * const *templates; in hwmon_notify_event() local 771 templates = __templates[type]; in hwmon_notify_event() 772 template = templates[attr]; in hwmon_notify_event() 803 const char * const *templates; in hwmon_genattrs() local 810 templates = __templates[info->type]; in hwmon_genattrs() 822 if (attr >= template_size || !templates[attr]) in hwmon_genattrs() 825 templates[attr], ops); in hwmon_genattrs()
|
| A D | nct6683.c | 405 struct sensor_device_template **templates; member 426 t = tg->templates; in nct6683_create_attr_group() 451 t = tg->templates; in nct6683_create_attr_group() 712 .templates = nct6683_attributes_in_template, 783 .templates = nct6683_attributes_fan_template, 911 .templates = nct6683_attributes_temp_template, 973 .templates = nct6683_attributes_pwm_template,
|
| 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, 3408 .templates = nct6775_attributes_pwm_template, 4383 tsi_temp_tg.templates = nct6775_tsi_temp_template; in nct6775_probe()
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_init.c | 8449 uint templates, segments, fragment; in qla24xx_load_risc_flash() local 8528 templates = (risc_attr & BIT_9) ? 2 : 1; in qla24xx_load_risc_flash() 8529 ql_dbg(ql_dbg_init, vha, 0x0160, "-> templates = %u\n", templates); in qla24xx_load_risc_flash() 8530 for (j = 0; j < templates; j++, fwdt++) { in qla24xx_load_risc_flash() 8708 uint templates, segments, fragment; in qla24xx_load_risc_blob() local 8788 templates = (risc_attr & BIT_9) ? 2 : 1; in qla24xx_load_risc_blob() 8789 ql_dbg(ql_dbg_init, vha, 0x0170, "-> templates = %u\n", templates); in qla24xx_load_risc_blob() 8790 for (j = 0; j < templates; j++, fwdt++) { in qla24xx_load_risc_blob()
|
Completed in 890 milliseconds