Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
79 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro911 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_get_ngpios()913 gc->ngpio, FASTPATH_NGPIO); in gpiochip_get_ngpios()3193 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3194 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3202 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3502 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3503 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3511 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()