Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c209 static const struct of_device_id ntc_match[] = { variable
236 MODULE_DEVICE_TABLE(of, ntc_match);
294 #define ntc_match NULL macro
505 of_match_device(of_match_ptr(ntc_match), &pdev->dev); in ntc_thermistor_probe()
625 .of_match_table = of_match_ptr(ntc_match),