Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dda9062-thermal.c50 struct da9062_thermal { struct
63 struct da9062_thermal *thermal = container_of(work, in da9062_thermal_poll_on() argument
64 struct da9062_thermal, in da9062_thermal_poll_on()
120 struct da9062_thermal *thermal = data; in da9062_thermal_irq_handler()
131 struct da9062_thermal *thermal = thermal_zone_device_priv(z); in da9062_thermal_get_temp()
162 struct da9062_thermal *thermal; in da9062_thermal_probe()
185 thermal = devm_kzalloc(&pdev->dev, sizeof(struct da9062_thermal), in da9062_thermal_probe()
244 struct da9062_thermal *thermal = platform_get_drvdata(pdev); in da9062_thermal_remove()