Home
last modified time | relevance | path

Searched +full:rload +full:- +full:ohm (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/potentiostat/
Dti,lmp91000.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matt Ranostay <matt.ranostay@konsulko.com>
20 - ti,lmp91000
21 - ti,lmp91002
26 io-channels:
29 ti,external-tia-resistor:
32 If the property ti,tia-gain-ohm is not defined this needs to be set to
35 ti,tia-gain-ohm:
[all …]
/linux-6.12.1/drivers/iio/potentiostat/
Dlmp91000.c1 // SPDX-License-Identifier: GPL-2.0+
3 * lmp91000.c - Support for Texas Instruments digital potentiostats
42 #define LMP91000_TEMP_BASE -40
74 /* 64-bit data + 64-bit naturally aligned timestamp */
99 .scan_index = -1,
107 ret = regmap_read(data->regmap, LMP91000_REG_MODECN, &state); in lmp91000_read()
109 return -EINVAL; in lmp91000_read()
111 ret = regmap_write(data->regmap, LMP91000_REG_MODECN, channel); in lmp91000_read()
113 return -EINVAL; in lmp91000_read()
119 data->chan_select = channel != LMP91000_REG_MODECN_3LEAD; in lmp91000_read()
[all …]
/linux-6.12.1/include/linux/
Dpower_supply.h1 /* SPDX-License-Identifier: GPL-2.0-only */
226 /* Run-time specific power supply configuration */
354 * struct power_supply_maintenance_charge_table - setting for maintenace charging
387 * +-------------------------------------------------------------------> t
389 * Practically this means that the Li-ions are wandering back and forth in the
400 * +-------------------------------------------------------------------> t
411 * As an example, a Samsung EB425161LA Lithium-Ion battery is CC/CV charged
426 * the expected stand-by current. Also overvoltage protection will be applied
438 * struct power_supply_battery_info - information about batteries
565 * for example 10 for +/- 10%, if the bti_resistance is set to 7000 and the
[all …]