Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_mmio.c43 int (*sensor_init_func)(struct platform_device *pdev, in thermal_mmio_probe() local
57 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
58 if (sensor_init_func) { in thermal_mmio_probe()
59 ret = sensor_init_func(pdev, sensor); in thermal_mmio_probe()