Lines Matching refs:eps
73 struct ffs_ep *eps; member
1925 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable()
1949 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable()
2833 ffs_ep = func->eps + idx; in __ffs_func_bind_do_descs()
2868 ep->driver_data = func->eps + idx; in __ffs_func_bind_do_descs()
2934 if (!func->eps[idx].ep) in __ffs_func_bind_do_nums()
2939 descs = func->eps[idx].descs; in __ffs_func_bind_do_nums()
3093 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3138 eps_ptr = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3145 func->eps = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3563 struct ffs_ep *ep = func->eps; in ffs_func_unbind()
3588 kfree(func->eps); in ffs_func_unbind()
3589 func->eps = NULL; in ffs_func_unbind()