Lines Matching +full:charge +full:- +full:led
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)
144 * led: LED1 or LED2
147 extern int tps65010_set_led(unsigned led, unsigned mode);
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
186 * Board data may be used to package the GPIO (and LED) lines for use
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