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

/drivers/usb/gadget/
H A Ds3c2410_udc.h48 static const char *const ep_name[] = { variable
54 #define S3C2410_ENDPOINTS ARRAY_SIZE(ep_name)
H A Ddummy_hcd.c126 static const char *const ep_name[] = { variable
141 #define DUMMY_ENDPOINTS ARRAY_SIZE(ep_name)
950 if (!ep_name[i])
952 ep->ep.name = ep_name[i];
1707 if (!ep_name[i])
H A Dfsl_qe_udc.c57 static const char *const ep_name[] = { variable
1602 if (!_ep || !desc || ep->desc || _ep->name == ep_name[0] ||
2499 strcpy(ep->name, ep_name[pipe_num]);
2500 ep->ep.name = ep_name[pipe_num];
H A Dnet2272.c56 static const char * const ep_name[] = { variable
1226 t1, ep_name[(t1 & 0x01) + 1],
1400 ep->ep.name = ep_name[i];
H A Dnet2280.c78 static const char *const ep_name [] = { variable
1794 ep->ep.name = ep_name [tmp];
/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c40 char ep_name[EP_NAME_SIZE]; member in struct:usbhsg_uep
973 snprintf(uep->ep_name, EP_NAME_SIZE, "ep%d", i);
975 uep->ep.name = uep->ep_name;

Completed in 106 milliseconds