Lines Matching refs:eps_count
164 unsigned eps_count; member
1422 ffs->eps_count); in ffs_data_closed()
1471 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count); in ffs_data_clear()
1500 ffs->eps_count = 0; in ffs_data_reset()
1566 count = ffs->eps_count; in ffs_epfiles_create()
1616 unsigned count = func->ffs->eps_count; in ffs_func_eps_disable()
1639 unsigned count = ffs->eps_count; in ffs_func_eps_enable()
1913 helper->eps_count++; in __ffs_data_do_entity()
1914 if (helper->eps_count >= 15) in __ffs_data_do_entity()
1917 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
1918 helper->ffs->eps_addrmap[helper->eps_count] = in __ffs_data_do_entity()
1920 else if (helper->ffs->eps_addrmap[helper->eps_count] != in __ffs_data_do_entity()
2186 helper.eps_count = 0; in __ffs_data_got_descs()
2191 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2192 ffs->eps_count = helper.eps_count; in __ffs_data_got_descs()
2195 if (ffs->eps_count != helper.eps_count) { in __ffs_data_got_descs()
2746 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
2791 for (ret = ffs->eps_count; ret; --ret) { in _ffs_func_bind()
3220 unsigned count = ffs->eps_count; in ffs_func_unbind()