Searched refs:ep_type_names (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/common/
H A Dcommon.c22 static const char *const ep_type_names[] = { variable
37 if (ep_type < 0 || ep_type >= ARRAY_SIZE(ep_type_names))
40 return ep_type_names[ep_type];

Completed in 128 milliseconds