Searched refs:cpr_enable (Results 1 – 4 of 4) sorted by relevance
320 return sysfs_emit(buf, "%d\n", info.cpr_enable); in manager_cpr_enable_show()339 if (info.cpr_enable == enable) in manager_cpr_enable_store()342 info.cpr_enable = enable; in manager_cpr_enable_store()441 static MANAGER_ATTR(cpr_enable, S_IRUGO|S_IWUSR,
411 info.cpr_enable = true; in omap_crtc_write_crtc_properties()414 info.cpr_enable = false; in omap_crtc_write_crtc_properties()
645 static int cpr_enable(struct cpr_drv *drv) in cpr_enable() function1428 return cpr_enable(drv); in cpr_power_on()
2879 dispc_mgr_enable_cpr(dispc, channel, info->cpr_enable); in dispc_mgr_setup()4468 .cpr_enable = false,