ntc_type          310 drivers/hwmon/ntc_thermistor.c static const struct ntc_type ntc_type[] = {
ntc_type          687 drivers/hwmon/ntc_thermistor.c 	if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) {
ntc_type          693 drivers/hwmon/ntc_thermistor.c 	data->comp   = ntc_type[pdev_id->driver_data].comp;
ntc_type          694 drivers/hwmon/ntc_thermistor.c 	data->n_comp = ntc_type[pdev_id->driver_data].n_comp;