Searched refs:ci_ep (Results 1 – 2 of 2) sorted by relevance
265 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_alloc_request() local269 if (ci_ep->desc) in ci_ep_alloc_request()270 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()289 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_free_request() local293 if (ci_ep->desc) in ci_ep_free_request()294 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()330 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_enable() local334 ci_ep->desc = desc; in ci_ep_enable()354 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_disable() local356 ci_ep->desc = NULL; in ci_ep_disable()[all …]
92 struct ci_ep { struct107 struct ci_ep ep[NUM_ENDPOINTS]; argument