Lines Matching refs:eps_count
235 unsigned eps_count; member
1722 ffs->eps_count); in ffs_data_closed()
1778 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count); in ffs_data_clear()
1807 ffs->eps_count = 0; in ffs_data_reset()
1877 count = ffs->eps_count; in ffs_epfiles_create()
1925 unsigned count = func->ffs->eps_count; in ffs_func_eps_disable()
1949 unsigned count = ffs->eps_count; in ffs_func_eps_enable()
2224 helper->eps_count++; in __ffs_data_do_entity()
2225 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2228 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2229 helper->ffs->eps_addrmap[helper->eps_count] = in __ffs_data_do_entity()
2231 else if (helper->ffs->eps_addrmap[helper->eps_count] != in __ffs_data_do_entity()
2518 helper.eps_count = 0; in __ffs_data_got_descs()
2523 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2524 ffs->eps_count = helper.eps_count; in __ffs_data_got_descs()
2527 if (ffs->eps_count != helper.eps_count) { in __ffs_data_got_descs()
3088 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3134 for (i = 0; i < ffs->eps_count; i++) in _ffs_func_bind()
3557 unsigned count = ffs->eps_count; in ffs_func_unbind()