Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
67 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro1297 if (chip->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()1299 chip->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()2794 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex()2798 if (likely(chip->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()3037 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex()3041 if (likely(chip->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()