Home
last modified time | relevance | path

Searched refs:of_device_alloc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dof_platform.h52 extern struct platform_device *of_device_alloc(struct device_node *np,
/kernel/linux/linux-6.6/include/linux/
H A Dof_platform.h53 extern struct platform_device *of_device_alloc(struct device_node *np,
/kernel/linux/linux-5.10/drivers/of/
H A Dplatform.c102 * 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 Dplatform.c141 * 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 Dibmebus.c167 dev = of_device_alloc(dn, NULL, &ibmebus_bus_device); in ibmebus_create_device()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dibmebus.c173 dev = of_device_alloc(dn, NULL, &ibmebus_bus_device); in ibmebus_create_device()

Completed in 5 milliseconds