Searched refs:__raise_exception (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/usb/gadget/function/ | 
| D | f_mass_storage.c | 364 static void __raise_exception(struct fsg_common *common, enum fsg_state new_state,  in __raise_exception()  function388 	__raise_exception(common, new_state, NULL);  in raise_exception()
 2264 	__raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, fsg);  in fsg_set_alt()
 2272 	__raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL);  in fsg_disable()
 2969 		__raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL);  in fsg_unbind()
 
 |