Searched refs:of_device_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_platform.h | 52 extern struct platform_device *of_device_alloc(struct device_node *np,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_platform.h | 53 extern struct platform_device *of_device_alloc(struct device_node *np,
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | platform.c | 102 * of_device_alloc - Allocate and initialize an of_device 107 struct platform_device *of_device_alloc(struct device_node *np, in of_device_alloc() function 154 EXPORT_SYMBOL(of_device_alloc); variable 178 dev = of_device_alloc(np, bus_id, parent); in of_platform_device_create_pdata()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | platform.c | 141 * of_device_alloc - Allocate and initialize an of_device 146 struct platform_device *of_device_alloc(struct device_node *np, in of_device_alloc() function 188 EXPORT_SYMBOL(of_device_alloc); variable 212 dev = of_device_alloc(np, bus_id, parent); in of_platform_device_create_pdata()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | ibmebus.c | 167 dev = of_device_alloc(dn, NULL, &ibmebus_bus_device); in ibmebus_create_device()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | ibmebus.c | 173 dev = of_device_alloc(dn, NULL, &ibmebus_bus_device); in ibmebus_create_device()
|
Completed in 5 milliseconds