Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
69 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro1320 if (chip->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()1322 chip->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()3308 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex()3312 if (likely(chip->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3591 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex()3595 if (likely(chip->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()