Lines Matching defs:enabled
28 * @lut.enabled: 1D-LUT enabled flag
31 bool enabled;
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) {
90 rcmm->lut.enabled = false;
97 if (!rcmm->lut.enabled) {
99 rcmm->lut.enabled = true;
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;