Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
95 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro1129 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_get_ngpios()1131 gc->ngpio, FASTPATH_NGPIO); in gpiochip_get_ngpios()3507 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3508 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()3516 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3852 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3853 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()3861 if (likely(guard.gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()