Lines Matching refs:ffs_ep
66 struct ffs_ep;
73 struct ffs_ep *eps;
117 struct ffs_ep { struct
132 struct ffs_ep *ep; /* P: ffs->eps_lock */ argument
941 struct ffs_ep *ep; in ffs_epfile_io()
1276 struct ffs_ep *ep; in ffs_epfile_ioctl()
1901 struct ffs_ep *ep; in ffs_func_eps_disable()
1928 struct ffs_ep *ep; in ffs_func_eps_enable()
2771 struct ffs_ep *ffs_ep; in __ffs_func_bind_do_descs() local
2803 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2805 if (ffs_ep->descs[ep_desc_id]) { in __ffs_func_bind_do_descs()
2811 ffs_ep->descs[ep_desc_id] = ds; in __ffs_func_bind_do_descs()
2814 if (ffs_ep->ep) { in __ffs_func_bind_do_descs()
2815 ds->bEndpointAddress = ffs_ep->descs[0]->bEndpointAddress; in __ffs_func_bind_do_descs()
2817 ds->wMaxPacketSize = ffs_ep->descs[0]->wMaxPacketSize; in __ffs_func_bind_do_descs()
2844 ffs_ep->ep = ep; in __ffs_func_bind_do_descs()
2845 ffs_ep->req = req; in __ffs_func_bind_do_descs()
3057 struct ffs_ep *eps_ptr; in _ffs_func_bind()
3061 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3525 struct ffs_ep *ep = func->eps; in ffs_func_unbind()