Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
86 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro729 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_get_ngpios()731 gc->ngpio, FASTPATH_NGPIO); in gpiochip_get_ngpios()2825 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()2826 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()2830 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3119 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3120 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3124 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()