Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_fs.c234 unsigned interfaces_count; member
1807 ffs->interfaces_count = 0; in ffs_data_reset()
2210 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2211 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2229 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2376 d->bFirstInterfaceNumber >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2400 if (len < sizeof(*d) || h->interface >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2518 helper.interfaces_count = 0; in __ffs_data_got_descs()
2524 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2526 ffs->interfaces_count = helper.interfaces_count; in __ffs_data_got_descs()
[all …]
Df_generic.c205 unsigned interfaces_count; member
1694 ffs->interfaces_count = 0; in ffs_data_reset()
2087 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2088 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2106 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
2253 d->bFirstInterfaceNumber >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2277 if (len < sizeof(*d) || h->interface >= ffs->interfaces_count) in __ffs_data_do_os_desc()
2395 helper.interfaces_count = 0; in __ffs_data_got_descs()
2401 if (!ffs->eps_count && !ffs->interfaces_count) { in __ffs_data_got_descs()
2403 ffs->interfaces_count = helper.interfaces_count; in __ffs_data_got_descs()
[all …]
Du_fs.h256 unsigned short interfaces_count; member
Du_generic.h307 unsigned short interfaces_count; member
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch15314 - unsigned interfaces_count;
16803 - ffs->interfaces_count = 0;
17196 - if (*valuep >= helper->interfaces_count)
17197 - helper->interfaces_count = *valuep + 1;
17215 - if (!helper->ffs->eps_count && !helper->ffs->interfaces_count)
17362 - d->bFirstInterfaceNumber >= ffs->interfaces_count)
17386 - if (len < sizeof(*d) || h->interface >= ffs->interfaces_count)
17504 - helper.interfaces_count = 0;
17510 - if (!ffs->eps_count && !ffs->interfaces_count) {
17512 - ffs->interfaces_count = helper.interfaces_count;
[all …]