dispc_runtime_suspend
SET_RUNTIME_PM_OPS(dispc_runtime_suspend, dispc_runtime_resume, NULL)
int dispc_runtime_suspend(struct dispc_device *dispc);
dispc_runtime_suspend(tidss->dispc);
dispc_runtime_suspend(tidss->dispc);
return dispc_runtime_suspend(tidss->dispc);
.runtime_suspend = dispc_runtime_suspend,