Lines Matching refs:match
998 .match = platform_match,
1201 struct platform_device *match; in early_platform_driver_probe_id() local
1236 match = NULL; in early_platform_driver_probe_id()
1239 match = early_platform_match(epdrv, match_id); in early_platform_driver_probe_id()
1242 if (match) { in early_platform_driver_probe_id()
1248 if (!match->dev.init_name && slab_is_available()) { in early_platform_driver_probe_id()
1249 if (match->id != -1) in early_platform_driver_probe_id()
1250 match->dev.init_name = in early_platform_driver_probe_id()
1252 match->name, in early_platform_driver_probe_id()
1253 match->id); in early_platform_driver_probe_id()
1255 match->dev.init_name = in early_platform_driver_probe_id()
1257 match->name); in early_platform_driver_probe_id()
1259 if (!match->dev.init_name) in early_platform_driver_probe_id()
1263 if (epdrv->pdrv->probe(match)) in early_platform_driver_probe_id()
1265 class_str, match->name); in early_platform_driver_probe_id()