Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c2618 static struct platform_device *the_udc_pdev[MAX_NUM_UDC]; variable
2649 the_udc_pdev[i] = platform_device_alloc(gadget_name, i); in init()
2650 if (!the_udc_pdev[i]) { in init()
2653 platform_device_put(the_udc_pdev[i--]); in init()
2667 retval = platform_device_add_data(the_udc_pdev[i], &dum[i], in init()
2702 retval = platform_device_add(the_udc_pdev[i]); in init()
2706 platform_device_del(the_udc_pdev[i]); in init()
2712 if (!platform_get_drvdata(the_udc_pdev[i])) { in init()
2725 platform_device_del(the_udc_pdev[i]); in init()
2737 platform_device_put(the_udc_pdev[i]); in init()
[all …]