Searched defs:tmdev (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/drivers/thermal/qcom/ |
| D | tsens.c | 27 struct tsens_device *tmdev = s->tmdev; in tsens_get_temp() local 35 struct tsens_device *tmdev = s->tmdev; in tsens_get_trend() local 45 struct tsens_device *tmdev = dev_get_drvdata(dev); in tsens_suspend() local 55 struct tsens_device *tmdev = dev_get_drvdata(dev); in tsens_resume() local 88 static int tsens_register(struct tsens_device *tmdev) in tsens_register() 118 struct tsens_device *tmdev; in tsens_probe() local 189 struct tsens_device *tmdev = platform_get_drvdata(pdev); in tsens_remove() local
|
| D | tsens-8960.c | 68 static int suspend_8960(struct tsens_device *tmdev) in suspend_8960() 94 static int resume_8960(struct tsens_device *tmdev) in resume_8960() 124 static int enable_8960(struct tsens_device *tmdev, int id) in enable_8960() 150 static void disable_8960(struct tsens_device *tmdev) in disable_8960() 174 static int init_8960(struct tsens_device *tmdev) in init_8960() 224 static int calibrate_8960(struct tsens_device *tmdev) in calibrate_8960() 255 static int get_temp_8960(struct tsens_device *tmdev, int id, int *temp) in get_temp_8960()
|
| D | tsens-common.c | 54 void compute_intercept_slope(struct tsens_device *tmdev, u32 *p1, in compute_intercept_slope() 103 int get_temp_common(struct tsens_device *tmdev, int id, int *temp) in get_temp_common() 127 int __init init_common(struct tsens_device *tmdev) in init_common()
|
| D | tsens-v2.c | 15 static int get_temp_tsens_v2(struct tsens_device *tmdev, int id, int *temp) in get_temp_tsens_v2()
|
| D | tsens-8916.c | 51 static int calibrate_8916(struct tsens_device *tmdev) in calibrate_8916()
|
| D | tsens.h | 25 struct tsens_device *tmdev; member
|
| D | tsens-8974.c | 103 static int calibrate_8974(struct tsens_device *tmdev) in calibrate_8974()
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | sun8i_thermal.c | 61 struct ths_device *tmdev; member 93 static int sun8i_ths_calc_temp(struct ths_device *tmdev, in sun8i_ths_calc_temp() 99 static int sun50i_h5_calc_temp(struct ths_device *tmdev, in sun50i_h5_calc_temp() 113 struct ths_device *tmdev = s->tmdev; in sun8i_ths_get_temp() local 149 static int sun8i_h3_irq_ack(struct ths_device *tmdev) in sun8i_h3_irq_ack() 166 static int sun50i_h6_irq_ack(struct ths_device *tmdev) in sun50i_h6_irq_ack() 185 struct ths_device *tmdev = data; in sun8i_irq_thread() local 199 static int sun8i_h3_ths_calibrate(struct ths_device *tmdev, in sun8i_h3_ths_calibrate() 219 static int sun50i_h6_ths_calibrate(struct ths_device *tmdev, in sun50i_h6_ths_calibrate() 280 static int sun8i_ths_calibrate(struct ths_device *tmdev) in sun8i_ths_calibrate() [all …]
|