Lines Matching refs:ffs_ep
61 struct ffs_ep;
68 struct ffs_ep *eps;
112 struct ffs_ep { struct
129 struct ffs_ep *ep; /* P: ffs->eps_lock */ argument
704 struct ffs_ep *ep = _ep->driver_data; in ffs_epfile_io_complete()
882 struct ffs_ep *ep; in ffs_epfile_io()
1206 struct ffs_ep *ep; in ffs_epfile_ioctl()
1850 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable()
1874 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable()
2711 struct ffs_ep *ffs_ep; in __ffs_func_bind_do_descs() local
2743 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2745 if (unlikely(ffs_ep->descs[ep_desc_id])) { in __ffs_func_bind_do_descs()
2751 ffs_ep->descs[ep_desc_id] = ds; in __ffs_func_bind_do_descs()
2754 if (ffs_ep->ep) { in __ffs_func_bind_do_descs()
2755 ds->bEndpointAddress = ffs_ep->descs[0]->bEndpointAddress; in __ffs_func_bind_do_descs()
2757 ds->wMaxPacketSize = ffs_ep->descs[0]->wMaxPacketSize; in __ffs_func_bind_do_descs()
2778 ffs_ep->ep = ep; in __ffs_func_bind_do_descs()
2779 ffs_ep->req = req; in __ffs_func_bind_do_descs()
2986 struct ffs_ep *eps_ptr; in _ffs_func_bind()
2990 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3458 struct ffs_ep *ep = func->eps; in ffs_func_unbind()