Lines Matching refs:eps
68 struct ffs_ep *eps; member
1850 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable()
1874 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable()
2743 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2772 ep->driver_data = func->eps + idx; in __ffs_func_bind_do_descs()
2833 if (unlikely(!func->eps[idx].ep)) in __ffs_func_bind_do_nums()
2838 descs = func->eps[idx].descs; in __ffs_func_bind_do_nums()
2990 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3035 eps_ptr = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3042 func->eps = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3458 struct ffs_ep *ep = func->eps; in ffs_func_unbind()
3480 kfree(func->eps); in ffs_func_unbind()
3481 func->eps = NULL; in ffs_func_unbind()