Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/common/
H A Dcommon.c21 static const char *const ep_type_names[] = { variable
36 if (ep_type < 0 || ep_type >= ARRAY_SIZE(ep_type_names)) in usb_ep_type_string()
39 return ep_type_names[ep_type]; in usb_ep_type_string()
/kernel/linux/linux-6.6/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)) in usb_ep_type_string()
40 return ep_type_names[ep_type]; in usb_ep_type_string()

Completed in 2 milliseconds