Searched +full:dok +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Sebastian Reichel <sre@kernel.org>13 - $ref: power-supply.yaml#19 dok-gpios:23 uok-gpios:27 cen-gpios:31 chg-gpios:35 flt-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * max8903_charger.c - Maxim 8903 USB/Adapter Charger Driver22 * GPIOs24 * dok or uok must be present.25 * If dok is present, cen must be present.28 struct gpio_desc *dok; /* DC (Adapter) Power OK output */ member32 struct gpio_desc *dcm; /* Current-Limit Mode input (1: DC, 2: USB) */53 val->intval = POWER_SUPPLY_STATUS_UNKNOWN; in max8903_get_property()54 if (data->chg) { in max8903_get_property()55 if (gpiod_get_value(data->chg)) in max8903_get_property()[all …]