Home
last modified time | relevance | path

Searched refs:uep (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c43 struct usbhsg_uep *uep; member
159 if (uep) in usbhsg_queue_done()
595 if (uep->pipe) { in usbhsg_ep_enable()
606 uep->pipe = pipe; in usbhsg_ep_enable()
651 uep->pipe = NULL; in usbhsg_ep_disable()
1092 if (!uep) { in usbhs_mod_gadget_probe()
1118 gpriv->uep = uep; in usbhs_mod_gadget_probe()
1139 uep->pipe = NULL; in usbhs_mod_gadget_probe()
1142 uep->ep.name = uep->ep_name; in usbhs_mod_gadget_probe()
1178 kfree(gpriv->uep); in usbhs_mod_gadget_probe()
[all …]
H A Dmod_host.c316 uep->counter++; in usbhsh_pipe_attach()
332 if (unlikely(!uep)) { in usbhsh_pipe_detach()
372 struct usbhsh_ep *uep; in usbhsh_endpoint_attach() local
378 if (!uep) in usbhsh_endpoint_attach()
387 uep->counter = 0; in usbhsh_endpoint_attach()
392 usbhsh_uep_to_ep(uep) = ep; in usbhsh_endpoint_attach()
393 usbhsh_ep_to_uep(ep) = uep; in usbhsh_endpoint_attach()
413 if (!uep) in usbhsh_endpoint_detach()
420 if (usbhsh_uep_to_pipe(uep)) in usbhsh_endpoint_detach()
436 kfree(uep); in usbhsh_endpoint_detach()
[all …]
/linux/drivers/usb/isp1760/
H A Disp1760-udc.c818 uep->desc = desc; in isp1760_ep_enable()
849 if (!uep->desc) { in isp1760_ep_disable()
855 uep->desc = NULL; in isp1760_ep_disable()
912 _req->length, _req->zero ? " (zlp)" : "", uep, uep->addr); in isp1760_ep_queue()
914 req->ep = uep; in isp1760_ep_queue()
955 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
957 else if (!(uep->addr & USB_DIR_IN) && uep->rx_pending) in isp1760_ep_queue()
1021 if (uep->addr && !uep->desc) { in __isp1760_ep_set_halt()
1023 uep->addr); in __isp1760_ep_set_halt()
1032 uep->addr); in __isp1760_ep_set_halt()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
H A Drestrack.c204 union union_ep *uep; in c4iw_fill_res_cm_id_entry() local
212 uep = kzalloc(sizeof(*uep), GFP_KERNEL); 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()
/linux/net/xfrm/
H A Dxfrm_user.c1172 struct xfrm_encap_tmpl *uep; in copy_to_user_encap() local
1177 uep = nla_data(nla); in copy_to_user_encap()
1178 memset(uep, 0, sizeof(*uep)); in copy_to_user_encap()
1180 uep->encap_type = ep->encap_type; in copy_to_user_encap()
1181 uep->encap_sport = ep->encap_sport; in copy_to_user_encap()
1182 uep->encap_dport = ep->encap_dport; in copy_to_user_encap()
1183 uep->encap_oa = ep->encap_oa; in copy_to_user_encap()