Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance
68 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro655 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()657 gc->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()2570 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()2571 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()2575 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()2864 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()2865 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()2869 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()
Completed in 10 milliseconds