Home
last modified time | relevance | path

Searched refs:the_hcd_pdev (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c2600 static struct platform_device *the_hcd_pdev; variable
2612 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()