Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dplatform_device.h288 struct early_platform_driver { struct
300 extern int early_platform_driver_register(struct early_platform_driver *epdrv, argument
319 static __initdata struct early_platform_driver early_driver = { \
/Linux-v4.19/drivers/base/
Dplatform.c1214 int __init early_platform_driver_register(struct early_platform_driver *epdrv, in early_platform_driver_register()
1322 early_platform_match(struct early_platform_driver *epdrv, int id) in early_platform_match()
1339 static int __init early_platform_left(struct early_platform_driver *epdrv, in early_platform_left()
1362 struct early_platform_driver *epdrv; in early_platform_driver_probe_id()