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

/system/core/init/
H A Ddevices.c376 struct platform_node *pdev; local
378 pdev = find_platform_device(uevent->path);
379 if (!pdev)
388 parent = strchr(uevent->path + pdev->path_len, '/');
425 struct platform_node *pdev; local
437 pdev = find_platform_device(uevent->path);
438 if (!pdev)
440 device = pdev->name;

Completed in 45 milliseconds