Lines Matching refs:ffs_ep
74 struct ffs_ep;
81 struct ffs_ep *eps;
127 struct ffs_ep { struct
161 struct ffs_ep *ep; /* P: ffs->eps_lock */
975 static struct ffs_ep *ffs_epfile_wait_ep(struct file *file) in ffs_epfile_wait_ep()
978 struct ffs_ep *ep; in ffs_epfile_wait_ep()
1000 struct ffs_ep *ep; in ffs_epfile_io()
1593 struct ffs_ep *ep; in ffs_dmabuf_transfer()
1726 struct ffs_ep *ep; in ffs_epfile_ioctl()
2383 struct ffs_ep *ep; in ffs_func_eps_disable()
2410 struct ffs_ep *ep; in ffs_func_eps_enable()
3261 struct ffs_ep *ffs_ep; in __ffs_func_bind_do_descs() local
3293 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
3295 if (ffs_ep->descs[ep_desc_id]) { in __ffs_func_bind_do_descs()
3301 ffs_ep->descs[ep_desc_id] = ds; in __ffs_func_bind_do_descs()
3304 if (ffs_ep->ep) { in __ffs_func_bind_do_descs()
3305 ds->bEndpointAddress = ffs_ep->descs[0]->bEndpointAddress; in __ffs_func_bind_do_descs()
3307 ds->wMaxPacketSize = ffs_ep->descs[0]->wMaxPacketSize; in __ffs_func_bind_do_descs()
3334 ffs_ep->ep = ep; in __ffs_func_bind_do_descs()
3335 ffs_ep->req = req; in __ffs_func_bind_do_descs()
3546 struct ffs_ep *eps_ptr; in _ffs_func_bind()
3550 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
4056 struct ffs_ep *ep = func->eps; in ffs_func_unbind()