Searched refs:of_platform_device_create_pdata (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | platform.c | 157 * of_platform_device_create_pdata - Alloc, initialize and register an of_device 166 static struct platform_device *of_platform_device_create_pdata( in of_platform_device_create_pdata() function 214 return of_platform_device_create_pdata(np, bus_id, NULL, parent); in of_platform_device_create() 392 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent); in of_platform_bus_create()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | platform.c | 191 * of_platform_device_create_pdata - Alloc, initialize and register an of_device 200 static struct platform_device *of_platform_device_create_pdata( in of_platform_device_create_pdata() function 248 return of_platform_device_create_pdata(np, bus_id, NULL, parent); in of_platform_device_create() 418 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent); in of_platform_bus_create()
|
Completed in 3 milliseconds