Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dotg.c223 if (ci->id_event) { in ci_otg_work()
224 ci->id_event = false; in ci_otg_work()
H A Dotg_fsm.c611 if ((ci->fsm.id) || (ci->id_event) || in ci_otg_fsm_work()
621 if (ci->id_event) in ci_otg_fsm_work()
622 ci->id_event = false; in ci_otg_fsm_work()
761 ci->id_event = true; in ci_otg_fsm_irq()
H A Dci.h260 bool id_event; member
H A Dcore.c553 ci->id_event = true; in ci_irq_handler()