Searched +full:dc +full:- +full:dc +full:- +full:ilim +full:- +full:microamp (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/iio/dac/ |
D | adi,ad5758.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <Michael.Hennerich@analog.com> 19 spi-cpha: true 21 adi,dc-dc-mode: 25 Mode of operation of the dc-to-dc converter 32 In this mode, the VDPC+ voltage is user-programmable to a fixed level 47 adi,range-microvolt: 51 - items: [all …]
|
/Linux-v6.6/drivers/iio/dac/ |
D | ad5758.c | 1 // SPDX-License-Identifier: GPL-2.0 101 * struct ad5758_state - driver instance specific data 107 * @dc_dc_ilim: variable which stores the dc-to-dc converter current limit 135 * 1101: -1 mA to +22 mA current range 160 { AD5758_RANGE_PLUSMINUS_5V, -5000000, 5000000 }, 161 { AD5758_RANGE_PLUSMINUS_10V, -10000000, 10000000 } 168 { AD5758_RANGE_PLUSMINUS_20mA, -20000, 20000 }, 169 { AD5758_RANGE_PLUSMINUS_24mA, -24000, 24000 }, 170 { AD5758_RANGE_MINUS_1mA_PLUS_22mA, -1000, 22000 }, 190 .tx_buf = &st->d32[0], in ad5758_spi_reg_read() [all …]
|
/Linux-v6.6/drivers/power/supply/ |
D | bq2515x_charger.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/ 137 * struct bq2515x_init_data - 138 * @ilim: input current limit 144 int ilim; member 156 * struct bq2515x_device - 278 ret = regmap_read(bq2515x->regmap, BQ2515X_STAT0, &val); in bq2515x_wake_up() 286 gpiod_set_value_cansleep(bq2515x->powerdown_gpio, 0); in bq2515x_wake_up() 288 gpiod_set_value_cansleep(bq2515x->reset_gpio, 0); in bq2515x_wake_up() 290 gpiod_set_value_cansleep(bq2515x->reset_gpio, 1); in bq2515x_wake_up() [all …]
|