Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c2619 static struct platform_device *the_hcd_pdev[MAX_NUM_UDC]; variable
2640 the_hcd_pdev[i] = platform_device_alloc(driver_name, i); in init()
2641 if (!the_hcd_pdev[i]) { in init()
2644 platform_device_put(the_hcd_pdev[i--]); in init()
2663 retval = platform_device_add_data(the_hcd_pdev[i], &dum[i], in init()
2681 retval = platform_device_add(the_hcd_pdev[i]); in init()
2685 platform_device_del(the_hcd_pdev[i--]); in init()
2728 platform_device_del(the_hcd_pdev[i]); in init()
2740 platform_device_put(the_hcd_pdev[i]); in init()
2755 platform_device_unregister(the_hcd_pdev[i]); in cleanup()