Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_fs.c235 unsigned eps_count; member
1734 ffs->eps_count); in ffs_data_closed()
1802 ffs_epfiles_destroy(epfiles, ffs->eps_count); in ffs_data_clear()
1834 ffs->eps_count = 0; in ffs_data_reset()
1908 count = ffs->eps_count; in ffs_epfiles_create()
1960 count = func->ffs->eps_count; in ffs_func_eps_disable()
1991 count = ffs->eps_count; in ffs_func_eps_enable()
2262 helper->eps_count++; in __ffs_data_do_entity()
2263 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2266 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
[all …]
Du_fs.h257 unsigned short eps_count; member