Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dntc_thermistor.c302 struct ntc_type { struct
310 static const struct ntc_type ntc_type[] = { argument
687 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe()
693 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe()
694 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe()