Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dhisi_thermal.c530 int (*platform_probe)(struct hisi_thermal_data *); in hisi_thermal_probe() local
541 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()
/Linux-v4.19/drivers/video/fbdev/mbx/
Dmbxfb.c72 int (*platform_probe) (struct fb_info * fb); member
912 mfbi->platform_probe = pdata->probe; in mbxfb_probe()
983 if (mfbi->platform_probe) in mbxfb_probe()
984 mfbi->platform_probe(fbi); in mbxfb_probe()