Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
79 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro872 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_get_ngpios()874 gc->ngpio, FASTPATH_NGPIO); in gpiochip_get_ngpios()3091 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3092 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3100 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3400 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3401 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3409 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()