Home
last modified time | relevance | path

Searched refs:thm (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
A Dsprd_thermal.c163 ratio += thm->ratio_sign * thm->ratio_off; in sprd_thm_sensor_calibration()
347 thm = devm_kzalloc(&pdev->dev, sizeof(*thm), GFP_KERNEL); in sprd_thm_probe()
348 if (!thm) in sprd_thm_probe()
351 thm->var_data = pdata; in sprd_thm_probe()
353 if (IS_ERR(thm->base)) in sprd_thm_probe()
357 if (thm->nr_sensors == 0 || thm->nr_sensors > SPRD_THM_MAX_SENSOR) { in sprd_thm_probe()
363 if (IS_ERR(thm->clk)) { in sprd_thm_probe()
379 thm->ratio_sign = -1; in sprd_thm_probe()
381 thm->ratio_sign = 1; in sprd_thm_probe()
394 sen->data = thm; in sprd_thm_probe()
[all …]
/linux/drivers/net/ethernet/freescale/fman/
A Dfman_memac.c319 u32 thm; /* 0x37C tx messages counter */ member

Completed in 9 milliseconds