Lines Matching refs:match
1076 .match = platform_match,
1279 struct platform_device *match; in early_platform_driver_probe_id() local
1314 match = NULL; in early_platform_driver_probe_id()
1317 match = early_platform_match(epdrv, match_id); in early_platform_driver_probe_id()
1320 if (match) { in early_platform_driver_probe_id()
1326 if (!match->dev.init_name && slab_is_available()) { in early_platform_driver_probe_id()
1327 if (match->id != -1) in early_platform_driver_probe_id()
1328 match->dev.init_name = in early_platform_driver_probe_id()
1330 match->name, in early_platform_driver_probe_id()
1331 match->id); in early_platform_driver_probe_id()
1333 match->dev.init_name = in early_platform_driver_probe_id()
1335 match->name); in early_platform_driver_probe_id()
1337 if (!match->dev.init_name) in early_platform_driver_probe_id()
1341 if (epdrv->pdrv->probe(match)) in early_platform_driver_probe_id()
1343 class_str, match->name); in early_platform_driver_probe_id()