Searched refs:new_fsg (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2196 static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) in do_set_interface() argument 2237 if (!new_fsg || rc) in do_set_interface() 2240 common->fsg = new_fsg; in do_set_interface() 2317 struct fsg_dev *new_fsg; in handle_exception() local 2371 new_fsg = common->exception_arg; in handle_exception() 2425 do_set_interface(common, new_fsg); in handle_exception() 2426 if (new_fsg) in handle_exception()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 55774 … -2234,6 +2235,7 @@ static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) 55779 if (!new_fsg || rc) 55782 … -2277,7 +2279,7 @@ static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg)
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 358019 … -2234,6 +2235,7 @@ static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) 358024 if (!new_fsg || rc) 358027 … -2277,7 +2279,7 @@ static int do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg)
|