Lines Matching refs:interfaces_count
235 unsigned interfaces_count; member
1839 ffs->interfaces_count = 0; in ffs_data_reset()
2249 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2250 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2268 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2415 d->bFirstInterfaceNumber >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2439 if (len < sizeof(*d) || h->interface >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2557 helper.interfaces_count = 0; in __ffs_data_got_descs()
2563 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2565 ffs->interfaces_count = helper.interfaces_count; in __ffs_data_got_descs()
2571 if (ffs->interfaces_count != helper.interfaces_count) { in __ffs_data_got_descs()
3138 vla_item_with_sz(d, short, inums, ffs->interfaces_count); in _ffs_func_bind()
3140 c->cdev->use_os_string ? ffs->interfaces_count : 0); in _ffs_func_bind()
3142 c->cdev->use_os_string ? ffs->interfaces_count : 0); in _ffs_func_bind()
3144 c->cdev->use_os_string ? ffs->interfaces_count : 0); in _ffs_func_bind()
3249 for (i = 0; i < ffs->interfaces_count; ++i) { in _ffs_func_bind()
3269 c->cdev->use_os_string ? ffs->interfaces_count : 0; in _ffs_func_bind()
3457 unsigned count = func->ffs->interfaces_count; in ffs_func_revmap_intf()