Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c261 struct fsg_dev *fsg, *new_fsg; member
2232 static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) in do_set_interface() argument
2273 if (!new_fsg || rc) in do_set_interface()
2276 common->fsg = new_fsg; in do_set_interface()
2331 fsg->common->new_fsg = fsg; in fsg_set_alt()
2339 fsg->common->new_fsg = NULL; in fsg_disable()
2469 do_set_interface(common, common->new_fsg); in handle_exception()
2470 if (common->new_fsg) in handle_exception()
3117 fsg->common->new_fsg = NULL; in fsg_unbind()