Searched refs:__raise_exception (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 366 static void __raise_exception(struct fsg_common *common, enum fsg_state new_state, in __raise_exception() function 390 __raise_exception(common, new_state, NULL); in raise_exception() 2386 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, fsg); in fsg_set_alt() 2404 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL); in fsg_disable() 3114 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL); in fsg_unbind()
|