Searched refs:pdev (Results 1 – 1 of 1) sorted by relevance
427 struct platform_node *pdev; in get_character_device_symlinks() local429 pdev = find_platform_device(uevent->path); in get_character_device_symlinks()430 if (!pdev) in get_character_device_symlinks()439 parent = strchr(uevent->path + pdev->path_len, '/'); in get_character_device_symlinks()476 struct platform_node *pdev; in get_block_device_symlinks() local484 pdev = find_platform_device(uevent->path); in get_block_device_symlinks()485 if (pdev) { in get_block_device_symlinks()486 device = pdev->name; in get_block_device_symlinks()