Lines Matching +full:gpio +full:- +full:restart
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * max8998.h - Voltage regulator driver for the Maxim 8998
5 * Copyright (C) 2009-2010 Samsung Electrnoics
46 * max8998_regulator_data - regulator data
49 * @reg_node: DT node of regulator (unused on non-DT platforms)
58 * struct max8998_board - packages regulator init data
68 * @buck1_default_idx: Default for BUCK1 gpio pin 1, 2
69 * @buck2_default_idx: Default for BUCK2 gpio pin.
76 * @restart: Restart Level in mV: 100, 150, 200, and -1 for disable.
79 * @timeout: Full Timeout in hours: 5, 6, 7, and -1 for disable.
96 int restart; member