Lines Matching refs:value
437 static int __ctrl_set_white_balance(struct fimc_is *is, int value)
439 switch (value) {
500 static int __ctrl_set_iso(struct fimc_is *is, int value)
504 if (value == V4L2_ISO_SENSITIVITY_AUTO) {
517 static int __ctrl_set_metering(struct fimc_is *is, unsigned int value)
521 switch (value) {
542 static int __ctrl_set_afc(struct fimc_is *is, int value)
544 switch (value) {
564 static int __ctrl_set_image_effect(struct fimc_is *is, int value)
576 if (effects[i][0] != value)