Searched refs:sensor_init_func (Results 1 – 1 of 1) sorted by relevance
44 int (*sensor_init_func)(struct platform_device *pdev, in thermal_mmio_probe() local59 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()