Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/udc/
Ddummy_hcd.c2766 static struct platform_device *the_hcd_pdev[MAX_NUM_UDC]; variable
2787 the_hcd_pdev[i] = platform_device_alloc(driver_name, i); in init()
2788 if (!the_hcd_pdev[i]) { in init()
2791 platform_device_put(the_hcd_pdev[i--]); in init()
2810 retval = platform_device_add_data(the_hcd_pdev[i], &dum[i], in init()
2828 retval = platform_device_add(the_hcd_pdev[i]); in init()
2832 platform_device_del(the_hcd_pdev[i--]); in init()
2875 platform_device_del(the_hcd_pdev[i]); in init()
2887 platform_device_put(the_hcd_pdev[i]); in init()
2902 platform_device_unregister(the_hcd_pdev[i]); in cleanup()