Lines Matching full:ntc
3 * ntc_thermistor.c - NTC Thermistors
73 * The following compensation tables are from the specification of Murata NTC
261 * The following compensation tables are from the specifications in EPCOS NTC
352 #define NTC_TYPE(ntc, compensation) \
353 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
669 dev_err(dev, "Required data to use NTC driver not supplied.\n");
722 /* Usage of vendor name "ntc" is deprecated */
723 { .compatible = "ntc,ncp03wb473",
725 { .compatible = "ntc,ncp15wb473",
727 { .compatible = "ntc,ncp15wl333",
729 { .compatible = "ntc,ncp18wb473",
731 { .compatible = "ntc,ncp21wb473",
739 .name = "ntc-thermistor",
748 MODULE_DESCRIPTION("NTC Thermistor Driver");
751 MODULE_ALIAS("platform:ntc-thermistor");