Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
87 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro730 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_get_ngpios()732 gc->ngpio, FASTPATH_NGPIO); in gpiochip_get_ngpios()2885 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()2886 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()2890 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3179 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3180 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3184 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()