Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c306 struct ntc_type { struct
314 static const struct ntc_type ntc_type[] = { variable
634 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe()
640 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe()
641 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe()