Searched refs:platform_probe (Results 1 – 2 of 2) sorted by relevance
530 int (*platform_probe)(struct hisi_thermal_data *); in hisi_thermal_probe() local541 platform_probe = of_device_get_match_data(dev); in hisi_thermal_probe()542 if (!platform_probe) { in hisi_thermal_probe()547 ret = platform_probe(data); in hisi_thermal_probe()
72 int (*platform_probe) (struct fb_info * fb); member912 mfbi->platform_probe = pdata->probe; in mbxfb_probe()983 if (mfbi->platform_probe) in mbxfb_probe()984 mfbi->platform_probe(fbi); in mbxfb_probe()