Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_platform.h51 extern struct platform_device *of_device_alloc(struct device_node *np,
/linux/drivers/of/
H A Dplatform.c97 struct platform_device *of_device_alloc(struct device_node *np, in of_device_alloc() function
139 EXPORT_SYMBOL(of_device_alloc);
165 dev = of_device_alloc(np, bus_id, parent); in of_platform_device_create_pdata()