Lines Matching refs:eps
70 struct ffs_ep *eps; member
1614 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable()
1637 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable()
2498 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2527 ep->driver_data = func->eps + idx; in __ffs_func_bind_do_descs()
2588 if (unlikely(!func->eps[idx].ep)) in __ffs_func_bind_do_nums()
2593 descs = func->eps[idx].descs; in __ffs_func_bind_do_nums()
2746 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
2794 ptr = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
2801 func->eps = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3213 struct ffs_ep *ep = func->eps; in ffs_func_unbind()
3235 kfree(func->eps); in ffs_func_unbind()
3236 func->eps = NULL; in ffs_func_unbind()