the_hcd_pdev     2730 drivers/usb/gadget/udc/dummy_hcd.c static struct platform_device *the_hcd_pdev[MAX_NUM_UDC];
the_hcd_pdev     2751 drivers/usb/gadget/udc/dummy_hcd.c 		the_hcd_pdev[i] = platform_device_alloc(driver_name, i);
the_hcd_pdev     2752 drivers/usb/gadget/udc/dummy_hcd.c 		if (!the_hcd_pdev[i]) {
the_hcd_pdev     2755 drivers/usb/gadget/udc/dummy_hcd.c 				platform_device_put(the_hcd_pdev[i--]);
the_hcd_pdev     2774 drivers/usb/gadget/udc/dummy_hcd.c 		retval = platform_device_add_data(the_hcd_pdev[i], &dum[i],
the_hcd_pdev     2792 drivers/usb/gadget/udc/dummy_hcd.c 		retval = platform_device_add(the_hcd_pdev[i]);
the_hcd_pdev     2796 drivers/usb/gadget/udc/dummy_hcd.c 				platform_device_del(the_hcd_pdev[i--]);
the_hcd_pdev     2839 drivers/usb/gadget/udc/dummy_hcd.c 		platform_device_del(the_hcd_pdev[i]);
the_hcd_pdev     2851 drivers/usb/gadget/udc/dummy_hcd.c 		platform_device_put(the_hcd_pdev[i]);
the_hcd_pdev     2866 drivers/usb/gadget/udc/dummy_hcd.c 		platform_device_unregister(the_hcd_pdev[i]);