Searched +full:lower +full:- +full:dark +full:- +full:gain (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/light/ |
D | upisemi,us5182.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Cameron <jic23@kernel.org> 19 upisemi,glass-coef: 22 glass attenuation factor - compensation factor of resolution 1000 26 upisemi,dark-ths: 27 $ref: /schemas/types.yaml#/definitions/uint16-array 31 16-bit thresholds (adc counts) corresponding to every scale. 33 upisemi,upper-dark-gain: [all …]
|
/linux-6.12.1/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_vv6410.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher 4 * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland 9 * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600 10 * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express 11 * P/N 861055: Sensor ST VV6410 ASIC STV0610 - LEGO cam 12 * P/N 861075-0040: Sensor HDCS1000 ASIC 13 * P/N 961179-0700: Sensor ST VV6410 ASIC STV0602 - Dexxa WebCam USB 14 * P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web 47 dark line offset cancellation algorithm */ [all …]
|
/linux-6.12.1/drivers/iio/light/ |
D | us5182d.c | 1 // SPDX-License-Identifier: GPL-2.0-only 46 * Registers for tuning the auto dark current cancelling feature. 47 * DARK_TH(reg 0x27,0x28) - threshold (counts) for auto dark cancelling. 48 * when ALS > DARK_TH --> ALS_Code = ALS - Upper(0x2A) * Dark 49 * when ALS < DARK_TH --> ALS_Code = ALS - Lower(0x29) * Dark 56 /* Thresholds for events: px low (0x08-l, 0x09-h), px high (0x0a-l 0x0b-h) */ 101 * roughly between 12-32 lux 124 /* Dark gain tuning */ 202 ret = i2c_smbus_read_byte_data(data->client, US5182D_REG_CFG0); in us5182d_oneshot_en() 212 return i2c_smbus_write_byte_data(data->client, US5182D_REG_CFG0, ret); in us5182d_oneshot_en() [all …]
|
/linux-6.12.1/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* Copyright (C) 2017 - 2018 Intel Corporation */ 11 /* Vendor specific - used for IPU3 camera sub-system */ 17 /* from include/uapi/linux/v4l2-controls.h */ 26 #define IPU3_UAPI_GRID_START_MASK ((1 << 12) - 1) 34 * struct ipu3_uapi_grid_config - Grid plane config 56 * create a grid-based output, and the data is then divided into "slices". 71 * struct ipu3_uapi_awb_set_item - Memory layout for each cell in AWB 108 * struct ipu3_uapi_awb_raw_buffer - AWB raw buffer 119 * struct ipu3_uapi_awb_config_s - AWB config [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/i2c/ |
D | atomisp-gc0310.c | 1 // SPDX-License-Identifier: GPL-2.0 29 #include <media/v4l2-ctrls.h> 30 #include <media/v4l2-device.h> 74 #define GC0310_START_STREAMING 0x94 /* 8-bit enable */ 75 #define GC0310_STOP_STREAMING 0x0 /* 8-bit disable */ 96 struct v4l2_ctrl *gain; member 215 /* Gain */ 216 { 0x70, 0x70 }, /* 70 //80//global gain */ 217 { 0x71, 0x20 }, /* pregain gain */ 218 { 0x72, 0x40 }, /* post gain */ [all …]
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | sonixb.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2009-2011 Jean-François Moine <http://moinejf.free.fr> 14 0x10 high nibble red gain low nibble blue gain 15 0x11 low nibble green gain 17 0x05 red gain 0-127 18 0x06 blue gain 0-127 19 0x07 green gain 0-127 21 0x08-0x0f i2c / 3wire registers 24 0x15 hsize (hsize = register-value * 16) 25 0x16 vsize (vsize = register-value * 16) [all …]
|
D | spca561.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * V4L2 by Jean-Francois Moine <http://moinejf.free.fr> 34 __u8 expo12a; /* expo/gain? for rev 12a */ 151 {0x0000, 0x8603}, /* Non-automatic optical black level */ 161 /* from ms-win */ 166 /* from ms-win */ 167 {0x0035, 0x8651}, /* R gain for white balance */ 168 {0x0040, 0x8652}, /* Gr gain for white balance */ 169 {0x005f, 0x8653}, /* B gain for white balance */ 170 {0x0040, 0x8654}, /* Gb gain for white balance */ [all …]
|
D | ov519.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2008-2011 Jean-François Moine <moinejf@free.fr> 8 * This module is adapted from the ov51x-jpeg package, which itself 13 * Copyright (c) 1999-2006 Mark W. McClelland 20 * ov51x-jpeg original copyright is: 22 * Copyright (c) 2004-2007 Romain Beauxis <toots@rastageeks.org> 38 MODULE_AUTHOR("Jean-Francois Moine <http://moinejf.free.fr>"); 482 /*jfm: this value does not work for 800x600 - see isoc_init */ 501 #define OV7610_REG_GAIN 0x00 /* gain setting (5:0) */ 514 #define OV7670_R00_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */ [all …]
|
/linux-6.12.1/drivers/media/platform/ti/omap3isp/ |
D | isppreview.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * TI OMAP3 ISP driver - Preview module 26 { /* RGB-RGB Matrix */ 38 {-38, -75, 112}, 39 {112, -94 , -18} 85 * ------------------------------------------------------------- 125 * Default Gamma Correction Table - All components 146 * preview_config_luma_enhancement - Configure the Luminance Enhancement table 153 const struct omap3isp_prev_luma *yt = ¶ms->luma; in preview_config_luma_enhancement() 159 isp_reg_writel(isp, yt->table[i], in preview_config_luma_enhancement() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/inc/ |
D | dmub_cmd.h | 143 * Physical framebuffer address location, 64-bit. 192 * to be disabled immediately and keep gain. 250 * @knee_threshold: Current x-position of ACE knee (u0.16). 270 * union dmub_addr - DMUB physical/virtual 64-bit address. 274 uint32_t low_part; /**< Lower 32 bits */ 519 * union dmub_fw_meta_feature_bits - Static feature bits for pre-initialization 526 uint32_t all; /**< 32-bit access to status bits */ 530 * struct dmub_fw_meta_info - metadata associated with fw binary 558 * union dmub_fw_meta - ensures that dmub_fw_meta_info remains 64 bytes 572 * dmub_trace_code_t - firmware trace code, 32-bits [all …]
|
/linux-6.12.1/sound/pci/hda/ |
D | patch_ca0132.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 74 #define DESKTOP_EFX_FILE "ctefx-desktop.bin" 75 #define R3DI_EFX_FILE "ctefx-r3di.bin" 115 #define VNODES_COUNT (VNODE_END_NID - VNODE_START_NID) 126 #define OUT_EFFECTS_COUNT (OUT_EFFECT_END_NID - OUT_EFFECT_START_NID) 134 #define IN_EFFECTS_COUNT (IN_EFFECT_END_NID - IN_EFFECT_START_NID) 154 #define EFFECTS_COUNT (EFFECT_END_NID - EFFECT_START_NID) 163 * X-bass. 182 int params; /* number of default non-on/off params */ 223 { .name = "X-Bass", [all …]
|