Lines Matching refs:data
118 /* ths have no data yet */
184 static irqreturn_t sun8i_irq_thread(int irq, void *data)
186 struct ths_device *tmdev = data;
235 * The calibration data on the H6 is the ambient temperature and
251 * Calibration data is CALIBRATE_DEFAULT - (calculated
262 * still work without calibration, although the data
292 * Even if the external calibration data stored in sid is
294 * the data won't be so accurate.
301 * So here we do not return error if the calibration data is
322 static void sun8i_ths_reset_control_assert(void *data)
324 reset_control_assert(data);
449 /* thermal data interrupt enable */
610 { .compatible = "allwinner,sun8i-a83t-ths", .data = &sun8i_a83t_ths },
611 { .compatible = "allwinner,sun8i-h3-ths", .data = &sun8i_h3_ths },
612 { .compatible = "allwinner,sun8i-r40-ths", .data = &sun8i_r40_ths },
613 { .compatible = "allwinner,sun50i-a64-ths", .data = &sun50i_a64_ths },
614 { .compatible = "allwinner,sun50i-a100-ths", .data = &sun50i_a100_ths },
615 { .compatible = "allwinner,sun50i-h5-ths", .data = &sun50i_h5_ths },
616 { .compatible = "allwinner,sun50i-h6-ths", .data = &sun50i_h6_ths },