Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Ddummy_hcd.c2767 static struct platform_device *the_hcd_pdev[MAX_NUM_UDC]; variable
2788 the_hcd_pdev[i] = platform_device_alloc(driver_name, i); in dummy_hcd_init()
2789 if (!the_hcd_pdev[i]) { in dummy_hcd_init()
2792 platform_device_put(the_hcd_pdev[i--]); in dummy_hcd_init()
2811 retval = platform_device_add_data(the_hcd_pdev[i], &dum[i], in dummy_hcd_init()
2829 retval = platform_device_add(the_hcd_pdev[i]); in dummy_hcd_init()
2833 platform_device_del(the_hcd_pdev[i--]); in dummy_hcd_init()
2876 platform_device_del(the_hcd_pdev[i]); in dummy_hcd_init()
2888 platform_device_put(the_hcd_pdev[i]); in dummy_hcd_init()
2903 platform_device_unregister(the_hcd_pdev[i]); in dummy_hcd_cleanup()