Searched refs:raise_exception (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/gadget/ |
D | f_mass_storage.c | 521 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception() function 636 raise_exception(fsg->common, FSG_STATE_RESET); in fsg_setup() 1603 raise_exception(common, in throw_away_data() 1708 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 1724 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 2443 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_set_alt() 2451 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_disable() 2478 raise_exception(common, FSG_STATE_EXIT); in handle_exception() 2939 raise_exception(common, FSG_STATE_EXIT); in fsg_common_release() 2983 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_unbind()
|
D | file_storage.c | 649 static void raise_exception(struct fsg_dev *fsg, enum fsg_state new_state) in raise_exception() function 680 raise_exception(fsg, FSG_STATE_DISCONNECT); in fsg_disconnect() 819 raise_exception(fsg, FSG_STATE_RESET); in received_cbi_adsc() 870 raise_exception(fsg, FSG_STATE_RESET); in class_setup_req() 1007 raise_exception(fsg, FSG_STATE_CONFIG_CHANGE); in standard_setup_req() 1029 raise_exception(fsg, FSG_STATE_INTERFACE_CHANGE); in standard_setup_req() 1984 raise_exception(fsg, FSG_STATE_ABORT_BULK_OUT); in throw_away_data() 2095 raise_exception(fsg, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 2108 raise_exception(fsg, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 2930 raise_exception(fsg, FSG_STATE_EXIT); in handle_exception() [all …]
|