Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Dthermal_mmio.c44 int (*sensor_init_func)(struct platform_device *pdev, in thermal_mmio_probe() local
59 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
60 if (sensor_init_func) { in thermal_mmio_probe()
61 ret = sensor_init_func(pdev, sensor); in thermal_mmio_probe()