Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_fs.c235 unsigned eps_count; member
1720 ffs->eps_count); in ffs_data_closed()
1776 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count); in ffs_data_clear()
1808 ffs->eps_count = 0; in ffs_data_reset()
1878 count = ffs->eps_count; in ffs_epfiles_create()
1926 unsigned count = func->ffs->eps_count; in ffs_func_eps_disable()
1950 unsigned count = ffs->eps_count; in ffs_func_eps_enable()
2225 helper->eps_count++; in __ffs_data_do_entity()
2226 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2229 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
[all …]
Df_generic.c206 unsigned eps_count; member
1372 for (i = 0; i < epfile->ffs->eps_count; i++) { in ffs_epfile_ioctl()
1666 ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count); in ffs_data_clear()
1695 ffs->eps_count = 0; in ffs_data_reset()
1762 count = ffs->eps_count; in ffs_epfiles_create()
1824 unsigned count = func->ffs->eps_count; in ffs_func_eps_disable()
1847 unsigned count = ffs->eps_count; in ffs_func_eps_enable()
2102 helper->eps_count++; in __ffs_data_do_entity()
2103 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2106 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
[all …]
Du_fs.h257 unsigned short eps_count; member
Du_generic.h308 unsigned short eps_count; member
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch15315 - unsigned eps_count;
16481 - for (i = 0; i < epfile->ffs->eps_count; i++) {
16775 - ffs_epfiles_destroy(ffs->epfiles, ffs->eps_count);
16804 - ffs->eps_count = 0;
16871 - count = ffs->eps_count;
16933 - unsigned count = func->ffs->eps_count;
16956 - unsigned count = ffs->eps_count;
17211 - helper->eps_count++;
17212 - if (helper->eps_count >= FFS_MAX_EPS_COUNT)
17215 - if (!helper->ffs->eps_count && !helper->ffs->interfaces_count)
[all …]