Searched +full:1616 +full:v (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | galaxycore,gc2145.yaml | 15 1616V x 1232H active pixel array, on-chip 10-bit ADC, and image signal 41 description: Power Supply for I/O circuits (1.7 - 3V). 44 description: Power for analog circuit/sensor array (2.7 - 3V). 47 description: Power for digital core (1.7 - 1.9V).
|
/linux-6.12.1/Documentation/trace/ |
D | timerlat-tracer.rst | 122 v | | 128 [another thread...^ v..^ v.......][timerlat/ thread] <-- CPU timeline 131 |--^ v-------| 149 … insmod-1026 [007] d..h1.. 200.202587: #29800 context irq timer_latency 1616 ns
|
/linux-6.12.1/drivers/iio/adc/ |
D | qcom-vadc-common.c | 64 * 1.875V reference. 73 { 1616, -10000 }, 488 /* convert voltage to ADC code, using 1.875V reference */ 511 * The normal data range is between 0V to 1.875V. On cases where in qcom_vadc_scale_code_voltage_factor() 514 * for the cases where the code represents a value below 0V in qcom_vadc_scale_code_voltage_factor() 519 /* (ADC code * vref_vadc (1.875V)) / full_scale_code */ in qcom_vadc_scale_code_voltage_factor()
|
/linux-6.12.1/include/sound/ |
D | emu10k1.h | 64 #define REG_VAL_GET(r, v) ((v & REG_MASK(r)) >> REG_SHIFT(r)) argument 65 #define REG_VAL_PUT(r, v) ((v) << REG_SHIFT(r)) argument 223 /* the SPDIF V-bit indicates invalid audio */ 1181 * Hana3, rev2 1010,1212m,1616[m] using Tina 1211 * Mana, Cardbus 1616 using Tina2 1310 /* Additional destinations for 1616(M)/Microdock */ 1347 * Hana3, rev2 1010,1212m,1616[m] using Tina 1381 * Mana, Cardbus 1616 using Tina2 1450 /* Additional inputs for 1616(M)/Microdock */
|
/linux-6.12.1/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-colors.c | 228 1607, 1608, 1609, 1610, 1611, 1613, 1614, 1615, 1616, 1617, 1619, 1620, 1621, 1622, 1624, 1625, 1165 static double transfer_srgb_to_rgb(double v) in transfer_srgb_to_rgb() argument 1167 if (v < -0.04045) in transfer_srgb_to_rgb() 1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1172 static double transfer_rgb_to_srgb(double v) in transfer_rgb_to_srgb() argument 1174 if (v <= -0.0031308) in transfer_rgb_to_srgb() 1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb() 1176 if (v <= 0.0031308) in transfer_rgb_to_srgb() 1177 return v * 12.92; in transfer_rgb_to_srgb() [all …]
|
/linux-6.12.1/sound/pci/ac97/ |
D | ac97_patch.c | 1677 #define AC97_AD198X_VREFH 0x0008 /* 0=2.25V, 1=3.7V */ 1678 #define AC97_AD198X_VREF_0 0x000c /* 0V (AD1985 only) */ 1722 #define AC97_AD1986_CVREF0 0x0004 /* C/LFE VREF_OUT 2.25V */ 1723 #define AC97_AD1986_CVREF1 0x0008 /* C/LFE VREF_OUT 0V */ 1724 #define AC97_AD1986_CVREF2 0x0010 /* C/LFE VREF_OUT 3.7V */ 1729 #define AC97_AD1986_MVREF0 0x0400 /* MIC VREF_OUT 2.25V */ 1730 #define AC97_AD1986_MVREF1 0x0800 /* MIC VREF_OUT 0V */ 1731 #define AC97_AD1986_MVREF2 0x1000 /* MIC VREF_OUT 3.7V */ 1741 #define AC97_AD1986_LVREF0 0x0100 /* LINE_OUT VREF_OUT 2.25V */ 1742 #define AC97_AD1986_LVREF1 0x0200 /* LINE_OUT VREF_OUT 0V */ [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | gc2145.c | 100 #define GC2145_NATIVE_WIDTH 1616U 475 "iovdd", /* Digital I/O (1.7-3V) suppply */ 476 "avdd", /* Analog (2.7-3V) supply */ 477 "dvdd", /* Digital Core (1.7-1.9V) supply */
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mcdi_pcol.h | 299 /* enum: V-adaptor not found. */ 303 /* enum: V-switch not found. */ 311 /* enum: Invalid v-switch type. */ 313 /* enum: Invalid v-port type. */ 7685 /* enum: 1.0v power: mV */ 7687 /* enum: 1.2v power: mV */ 7689 /* enum: 1.8v power: mV */ 7691 /* enum: 2.5v power: mV */ 7693 /* enum: 3.3v power: mV */ 7695 /* enum: 12v power: mV */ [all …]
|