Searched refs:FSG_STATE_CONFIG_CHANGE (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | storage_common.h | 163 FSG_STATE_CONFIG_CHANGE, enumerator
|
| H A D | f_mass_storage.c | 2343 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, fsg); in fsg_set_alt() 2361 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL); in fsg_disable() 2481 case FSG_STATE_CONFIG_CHANGE: in handle_exception() 3058 __raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE, NULL); in fsg_unbind()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 355 FSG_STATE_CONFIG_CHANGE, enumerator
|
| H A D | f_mass_storage.c | 2300 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_set_alt() 2308 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_disable() 2399 case FSG_STATE_CONFIG_CHANGE: in handle_exception() 2675 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_unbind()
|