Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c2326 enum fsg_state old_state; in handle_exception() local
2371 old_state = common->state; in handle_exception()
2373 if (old_state == FSG_STATE_ABORT_BULK_OUT) in handle_exception()
2385 switch (old_state) { in handle_exception()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c1812 static int old_state; in musb_irq_work() local
1814 if (musb->xceiv->state != old_state) { in musb_irq_work()
1815 old_state = musb->xceiv->state; in musb_irq_work()