Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/of/
Dplatform.c189 struct platform_device *of_platform_device_create_pdata( in of_platform_device_create_pdata() function
237 return of_platform_device_create_pdata(np, bus_id, NULL, parent); in of_platform_device_create()
372 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent); in of_platform_bus_create()