Lines Matching full:ntc
3 * ntc_thermistor.c - NTC Thermistors
70 * The following compensation tables are from the specification of Murata NTC
221 * The following compensation tables are from the specifications in EPCOS NTC
312 #define NTC_TYPE(ntc, compensation) \ argument
313 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
629 dev_err(dev, "Required data to use NTC driver not supplied.\n"); in ntc_thermistor_probe()
680 /* Usage of vendor name "ntc" is deprecated */
681 { .compatible = "ntc,ncp03wb473",
683 { .compatible = "ntc,ncp15wb473",
685 { .compatible = "ntc,ncp15wl333",
687 { .compatible = "ntc,ncp18wb473",
689 { .compatible = "ntc,ncp21wb473",
697 .name = "ntc-thermistor",
706 MODULE_DESCRIPTION("NTC Thermistor Driver");
709 MODULE_ALIAS("platform:ntc-thermistor");