Searched refs:uep (Results 1 – 5 of 5) sorted by relevance
43 struct usbhsg_uep *uep; member159 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 …]
316 uep->counter++; in usbhsh_pipe_attach()332 if (unlikely(!uep)) { in usbhsh_pipe_detach()372 struct usbhsh_ep *uep; in usbhsh_endpoint_attach() local378 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 …]
818 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 …]
204 union union_ep *uep; in c4iw_fill_res_cm_id_entry() local212 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()
1262 struct xfrm_encap_tmpl *uep; in copy_to_user_encap() local1267 uep = nla_data(nla); in copy_to_user_encap()1268 memset(uep, 0, sizeof(*uep)); in copy_to_user_encap()1270 uep->encap_type = ep->encap_type; in copy_to_user_encap()1271 uep->encap_sport = ep->encap_sport; in copy_to_user_encap()1272 uep->encap_dport = ep->encap_dport; in copy_to_user_encap()1273 uep->encap_oa = ep->encap_oa; in copy_to_user_encap()