Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2752 static struct platform_device *the_udc_pdev[MAX_NUM_UDC]; variable
2783 the_udc_pdev[i] = platform_device_alloc(gadget_name, i); in init()
2784 if (!the_udc_pdev[i]) { in init()
2787 platform_device_put(the_udc_pdev[i--]); in init()
2801 retval = platform_device_add_data(the_udc_pdev[i], &dum[i], in init()
2836 retval = platform_device_add(the_udc_pdev[i]); in init()
2840 platform_device_del(the_udc_pdev[i--]); in init()
2846 if (!platform_get_drvdata(the_udc_pdev[i])) { in init()
2859 platform_device_del(the_udc_pdev[i]); in init()
2871 platform_device_put(the_udc_pdev[i]); in init()
[all …]