Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/phy/
Dphy-mv-usb.h86 u8 b_bus_suspend; member
/linux-6.6.21/drivers/usb/chipidea/
Dotg_fsm.c687 fsm->b_bus_suspend = 1; in ci_otg_fsm_event()
700 if (fsm->b_bus_suspend == 1) { in ci_otg_fsm_event()
702 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-6.6.21/include/linux/usb/
Dotg-fsm.h146 int b_bus_suspend; member
/linux-6.6.21/drivers/usb/common/
Dusb-otg-fsm.c430 else if (fsm->a_bidl_adis_tmout || fsm->b_bus_suspend) in otg_statemachine()