Home
last modified time | relevance | path

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

/linux-6.15/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()
1712 target_ep->offset, epcfgreg); in xudc_set_clear_feature()
1717 target_ep->offset, in xudc_set_clear_feature()
[all …]
H A Dfsl_udc_core.c1354 struct fsl_ep *target_ep; in ch9getstatus() local
1356 target_ep = get_ep_by_pipe(udc, get_pipe_by_windex(index)); in ch9getstatus()
1359 if (!target_ep->ep.desc) in ch9getstatus()
1361 tmp = dr_ep_get_stall(ep_index(target_ep), ep_is_in(target_ep)) in ch9getstatus()
H A Dfsl_qe_udc.c1965 struct qe_ep *target_ep = &udc->eps[pipe]; in ch9getstatus() local
1969 if (!target_ep->ep.desc) in ch9getstatus()
1974 if (target_ep->dir != USB_DIR_IN) in ch9getstatus()
1979 if (target_ep->dir != USB_DIR_OUT) in ch9getstatus()