Home
last modified time | relevance | path

Searched refs:target_ep (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-xilinx.c1607 struct xusb_ep *target_ep; in xudc_getstatus() local
1625 target_ep = &udc->ep[epnum]; in xudc_getstatus()
1626 epcfgreg = udc->read_fn(udc->addr + target_ep->offset); in xudc_getstatus()
1629 if (!target_ep->is_in) in xudc_getstatus()
1632 if (target_ep->is_in) in xudc_getstatus()
1662 struct xusb_ep *target_ep; in xudc_set_clear_feature() local
1692 target_ep = &udc->ep[endpoint]; in xudc_set_clear_feature()
1697 if (outinbit != target_ep->is_in) { in xudc_set_clear_feature()
1701 epcfgreg = udc->read_fn(udc->addr + target_ep->offset); in xudc_set_clear_feature()
1706 target_ep->offset, epcfgreg); in xudc_set_clear_feature()
[all …]
Dfsl_udc_core.c1348 struct fsl_ep *target_ep; in ch9getstatus() local
1350 target_ep = get_ep_by_pipe(udc, get_pipe_by_windex(index)); in ch9getstatus()
1353 if (!target_ep->ep.desc) in ch9getstatus()
1355 tmp = dr_ep_get_stall(ep_index(target_ep), ep_is_in(target_ep)) in ch9getstatus()
Dfsl_qe_udc.c1966 struct qe_ep *target_ep = &udc->eps[pipe]; in ch9getstatus() local
1970 if (!target_ep->ep.desc) in ch9getstatus()
1975 if (target_ep->dir != USB_DIR_IN) in ch9getstatus()
1980 if (target_ep->dir != USB_DIR_OUT) in ch9getstatus()