Home
last modified time | relevance | path

Searched refs:FASTPATH_NGPIO (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
Dgpiolib.c68 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro
671 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()
673 gc->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()
2623 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()
2624 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()
2628 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()
2917 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()
2918 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()
2922 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()