Searched refs:thread_exits (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/function/
H A Df_mass_storage.h71 int (*thread_exits)(struct fsg_common *common); member in struct:fsg_operations
H A Df_mass_storage.c2553 if (!common->ops || !common->ops->thread_exits
2554 || common->ops->thread_exits(common) < 0) {
/drivers/usb/gadget/legacy/
H A Dmass_storage.c176 .thread_exits = msg_thread_exits,

Completed in 1580 milliseconds