Searched refs:tshut (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap2/
H A Dpm.h142 extern void omap_pm_setup_oscillator(u32 tstart, u32 tshut);
143 extern void omap_pm_get_oscillator(u32 *tstart, u32 *tshut);
146 static inline void omap_pm_setup_oscillator(u32 tstart, u32 tshut) { } omap_pm_get_oscillator() argument
147 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } omap_pm_setup_sr_i2c_pcb_length() argument
H A Dpm.c59 void omap_pm_setup_oscillator(u32 tstart, u32 tshut) omap_pm_setup_oscillator() argument
62 oscillator.shutdown_time = tshut; omap_pm_setup_oscillator()
65 void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) omap_pm_get_oscillator() argument
67 if (!tstart || !tshut) omap_pm_get_oscillator()
71 *tshut = oscillator.shutdown_time; omap_pm_get_oscillator()
H A Dvc.c387 u32 tstart, tshut, clksetup, voltoffset; omap3_set_off_timings() local
392 omap_pm_get_oscillator(&tstart, &tshut); omap3_set_off_timings()
512 u32 tstart, tshut; omap4_set_timings() local
535 omap_pm_get_oscillator(&tstart, &tshut); omap4_set_timings()
539 val |= omap4_usec_to_val_scrm(tshut, OMAP4_DOWNTIME_SHIFT, omap4_set_timings()
/linux-4.4.14/drivers/thermal/
H A Drockchip_thermal.c41 * the system Temperature Sensors tshut(tshut) polarity
42 * the bit 8 is tshut polarity.
93 /* The hardware-controlled tshut property */
542 if (of_property_read_u32(np, "rockchip,hw-tshut-temp", &shut_temp)) { rockchip_configure_from_dt()
544 "Missing tshut temp property, using default %d\n", rockchip_configure_from_dt()
549 dev_err(dev, "Invalid tshut temperature specified: %d\n", rockchip_configure_from_dt()
556 if (of_property_read_u32(np, "rockchip,hw-tshut-mode", &tshut_mode)) { rockchip_configure_from_dt()
558 "Missing tshut mode property, using default (%s)\n", rockchip_configure_from_dt()
567 dev_err(dev, "Invalid tshut mode specified: %d\n", rockchip_configure_from_dt()
572 if (of_property_read_u32(np, "rockchip,hw-tshut-polarity", rockchip_configure_from_dt()
575 "Missing tshut-polarity property, using default (%s)\n", rockchip_configure_from_dt()
584 dev_err(dev, "Invalid tshut-polarity specified: %d\n", rockchip_configure_from_dt()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c1114 * ti_bandgap_tshut_init() - setup and initialize tshut handling
1134 status = gpio_request(gpio_nr, "tshut"); ti_bandgap_tshut_init()
1146 IRQF_TRIGGER_RISING, "tshut", NULL); ti_bandgap_tshut_init()
1253 dev_err(&pdev->dev, "invalid gpio for tshut (%d)\n", ti_bandgap_build()
1285 "failed to initialize system tshut IRQ\n"); ti_bandgap_probe()
H A Dti-bandgap.h207 * @tshut_threshold: bandgap tshut register value

Completed in 214 milliseconds