Home
last modified time | relevance | path

Searched refs:b_bus_suspend (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
Dphy-mv-usb.h90 u8 b_bus_suspend; member
Dphy-fsl-usb.c1046 fsm->b_bus_suspend, in show_fsl_usb2_otg_state()
/linux-4.4.14/drivers/usb/chipidea/
Dotg_fsm.c653 fsm->b_bus_suspend = 1; in ci_otg_fsm_event()
666 if (fsm->b_bus_suspend == 1) { in ci_otg_fsm_event()
668 fsm->b_bus_suspend = 0; in ci_otg_fsm_event()
Ddebug.c257 seq_printf(s, "b_bus_suspend: %d\n", fsm->b_bus_suspend); in ci_otg_show()
/linux-4.4.14/include/linux/usb/
Dotg-fsm.h84 int b_bus_suspend; member
/linux-4.4.14/drivers/usb/common/
Dusb-otg-fsm.c346 else if (fsm->a_bidl_adis_tmout || fsm->b_bus_suspend) in otg_statemachine()