Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
65 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro628 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()630 gc->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()2680 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex()2684 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()2963 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex()2967 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()