Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dudc-xilinx.c1601 struct xusb_ep *target_ep; in xudc_getstatus() local
1621 target_ep = &udc->ep[epnum]; in xudc_getstatus()
1622 epcfgreg = udc->read_fn(udc->addr + target_ep->offset); in xudc_getstatus()
1625 if (!target_ep->is_in) in xudc_getstatus()
1628 if (target_ep->is_in) in xudc_getstatus()
1658 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 in xudc_set_clear_feature()
[all...]
H A Dfsl_udc_core.c1350 struct fsl_ep *target_ep; in ch9getstatus() local
1352 target_ep = get_ep_by_pipe(udc, get_pipe_by_windex(index)); in ch9getstatus()
1355 if (!target_ep->ep.desc) in ch9getstatus()
1357 tmp = dr_ep_get_stall(ep_index(target_ep), ep_is_in(target_ep)) in ch9getstatus()
H A Dfsl_qe_udc.c1953 struct qe_ep *target_ep; in ch9getstatus() local
1958 target_ep = &udc->eps[pipe]; in ch9getstatus()
1961 if (!target_ep->ep.desc) in ch9getstatus()
1966 if (target_ep->dir != USB_DIR_IN) in ch9getstatus()
1971 if (target_ep->dir != USB_DIR_OUT) in ch9getstatus()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dudc-xilinx.c1605 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
1697 target_ep = &udc->ep[endpoint]; in xudc_set_clear_feature()
1703 if (outinbit != target_ep->is_in) { in xudc_set_clear_feature()
1707 epcfgreg = udc->read_fn(udc->addr + target_ep->offset); in xudc_set_clear_feature()
1712 target_ep in xudc_set_clear_feature()
[all...]
H A Dfsl_udc_core.c1349 struct fsl_ep *target_ep; in ch9getstatus() local
1351 target_ep = get_ep_by_pipe(udc, get_pipe_by_windex(index)); in ch9getstatus()
1354 if (!target_ep->ep.desc) in ch9getstatus()
1356 tmp = dr_ep_get_stall(ep_index(target_ep), ep_is_in(target_ep)) in ch9getstatus()
H A Dfsl_qe_udc.c1964 struct qe_ep *target_ep = &udc->eps[pipe]; in ch9getstatus() local
1968 if (!target_ep->ep.desc) in ch9getstatus()
1973 if (target_ep->dir != USB_DIR_IN) in ch9getstatus()
1978 if (target_ep->dir != USB_DIR_OUT) in ch9getstatus()

Completed in 28 milliseconds