| /OK3568_Linux_fs/kernel/drivers/iio/potentiometer/ |
| H A D | mcp4531.c | 18 * mcp4631 2 129 5, 10, 50, 100 0101xxx 19 * mcp4632 2 129 5, 10, 50, 100 01011xx 20 * mcp4641 2 129 5, 10, 50, 100 0101xxx 21 * mcp4642 2 129 5, 10, 50, 100 01011xx 22 * mcp4651 2 257 5, 10, 50, 100 0101xxx 23 * mcp4652 2 257 5, 10, 50, 100 01011xx 24 * mcp4661 2 257 5, 10, 50, 100 0101xxx 25 * mcp4662 2 257 5, 10, 50, 100 01011xx 39 int kohms; member 78 [MCP453x_502] = { .wipers = 1, .avail = { 0, 1, 128 }, .kohms = 5, }, [all …]
|
| H A D | mcp4131.c | 19 * mcp4231 2 129 5, 10, 50, 100 20 * mcp4232 2 129 5, 10, 50, 100 21 * mcp4241 2 129 5, 10, 50, 100 22 * mcp4242 2 129 5, 10, 50, 100 23 * mcp4251 2 257 5, 10, 50, 100 24 * mcp4252 2 257 5, 10, 50, 100 25 * mcp4261 2 257 5, 10, 50, 100 26 * mcp4262 2 257 5, 10, 50, 100 45 #define MCP4131_WRITE (0x00 << 2) 46 #define MCP4131_READ (0x03 << 2) [all …]
|
| H A D | mcp41010.c | 14 * mcp42010 2 256 10 15 * mcp42050 2 256 50 16 * mcp42100 2 256 100 29 #define MCP41010_MAX_WIPERS 2 37 int kohms; member 50 [MCP41010] = { .name = "mcp41010", .wipers = 1, .kohms = 10, }, 51 [MCP41050] = { .name = "mcp41050", .wipers = 1, .kohms = 50, }, 52 [MCP41100] = { .name = "mcp41100", .wipers = 1, .kohms = 100, }, 53 [MCP42010] = { .name = "mcp42010", .wipers = 2, .kohms = 10, }, 54 [MCP42050] = { .name = "mcp42050", .wipers = 2, .kohms = 50, }, [all …]
|
| H A D | ad5272.c | 21 #define AD5272_RDAC_RD 2 29 int kohms; member 42 [AD5272_020] = { .max_pos = 1024, .kohms = 20 }, 43 [AD5272_050] = { .max_pos = 1024, .kohms = 50 }, 44 [AD5272_100] = { .max_pos = 1024, .kohms = 100 }, 45 [AD5274_020] = { .max_pos = 256, .kohms = 20, .shift = 2 }, 46 [AD5274_100] = { .max_pos = 256, .kohms = 100, .shift = 2 }, 53 u8 buf[2] ____cacheline_aligned; 67 data->buf[0] = (reg << 2) | ((val >> 8) & 0x3); in ad5272_write() 80 data->buf[0] = reg << 2; in ad5272_read() [all …]
|
| H A D | tpl0102.c | 19 int kohms; member 31 [CAT5140_503] = { .wipers = 1, .avail = { 0, 1, 255 }, .kohms = 50, }, 32 [CAT5140_104] = { .wipers = 1, .avail = { 0, 1, 255 }, .kohms = 100, }, 34 [TPL0102_104] = { .wipers = 2, .avail = { 0, 1, 255 }, .kohms = 100 }, 35 [TPL0401_103] = { .wipers = 1, .avail = { 0, 1, 127 }, .kohms = 10, }, 76 *val = 1000 * data->cfg->kohms; in tpl0102_read_raw() 77 *val2 = data->cfg->avail[2] + 1; in tpl0102_read_raw() 111 if (val > data->cfg->avail[2] || val < 0) in tpl0102_write_raw()
|
| H A D | max5481.c | 20 #define MAX5481_COPY_AB_TO_NV (2 << 4) 34 int kohms; member 38 [max5481] = { .kohms = 10, }, 39 [max5482] = { .kohms = 50, }, 40 [max5483] = { .kohms = 10, }, 41 [max5484] = { .kohms = 50, }, 71 data->msg[1] = val >> 2; in max5481_write_cmd() 72 data->msg[2] = (val & 0x3) << 6; in max5481_write_cmd() 93 *val = 1000 * data->cfg->kohms; in max5481_read_raw()
|
| H A D | ds1803.c | 9 * ds1803 2 256 10, 50, 100 0101xxx 29 int kohms; member 33 [DS1803_010] = { .kohms = 10, }, 34 [DS1803_050] = { .kohms = 50, }, 35 [DS1803_100] = { .kohms = 100, }, 77 *val = 1000 * data->cfg->kohms; in ds1803_read_raw()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | sgtl5000.yaml | 40 description: The bias resistor to be used in kOhms. The resistor can take 41 values of 2k, 4k or 8k. If set to 0 it will be off. If this node is not 45 enum: [ 0, 2, 4, 8 ] 56 The LRCLK pad strength. Possible values are: 0, 1, 2 and 3 as per the 62 2 = 3.33 mA 5.74 mA 8.03 mA 65 enum: [ 0, 1, 2, 3 ] 69 The SCLK pad strength. Possible values are: 0, 1, 2 and 3 as per the 75 2 = 3.33 mA 5.74 mA 8.03 mA 78 enum: [ 0, 1, 2, 3 ] 101 micbias-resistor-k-ohms = <2>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm3532.txt | 34 Per the data sheet the max ALS voltage is 2V and the min is 0V 39 Values above 37kohms will be set to the "High Impedance" setting 89 led-sources = <2>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | stm32mp157a-dk1-u-boot.dtsi | 46 * 5 * (56 + 47kOhms) * 5pF => 2.5us. 96 2 /*APB5*/ 142 cfg = < 2 80 0 0 0 PQR(1,0,0) >; 149 cfg = < 2 65 1 0 0 PQR(1,1,1) >; 155 pll3: st,pll@2 {
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | bu21029_ts.c | 8 * it under the terms of the GNU General Public License version 2 as 62 * | MAV | AVE[2:0] | 0 | SMPL[2:0] | 100 * PU90K: 0 = internal pull-up resistance for touch detection is ~50kohms (*) 101 * 1 = internal pull-up resistance for touch detection is ~90kohms 115 * | 0 | PVDD[2:0] | 0 | AVDD[2:0] | 142 * tPON + tDLY1 + (tTIME_ST_ADC + (tADC * tSMPL) * 2 + tDLY2) * 3 149 #define START_DELAY_MS 2 182 y = (buf[2] << 4) | (buf[3] >> 4); in bu21029_touch_report()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/ |
| H A D | adi,ltc2983.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 29 The LTC2983 performs 2 or 3 internal conversion cycles per temperature 44 2 - 50Hz rejection 47 maximum: 2 85 2 - Type K Thermocouple 126 minItems: 2 127 maxItems: 2 181 minimum: 2 209 enum: [2, 3, 4, 5] 214 resistor is used for multiple 2-, 3-, and/or 4-wire RTDs. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp15xx-dkx.dtsi | 104 * 5 * (56 + 47kOhms) * 5pF => 2.5us. 114 st,adc-channels = <0 1 2 6 18 19>; 246 #interrupt-cells = <2>; 441 mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>; 481 dai-tdm-slot-num = <2>; 489 st,sync = <&sai2a 2>; 499 dai-tdm-slot-num = <2>; 510 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>; 523 pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>; 557 timer@2 { [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | da7219-aad.c | 166 /* Enable HPTest block, 1KOhms check */ in da7219_aad_hptest_work() 480 case 2: in da7219_aad_fw_btn_cfg() 585 case 2: in da7219_aad_fw_btn_avg() 603 case 2: in da7219_aad_fw_adc_1bit_rpt()
|
| H A D | sgtl5000.c | 114 SGTL5000_MICBIAS_2K = 2, 239 * Don't clear VAG_POWERUP if 2 or more consumers of VAG present: in vag_power_off() 245 if (vag_power_consumers(component, ana_pwr, source) >= 2) in vag_power_off() 262 * 0x1 = 2Kohm 377 SGTL5000_CHIP_ANA_CTRL, 2, 511 uinfo->count = 2; in dac_info_volsw() 625 * avc_put_threshold function: register_value = 10^(dB/20) * 0.636 * 2^15 ==> 660 * register_value = 10^(dB/20) * 0.636 * 2^15 754 SOC_SINGLE_TLV("AVC Max Gain Volume", SGTL5000_DAP_AVC_CTRL, 12, 2, 0, 767 SOC_SINGLE_TLV("BASS 2", SGTL5000_DAP_EQ_BASS_BAND2, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | amijoy.rst | 15 2 Up1 6 Up2 30 2 Down 47 2 H-pulse 64 2 Top2 button 81 2 n/c 111 - Mouse counter usage (pins 1,3 =Yclock, pins 2,4 =Xclock) 123 clocked by 2 of the signals input from the mouse serial 133 | 2 | M0V | JOY0DAT Vertical Clock | 158 | Back | 2 | X1 xor X0 (BIT#01 xor BIT#00) | 192 from 2 controller connectors (left-right) with 2 pins each. [all …]
|