Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.h64 #define is_host_active(m) ((m)->is_host) macro
H A Dmusb_host.c1929 if (!is_host_active(musb) || !musb->is_active)
2330 if (!is_host_active(musb))
H A Dmusb_core.c2392 } else if (is_host_active(musb)) { in musb_suspend()