Home
last modified time | relevance | path

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

/openbmc/linux/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.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()
/openbmc/qemu/linux-user/
H A Dsyscall.c13091 struct target_epoll_event *target_ep; in _syscall2() local
13095 ep.events = tswap32(target_ep->events); in _syscall2()
13101 ep.data.u64 = tswap64(target_ep->data.u64); in _syscall2()
13102 unlock_user_struct(target_ep, arg4, 0); in _syscall2()
13123 struct target_epoll_event *target_ep; in _syscall2() local
13133 target_ep = lock_user(VERIFY_WRITE, arg2, in _syscall2()
13135 if (!target_ep) { in _syscall2()
13141 unlock_user(target_ep, arg2, 0); in _syscall2()
13179 target_ep[i].events = tswap32(ep[i].events); in _syscall2()
13182 unlock_user(target_ep, arg2, in _syscall2()
[all …]