Home
last modified time | relevance | path

Searched refs:adp_change (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/common/
H A Dusb-otg-fsm.c351 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine()
386 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
/linux/include/linux/usb/
H A Dotg-fsm.h127 int adp_change; member
/linux/drivers/usb/chipidea/
H A Ddebug.c212 seq_printf(s, "adp_change: %d\n", fsm->adp_change); in ci_otg_show()