Lines Matching full:enabled
28 * @lut.enabled: 1D-LUT enabled flag
31 bool enabled; member
74 * and its functional clock enabled. To guarantee this, before any call to
75 * this function is made, the CMM unit has to be enabled by calling
88 if (rcmm->lut.enabled) { in rcar_cmm_setup()
90 rcmm->lut.enabled = false; in rcar_cmm_setup()
97 if (!rcmm->lut.enabled) { in rcar_cmm_setup()
99 rcmm->lut.enabled = true; in rcar_cmm_setup()
113 * the unit shall be enabled before the DU channel is started, and remain
114 * enabled until the channel is stopped. The CMM unit shall be disabled with
118 * It is an error to attempt to enable an already enabled CMM unit, or to
148 rcmm->lut.enabled = false; in rcar_cmm_disable()