Home
last modified time | relevance | path

Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
Dgpiolib.c68 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro
678 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()
680 gc->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()
2715 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()
2716 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()
2720 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()
3009 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()
3010 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()
3014 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()