Home
last modified time | relevance | path

Searched defs:pm_runtime_get_sync (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpm_runtime.h425 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync() function
/openbmc/u-boot/include/linux/
H A Dcompat.h358 #define pm_runtime_get_sync(dev) do {} while (0) macro