Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dntc_thermistor.c346 struct ntc_type { struct
354 static const struct ntc_type ntc_type[] = { argument
674 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe()
680 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe()
681 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe()