Home
last modified time | relevance | path

Searched refs:ntc_type (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/hwmon/
Dntc_thermistor.c307 struct ntc_type { struct
315 static const struct ntc_type ntc_type[] = { variable
635 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe()
641 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe()
642 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe()