Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_fs.c270 unsigned eps_count; member
2175 ffs->eps_count); in ffs_data_closed()
2269 ffs->eps_count = 0; in ffs_data_reset()
2337 count = ffs->eps_count; in ffs_epfiles_create()
2389 count = func->ffs->eps_count; in ffs_func_eps_disable()
2420 count = ffs->eps_count; in ffs_func_eps_enable()
2693 helper->eps_count++; in __ffs_data_do_entity()
2982 helper.eps_count = 0; in __ffs_data_got_descs()
2988 ffs->eps_count = helper.eps_count; in __ffs_data_got_descs()
2991 if (ffs->eps_count != helper.eps_count) { in __ffs_data_got_descs()
[all …]
H A Du_fs.h255 unsigned short eps_count; member