Searched refs:MAX_NUM_UDC (Results 1 – 1 of 1) sorted by relevance
2730 #define MAX_NUM_UDC 2 macro2731 static struct platform_device *the_udc_pdev[MAX_NUM_UDC];2732 static struct platform_device *the_hcd_pdev[MAX_NUM_UDC];2738 struct dummy *dum[MAX_NUM_UDC]; in init()2746 if (mod_data.num < 1 || mod_data.num > MAX_NUM_UDC) { in init()2748 MAX_NUM_UDC); in init()