Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/
H A Dsof-of-dev.c33 EXPORT_DEV_PM_OPS(sof_of_pm) = {
/linux-6.15/include/linux/
H A Dpm_runtime.h43 EXPORT_DEV_PM_OPS(name) = { \
H A Dpm.h397 #define EXPORT_DEV_PM_OPS(name) _EXPORT_DEV_PM_OPS(name, "", "") macro