Lines Matching full:ntc
3 * ntc_thermistor.c - NTC Thermistors
69 * The following compensation tables are from the specification of Murata NTC
220 * The following compensation tables are from the specifications in EPCOS NTC
311 #define NTC_TYPE(ntc, compensation) \ argument
312 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
628 dev_err(dev, "Required data to use NTC driver not supplied.\n"); in ntc_thermistor_probe()
679 /* Usage of vendor name "ntc" is deprecated */
680 { .compatible = "ntc,ncp03wb473",
682 { .compatible = "ntc,ncp15wb473",
684 { .compatible = "ntc,ncp15wl333",
686 { .compatible = "ntc,ncp18wb473",
688 { .compatible = "ntc,ncp21wb473",
696 .name = "ntc-thermistor",
705 MODULE_DESCRIPTION("NTC Thermistor Driver");
708 MODULE_ALIAS("platform:ntc-thermistor");