Searched refs:MAX_NUM_UDC (Results 1 – 1 of 1) sorted by relevance
2617 #define MAX_NUM_UDC 2 macro2618 static struct platform_device *the_udc_pdev[MAX_NUM_UDC];2619 static struct platform_device *the_hcd_pdev[MAX_NUM_UDC];2625 struct dummy *dum[MAX_NUM_UDC]; in init()2633 if (mod_data.num < 1 || mod_data.num > MAX_NUM_UDC) { in init()2635 MAX_NUM_UDC); in init()