Lines Matching refs:interfaces_count
235 unsigned interfaces_count; member
1788 ffs->interfaces_count = 0; in ffs_data_reset()
2188 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2189 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2207 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2351 d->bFirstInterfaceNumber >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2375 if (len < sizeof(*d) || h->interface >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2491 helper.interfaces_count = 0; in __ffs_data_got_descs()
2497 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2499 ffs->interfaces_count = helper.interfaces_count; in __ffs_data_got_descs()
2505 if (ffs->interfaces_count != helper.interfaces_count) { in __ffs_data_got_descs()
3068 vla_item_with_sz(d, short, inums, ffs->interfaces_count); in _ffs_func_bind()
3070 c->cdev->use_os_string ? ffs->interfaces_count : 0); in _ffs_func_bind()
3072 c->cdev->use_os_string ? ffs->interfaces_count : 0); in _ffs_func_bind()
3074 c->cdev->use_os_string ? ffs->interfaces_count : 0); in _ffs_func_bind()
3177 for (i = 0; i < ffs->interfaces_count; ++i) { in _ffs_func_bind()
3197 c->cdev->use_os_string ? ffs->interfaces_count : 0; in _ffs_func_bind()
3381 unsigned count = func->ffs->interfaces_count; in ffs_func_revmap_intf()