Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_fs.c269 unsigned eps_count; member
2194 ffs->eps_count); in ffs_data_closed()
2253 ffs_epfiles_destroy(ffs->sb, epfiles, ffs->eps_count); in ffs_data_clear()
2284 ffs->eps_count = 0; in ffs_data_reset()
2354 count = ffs->eps_count; in ffs_epfiles_create()
2410 count = func->ffs->eps_count; in ffs_func_eps_disable()
2441 count = ffs->eps_count; in ffs_func_eps_enable()
2719 helper->eps_count++; in __ffs_data_do_entity()
2720 if (helper->eps_count >= FFS_MAX_EPS_COUNT) in __ffs_data_do_entity()
2723 if (!helper->ffs->eps_count && !helper->ffs->interfaces_count) in __ffs_data_do_entity()
[all …]
H A Du_fs.h255 unsigned short eps_count; member