Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
69 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro637 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()639 gc->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()2714 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex()2718 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()2997 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex()3001 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()