Lines Matching refs:eps
70 struct ffs_ep *eps; member
1630 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable()
1653 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable()
2537 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2566 ep->driver_data = func->eps + idx; in __ffs_func_bind_do_descs()
2627 if (unlikely(!func->eps[idx].ep)) in __ffs_func_bind_do_nums()
2632 descs = func->eps[idx].descs; in __ffs_func_bind_do_nums()
2784 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
2829 eps_ptr = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
2836 func->eps = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3254 struct ffs_ep *ep = func->eps; in ffs_func_unbind()
3276 kfree(func->eps); in ffs_func_unbind()
3277 func->eps = NULL; in ffs_func_unbind()