Searched +full:- +full:5300000 (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
D | cx231xx-dif.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * cx231xx-dif.h - driver for Conexant Cx23100/101/102 USB video capture devices 11 #include "cx231xx-reg.h" 22 /* BEGIN - DIF BPF register values from 30_quant.dat*/ 42 /* END - DIF BPF register values from 30_quant.dat*/ 46 /* BEGIN - DIF BPF register values from 31_quant.dat*/ 66 /* END - DIF BPF register values from 31_quant.dat*/ 70 /* BEGIN - DIF BPF register values from 32_quant.dat*/ 90 /* END - DIF BPF register values from 32_quant.dat*/ 94 /* BEGIN - DIF BPF register values from 33_quant.dat*/ [all …]
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
D | gcw0.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include <dt-bindings/clock/ingenic,tcu.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/iio/adc/ingenic,adc.h> 9 #include <dt-bindings/input/input.h> 29 stdout-path = "serial2:57600n8"; 33 compatible = "regulator-fixed"; 34 regulator-name = "vcc"; 36 regulator-min-microvolt = <3300000>; [all …]
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | bd9576-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/mfd/rohm-bd957x.h> 11 #include <linux/mfd/rohm-generic.h> 26 5200000, 5300000, 5400000, 5500000, 5500000, 47 const struct regulator_desc *desc = rdev->desc; in bd957x_vout34_list_voltage() 48 int multiplier = selector & desc->vsel_mask & 0x7f; in bd957x_vout34_list_voltage() 55 return desc->fixed_uV - tune; in bd957x_vout34_list_voltage() 57 return desc->fixed_uV + tune; in bd957x_vout34_list_voltage() 63 const struct regulator_desc *desc = rdev->desc; in bd957x_list_voltage() 64 int index = selector & desc->vsel_mask & 0x7f; in bd957x_list_voltage() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
D | adi,ltc2983.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices LTC2983 Multi-sensor Temperature system 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System 14 https://www.analog.com/media/en/technical-documentation/data-sheets/2983fc.pdf 19 - adi,ltc2983 27 adi,mux-delay-config-us: 38 adi,filter-notch-freq: [all …]
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | mp2629_charger.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 131 MP2629_PROPS(INPUT_VLIM, 3800000, 5300000, 100000), 148 "mp2629-batt-volt", 149 "mp2629-system-volt", 150 "mp2629-input-volt", 151 "mp2629-batt-current", 152 "mp2629-input-current", 162 ret = iio_read_channel_processed(charger->iiochan[ch], &chval); in mp2629_read_adc() 166 val->intval = chval * 1000; in mp2629_read_adc() 178 ret = regmap_field_read(charger->regmap_fields[fld], &rval); in mp2629_get_prop() [all …]
|
D | rt9455_charger.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 22 #define RT9455_DRIVER_NAME "rt9455-charger" 166 #define GET_MASK(fid) (BIT(rt9455_reg_fields[fid].msb + 1) - \ 170 * Each array initialised below shows the possible real-world values for a 172 * ascending order. The index of each real-world value represents the value 206 5225000, 5250000, 5275000, 5300000, 5325000, 5350000, 5375000, 5400000, 264 for (i = 0; i < tbl_size - 1; i++) in rt9455_find_idx() 268 return (tbl_size - 1); in rt9455_find_idx() 278 ret = regmap_field_read(info->regmap_fields[field], &v); in rt9455_get_field_val() 282 v = (v >= tbl_size) ? (tbl_size - 1) : v; in rt9455_get_field_val() [all …]
|
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* cx25840 - Conexant CX25840 audio/video decoder driver 10 * - cleanup/rewrite for V4L2 API (2005) 36 #include <media/v4l2-common.h> 37 #include <media/drv-intf/cx25840.h> 39 #include "cx25840-core.h" 73 /* ----------------------------------------------------------------------- */ 107 msgs[0].addr = client->addr; in cx25840_read() 113 msgs[1].addr = client->addr; in cx25840_read() 118 if (i2c_transfer(client->adapter, msgs, 2) < 2) in cx25840_read() [all …]
|