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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c2410_udc.h58 static const char *const ep_name[] = { variable
64 #define S3C2410_ENDPOINTS ARRAY_SIZE(ep_name)
H A Ddummy_hcd.c122 static const char *const ep_name [] = { variable
137 #define DUMMY_ENDPOINTS ARRAY_SIZE(ep_name)
769 if (!ep_name [i])
771 ep->ep.name = ep_name [i];
1230 if (!ep_name [i])
H A Df_mass_storage.c690 #define START_TRANSFER_OR(common, ep_name, req, pbusy, state) \
692 start_transfer((common)->fsg, (common)->fsg->ep_name, \
696 #define START_TRANSFER(common, ep_name, req, pbusy, state) \
697 START_TRANSFER_OR(common, ep_name, req, pbusy, state) (void)0
H A Dfsl_qe_udc.c57 static const char *const ep_name[] = { variable
1586 if (!_ep || !desc || ep->desc || _ep->name == ep_name[0] ||
2479 strcpy(ep->name, ep_name[pipe_num]);
2480 ep->ep.name = ep_name[pipe_num];
H A Dnet2280.c87 static const char *const ep_name [] = { variable
1828 ep->ep.name = ep_name [tmp];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpimsgx.c414 char *ep_name; local
424 ep_name = "HPI_6000";
426 ep_name = "HPI_6205";
428 ep_name = "unknown";
430 HPI_DEBUG_LOG(ERROR, "HPI %s response - error# %d\n", ep_name,

Completed in 195 milliseconds