Lines Matching refs:ffs_ep
63 struct ffs_ep;
70 struct ffs_ep *eps;
111 struct ffs_ep { struct
129 struct ffs_ep *ep; /* P: ffs->eps_lock */ argument
637 struct ffs_ep *ep = _ep->driver_data; in ffs_epfile_io_complete()
686 struct ffs_ep *ep; in ffs_epfile_io()
1614 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable()
1637 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable()
2466 struct ffs_ep *ffs_ep; in __ffs_func_bind_do_descs() local
2498 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2500 if (unlikely(ffs_ep->descs[ep_desc_id])) { in __ffs_func_bind_do_descs()
2506 ffs_ep->descs[ep_desc_id] = ds; in __ffs_func_bind_do_descs()
2509 if (ffs_ep->ep) { in __ffs_func_bind_do_descs()
2510 ds->bEndpointAddress = ffs_ep->descs[0]->bEndpointAddress; in __ffs_func_bind_do_descs()
2512 ds->wMaxPacketSize = ffs_ep->descs[0]->wMaxPacketSize; in __ffs_func_bind_do_descs()
2533 ffs_ep->ep = ep; in __ffs_func_bind_do_descs()
2534 ffs_ep->req = req; in __ffs_func_bind_do_descs()
2746 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
2792 struct ffs_ep *ptr; in _ffs_func_bind()
3213 struct ffs_ep *ep = func->eps; in ffs_func_unbind()