Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c2310 static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) in do_set_interface() argument
2351 if (!new_fsg || rc) in do_set_interface()
2354 common->fsg = new_fsg; in do_set_interface()
2441 struct fsg_dev *new_fsg; in handle_exception() local
2495 new_fsg = common->exception_arg; in handle_exception()
2549 do_set_interface(common, new_fsg); in handle_exception()
2550 if (new_fsg) in handle_exception()