Lines Matching full:ntc
3 * ntc_thermistor.c - NTC Thermistors
65 * The following compensation tables are from the specification of Murata NTC
216 * The following compensation tables are from the specifications in EPCOS NTC
307 #define NTC_TYPE(ntc, compensation) \ argument
308 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
366 /* Usage of vendor name "ntc" is deprecated */
367 { .compatible = "ntc,ncp03wb473",
369 { .compatible = "ntc,ncp15wb473",
371 { .compatible = "ntc,ncp15wl333",
373 { .compatible = "ntc,ncp18wb473",
375 { .compatible = "ntc,ncp21wb473",
712 .name = "ntc-thermistor",
721 MODULE_DESCRIPTION("NTC Thermistor Driver");
724 MODULE_ALIAS("platform:ntc-thermistor");