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.,
34 * ----------------------------------------------------------------------------
36 * ----------------------------------------------------------------------------
109 * ----------------------------------------------------------------------------
111 * ----------------------------------------------------------------------------
127 * ----------------------------------------------------------------------------
129 * ----------------------------------------------------------------------------
133 * 0 mA -- DON'T DRAW (might supply power instead)
134 * 100 mA -- usb unit load (slowest charge rate)
135 * 500 mA -- usb high power (fast battery charge)
180 * struct tps65010_board - packages GPIO and LED lines
181 * @outmask: bit (N-1) is set to allow GPIO-N to be used as an
183 * @setup: optional callback issued once the GPIOs are valid
184 * @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.