Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompat.h360 #define pm_runtime_put_sync(dev) do {} while (0) macro
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c2137 pm_runtime_put_sync(musb->controller); in musb_init_controller()