Lines Matching refs:eps_count
236 unsigned eps_count; member
1740 ffs->eps_count); in ffs_data_closed()
1808 ffs_epfiles_destroy(epfiles, ffs->eps_count); in ffs_data_clear()
1840 ffs->eps_count = 0; in ffs_data_reset()
1910 count = ffs->eps_count; in ffs_epfiles_create()
1962 count = func->ffs->eps_count; in ffs_func_eps_disable()
1993 count = ffs->eps_count; in ffs_func_eps_enable()
2264 helper->eps_count++; in __ffs_data_do_entity()
2265 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2268 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2269 helper->ffs->eps_addrmap[helper->eps_count] = in __ffs_data_do_entity()
2271 else if (helper->ffs->eps_addrmap[helper->eps_count] != in __ffs_data_do_entity()
2558 helper.eps_count = 0; in __ffs_data_got_descs()
2563 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2564 ffs->eps_count = helper.eps_count; in __ffs_data_got_descs()
2567 if (ffs->eps_count != helper.eps_count) { in __ffs_data_got_descs()
3131 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3177 for (i = 0; i < ffs->eps_count; i++) in _ffs_func_bind()
3602 unsigned count = ffs->eps_count; in ffs_func_unbind()