Searched refs:MAX_NUM_UDC (Results 1 – 1 of 1) sorted by relevance
2765 #define MAX_NUM_UDC 32 macro2766 static struct platform_device *the_udc_pdev[MAX_NUM_UDC];2767 static struct platform_device *the_hcd_pdev[MAX_NUM_UDC];2773 struct dummy *dum[MAX_NUM_UDC] = {}; in dummy_hcd_init()2781 if (mod_data.num < 1 || mod_data.num > MAX_NUM_UDC) { in dummy_hcd_init()2783 MAX_NUM_UDC); in dummy_hcd_init()