Searched refs:FSG_STATE_CONFIG_CHANGE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 163 FSG_STATE_CONFIG_CHANGE, enumerator
|
H A D | f_mass_storage.c | 2402 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, fsg); in fsg_set_alt() 2420 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL); in fsg_disable() 2540 case FSG_STATE_CONFIG_CHANGE: in handle_exception() 3130 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL); in fsg_unbind()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 354 FSG_STATE_CONFIG_CHANGE, enumerator
|
H A D | f_mass_storage.c | 2265 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_set_alt() 2273 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_disable() 2364 case FSG_STATE_CONFIG_CHANGE: in handle_exception() 2640 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_unbind()
|