Home
last modified time | relevance | path

Searched refs:endpt (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/mic/scif/
Dscif_epd.c47 void scif_teardown_ep(void *endpt) in scif_teardown_ep() argument
49 struct scif_endpt *ep = endpt; in scif_teardown_ep()
Dscif_epd.h182 void scif_teardown_ep(void *endpt);
Dscif_fd.c140 scif_epd_t *ep = (scif_epd_t *)&request.endpt; in scif_fdioctl()
/drivers/usb/core/
Ddevio.c690 struct usb_endpoint_descriptor *endpt; in findintfep() local
701 endpt = &alts->endpoint[e].desc; in findintfep()
702 if (endpt->bEndpointAddress == ep) in findintfep()