Searched refs:uep (Results 1 – 4 of 4) sorted by relevance
776 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_enable() local777 struct isp1760_udc *udc = uep->udc; in isp1760_ep_enable()781 dev_dbg(uep->udc->isp->dev, "%s\n", __func__); in isp1760_ep_enable()789 desc->bEndpointAddress != uep->addr || in isp1760_ep_enable()794 desc->bEndpointAddress, uep->addr, in isp1760_ep_enable()818 uep->desc = desc; in isp1760_ep_enable()819 uep->maxpacket = le16_to_cpu(desc->wMaxPacketSize); in isp1760_ep_enable()820 uep->rx_pending = false; in isp1760_ep_enable()821 uep->halted = false; in isp1760_ep_enable()822 uep->wedged = false; in isp1760_ep_enable()[all …]
248 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_pipe_attach() local266 if (usbhsh_uep_to_pipe(uep)) { in usbhsh_pipe_attach()296 usbhsh_uep_to_pipe(uep) = pipe; in usbhsh_pipe_attach()297 usbhsh_pipe_to_uep(pipe) = uep; in usbhsh_pipe_attach()316 uep->counter++; in usbhsh_pipe_attach()325 struct usbhsh_ep *uep) in usbhsh_pipe_detach() argument332 if (unlikely(!uep)) { in usbhsh_pipe_detach()340 pipe = usbhsh_uep_to_pipe(uep); in usbhsh_pipe_detach()344 } else if (1 == uep->counter--) { /* last user */ in usbhsh_pipe_detach()345 struct usb_host_endpoint *ep = usbhsh_uep_to_ep(uep); in usbhsh_pipe_detach()[all …]
204 union union_ep *uep; in c4iw_fill_res_cm_id_entry() local212 uep = kzalloc_obj(*uep); in c4iw_fill_res_cm_id_entry()213 if (!uep) in c4iw_fill_res_cm_id_entry()223 uep->lep = *(struct c4iw_listen_ep *)epcp; in c4iw_fill_res_cm_id_entry()225 listen_ep = &uep->lep; in c4iw_fill_res_cm_id_entry()228 uep->ep = *(struct c4iw_ep *)epcp; in c4iw_fill_res_cm_id_entry()230 ep = &uep->ep; in c4iw_fill_res_cm_id_entry()261 kfree(uep); in c4iw_fill_res_cm_id_entry()267 kfree(uep); in c4iw_fill_res_cm_id_entry()
1307 struct xfrm_encap_tmpl *uep; in copy_to_user_encap() local1312 uep = nla_data(nla); in copy_to_user_encap()1313 memset(uep, 0, sizeof(*uep)); in copy_to_user_encap()1315 uep->encap_type = ep->encap_type; in copy_to_user_encap()1316 uep->encap_sport = ep->encap_sport; in copy_to_user_encap()1317 uep->encap_dport = ep->encap_dport; in copy_to_user_encap()1318 uep->encap_oa = ep->encap_oa; in copy_to_user_encap()