Home
last modified time | relevance | path

Searched refs:TWL4030_GPIO_MAX (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-twl4030.c213 if (offset >= TWL4030_GPIO_MAX) { in twl_request()
218 offset -= TWL4030_GPIO_MAX; in twl_request()
278 if (offset >= TWL4030_GPIO_MAX) { in twl_free()
279 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()
299 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()
340 if (offset < TWL4030_GPIO_MAX) in twl_set()
343 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()
359 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()
368 * LED gpios i.e. offset >= TWL4030_GPIO_MAX are always output in twl_direction_out()
384 * LED GPIOs >= TWL4030_GPIO_MAX ar in twl_get_direction()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-twl4030.c215 if (offset >= TWL4030_GPIO_MAX) { in twl_request()
220 offset -= TWL4030_GPIO_MAX; in twl_request()
280 if (offset >= TWL4030_GPIO_MAX) { in twl_free()
281 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()
301 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()
342 if (offset < TWL4030_GPIO_MAX) in twl_set()
345 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()
361 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()
370 * LED gpios i.e. offset >= TWL4030_GPIO_MAX are always output in twl_direction_out()
386 * LED GPIOs >= TWL4030_GPIO_MAX ar in twl_get_direction()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtwl4030-irq.c114 .bits = TWL4030_GPIO_MAX,
174 .bits = TWL4030_GPIO_MAX,
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtwl4030-irq.c115 .bits = TWL4030_GPIO_MAX,
175 .bits = TWL4030_GPIO_MAX,
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dtwl.h294 #define TWL4030_GPIO_MAX 18 macro
576 /* TWL4030_GPIO_MAX (18) GPIOs, with interrupts */
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dtwl.h296 #define TWL4030_GPIO_MAX 18 macro
578 /* TWL4030_GPIO_MAX (18) GPIOs, with interrupts */

Completed in 9 milliseconds