Home
last modified time | relevance | path

Searched refs:interfaces_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_fs.c269 unsigned interfaces_count; member
2268 ffs->interfaces_count = 0; in ffs_data_reset()
2678 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2679 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2697 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2841 d->bFirstInterfaceNumber >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2865 if (len < sizeof(*d) || h->interface >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2981 helper.interfaces_count = 0; in __ffs_data_got_descs()
2987 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2989 ffs->interfaces_count = helper.interfaces_count; in __ffs_data_got_descs()
[all …]
H A Du_fs.h254 unsigned short interfaces_count; member