Lines Matching refs:value

791  * This is supposed to be ranging from 1 to 8, but the value is always
800 * This is supposed to be ranging from 1 to 16, but the value is
814 * This is supposed to be ranging from 1 to 2, but the value is always
827 * This is supposed to be ranging from 1 to 8, but the value is always
839 * This is supposed to be ranging from 1 to 8, but the value is always
954 * MIPI_DIV is fixed to value 2, but it -might- be changed according to the
1350 /* get banding filter value */
1499 * are always setting REG21/REG20 bit 0 to same value...
2023 * - [6]: f value in CCIR656 SYNC code when fixed f value
2024 * - [5]: Fixed f value
2412 static int ov5640_set_ctrl_hue(struct ov5640_dev *sensor, int value)
2416 if (value) {
2421 ret = ov5640_write_reg16(sensor, OV5640_REG_SDE_CTRL1, value);
2429 static int ov5640_set_ctrl_contrast(struct ov5640_dev *sensor, int value)
2433 if (value) {
2439 value & 0xff);
2447 static int ov5640_set_ctrl_saturation(struct ov5640_dev *sensor, int value)
2451 if (value) {
2457 value & 0xff);
2461 value & 0xff);
2572 static int ov5640_set_ctrl_test_pattern(struct ov5640_dev *sensor, int value)
2575 test_pattern_val[value]);
2578 static int ov5640_set_ctrl_light_freq(struct ov5640_dev *sensor, int value)
2583 (value == V4L2_CID_POWER_LINE_FREQUENCY_AUTO) ?
2589 (value == V4L2_CID_POWER_LINE_FREQUENCY_50HZ) ?
2593 static int ov5640_set_ctrl_hflip(struct ov5640_dev *sensor, int value)
2611 (!(value ^ sensor->upside_down)) ?
2615 static int ov5640_set_ctrl_vflip(struct ov5640_dev *sensor, int value)
2626 (value ^ sensor->upside_down) ?
2875 /* Always return a valid frame interval value */