Searched refs:target_ep (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 1605 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->offset, epcfgreg); in xudc_set_clear_feature() [all …]
|
H A D | fsl_udc_core.c | 1349 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 D | fsl_qe_udc.c | 1964 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 D | syscall.c | 13317 struct target_epoll_event *target_ep; in _syscall2() local 13318 if (!lock_user_struct(VERIFY_READ, target_ep, arg4, 1)) { in _syscall2() 13321 ep.events = tswap32(target_ep->events); in _syscall2() 13327 ep.data.u64 = tswap64(target_ep->data.u64); in _syscall2() 13328 unlock_user_struct(target_ep, arg4, 0); in _syscall2() 13349 struct target_epoll_event *target_ep; in _syscall2() local 13359 target_ep = lock_user(VERIFY_WRITE, arg2, in _syscall2() 13361 if (!target_ep) { in _syscall2() 13367 unlock_user(target_ep, arg2, 0); in _syscall2() 13405 target_ep[i].events = tswap32(ep[i].events); in _syscall2() [all …]
|