Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-mv-usb.h86 u8 b_bus_suspend; member
Dphy-fsl-usb.c1030 fsm->b_bus_suspend, in show_fsl_usb2_otg_state()
/Linux-v4.19/drivers/usb/chipidea/
Dotg_fsm.c678 fsm->b_bus_suspend = 1; in ci_otg_fsm_event()
691 if (fsm->b_bus_suspend == 1) { in ci_otg_fsm_event()
693 fsm->b_bus_suspend = 0; in ci_otg_fsm_event()
Ddebug.c224 seq_printf(s, "b_bus_suspend: %d\n", fsm->b_bus_suspend); in ci_otg_show()
/Linux-v4.19/include/linux/usb/
Dotg-fsm.h159 int b_bus_suspend; member
/Linux-v4.19/drivers/usb/common/
Dusb-otg-fsm.c426 else if (fsm->a_bidl_adis_tmout || fsm->b_bus_suspend) in otg_statemachine()