Searched refs:pdev (Results 1 – 1 of 1) sorted by relevance
483 struct platform_node *pdev; in get_character_device_symlinks() local485 pdev = find_platform_device(uevent->path); in get_character_device_symlinks()486 if (!pdev) in get_character_device_symlinks()495 parent = strchr(uevent->path + pdev->path_len, '/'); in get_character_device_symlinks()531 struct platform_node *pdev; in get_block_device_symlinks() local539 pdev = find_platform_device(uevent->path); in get_block_device_symlinks()540 if (pdev) { in get_block_device_symlinks()541 device = pdev->name; in get_block_device_symlinks()