Lines Matching refs:pm33xx_dev
60 static struct device *pm33xx_dev; variable
107 dev_err(pm33xx_dev, in am33xx_push_sram_idle()
117 dev_dbg(pm33xx_dev, in am33xx_push_sram_idle()
128 dev_err(pm33xx_dev, in am33xx_push_sram_idle()
196 dev_err(pm33xx_dev, "Failed to enable clock: %i\n", ret); in am33xx_pm_suspend()
207 dev_info(pm33xx_dev, "Entering RTC Only mode with DDR in self-refresh\n"); in am33xx_pm_suspend()
221 dev_err(pm33xx_dev, "PM: Kernel suspend failure\n"); in am33xx_pm_suspend()
227 dev_info(pm33xx_dev, in am33xx_pm_suspend()
231 dev_err(pm33xx_dev, in am33xx_pm_suspend()
236 dev_err(pm33xx_dev, in am33xx_pm_suspend()
362 dev_err(pm33xx_dev, "PM: Cannot determine memory type, no PM available\n"); in am33xx_pm_set_ipc_ops()
392 return dev_err_probe(pm33xx_dev, -ENODEV, in am33xx_pm_alloc_sram()
399 return dev_err_probe(pm33xx_dev, -ENODEV, in am33xx_pm_alloc_sram()
405 return dev_err_probe(pm33xx_dev, -ENODEV, in am33xx_pm_alloc_sram()
411 return dev_err_probe(pm33xx_dev, -ENOMEM, in am33xx_pm_alloc_sram()
419 return dev_err_probe(pm33xx_dev, -ENOMEM, in am33xx_pm_alloc_sram()
516 pm33xx_dev = dev; in am33xx_pm_probe()
570 pm33xx_dev = NULL; in am33xx_pm_probe()