Lines Matching +full:gpio +full:- +full:pol
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * gpio.h -- GPIO Driver for Wolfson WM8350 PMIC
14 * GPIO Registers.
30 * GPIO Functions
172 * R30 (0x1E) - GPIO Interrupt Status
190 * R128 (0x80) - GPIO Debounce
207 * R129 (0x81) - GPIO Pin pull up Control
224 * R130 (0x82) - GPIO Pull down Control
241 * R131 (0x83) - GPIO Interrupt Mode
258 * R133 (0x85) - GPIO Control
263 * R134 (0x86) - GPIO Configuration (i/o)
280 * R135 (0x87) - GPIO Pin Polarity / Type
297 * R140 (0x8C) - GPIO Function Select 1
305 * R141 (0x8D) - GPIO Function Select 2
313 * R142 (0x8E) - GPIO Function Select 3
321 * R143 (0x8F) - GPIO Function Select 4
326 * R230 (0xE6) - GPIO Pin Status
344 int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func,
345 int pol, int pull, int invert, int debounce);
352 * GPIO Interrupts