Lines Matching refs:value
173 if (p->value == *get_ctrl_ptr(minfo, i)) return 0;
178 if (p->value > g450_controls[i].desc.maximum) return -EINVAL;
179 if (p->value < g450_controls[i].desc.minimum) return -EINVAL;
182 * Store new value.
184 *get_ctrl_ptr(minfo, i) = p->value;
197 cve2_set_reg(minfo, 0x20, p->value);
198 cve2_set_reg(minfo, 0x22, p->value);
201 cve2_set_reg(minfo, 0x25, p->value);
206 if (p->value) val |= 0x02;
223 p->value = *get_ctrl_ptr(minfo, i);