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

/system/core/init/
H A Ddevices.c448 struct platform_node *pdev; local
450 pdev = find_platform_device(uevent->path);
451 if (!pdev)
460 parent = strchr(uevent->path + pdev->path_len, '/');
497 struct platform_node *pdev; local
510 pdev = find_platform_device(uevent->path);
511 if (pdev) {
512 device = pdev->name;

Completed in 20 milliseconds