Home
last modified time | relevance | path

Searched refs:a_bus_suspend (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/phy/
Dphy-mv-usb.h79 u8 a_bus_suspend; member
/drivers/usb/chipidea/
Dotg_fsm.c324 ci->fsm.a_bus_suspend = 1; in b_aidl_bdis_tmout()
667 if (fsm->a_bus_suspend == 1) in ci_otg_fsm_event()
668 fsm->a_bus_suspend = 0; in ci_otg_fsm_event()
Ddebug.c218 seq_printf(s, "a_bus_suspend: %d\n", fsm->a_bus_suspend); in ci_otg_show()
/drivers/usb/common/
Dusb-otg-fsm.c244 fsm->a_bus_suspend = 0; in otg_set_state()
363 gadget->b_hnp_enable && fsm->a_bus_suspend) in otg_statemachine()