Lines Matching +full:program +full:- +full:gpios
7 * This program is free software; you can redistribute it and/or modify it
24 * with this program; if not, write to the Free Software Foundation, Inc.,
32 * ----------------------------------------------------------------------------
34 * ----------------------------------------------------------------------------
107 * ----------------------------------------------------------------------------
109 * ----------------------------------------------------------------------------
125 * ----------------------------------------------------------------------------
127 * ----------------------------------------------------------------------------
131 * 0 mA -- DON'T DRAW (might supply power instead)
132 * 100 mA -- usb unit load (slowest charge rate)
133 * 500 mA -- usb high power (fast battery charge)
178 * struct tps65010_board - packages GPIO and LED lines
179 * @base: the GPIO number to assign to GPIO-1
180 * @outmask: bit (N-1) is set to allow GPIO-N to be used as an
182 * @setup: optional callback issued once the GPIOs are valid
183 * @teardown: optional callback issued before the GPIOs are invalidated
187 * in by the generic GPIO and LED frameworks. The first four GPIOs
191 * The @setup callback may be used with the kind of board-specific glue
192 * which hands the (now-valid) GPIOs to other drivers, or which puts
193 * devices in their initial states using these GPIOs.