Searched refs:the_hcd_pdev (Results 1 – 1 of 1) sorted by relevance
2600 static struct platform_device *the_hcd_pdev; variable2612 the_hcd_pdev = platform_device_alloc(driver_name, -1); in init()2613 if (!the_hcd_pdev) in init()2626 retval = platform_device_add(the_hcd_pdev); in init()2654 platform_device_del(the_hcd_pdev); in init()2662 platform_device_put(the_hcd_pdev); in init()2670 platform_device_unregister(the_hcd_pdev); in cleanup()