Lines Matching refs:eps_count
267 unsigned eps_count; member
2173 ffs->eps_count); in ffs_data_closed()
2231 ffs_epfiles_destroy(ffs->sb, epfiles, ffs->eps_count); in ffs_data_clear()
2262 ffs->eps_count = 0; in ffs_data_reset()
2332 count = ffs->eps_count; in ffs_epfiles_create()
2386 count = func->ffs->eps_count; in ffs_func_eps_disable()
2417 count = ffs->eps_count; in ffs_func_eps_enable()
2696 helper->eps_count++; in __ffs_data_do_entity()
2697 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2700 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2701 helper->ffs->eps_addrmap[helper->eps_count] = in __ffs_data_do_entity()
2703 else if (helper->ffs->eps_addrmap[helper->eps_count] != in __ffs_data_do_entity()
2985 helper.eps_count = 0; in __ffs_data_got_descs()
2990 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2991 ffs->eps_count = helper.eps_count; in __ffs_data_got_descs()
2994 if (ffs->eps_count != helper.eps_count) { in __ffs_data_got_descs()
3553 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3597 for (i = 0; i < ffs->eps_count; i++) in _ffs_func_bind()
4068 unsigned count = ffs->eps_count; in ffs_func_unbind()