Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
80 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro969 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_get_ngpios()971 gc->ngpio, FASTPATH_NGPIO); in gpiochip_get_ngpios()3355 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3356 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3364 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3696 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3697 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3705 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()