Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpiolib.c68 #define FASTPATH_NGPIO CONFIG_GPIOLIB_FASTPATH_LIMIT macro
678 if (gc->ngpio > FASTPATH_NGPIO) in gpiochip_add_data_with_key()
680 gc->ngpio, FASTPATH_NGPIO); in gpiochip_add_data_with_key()
2707 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_get_array_value_complex()
2708 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_get_array_value_complex()
2712 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_get_array_value_complex()
3001 DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); in gpiod_set_array_value_complex()
3002 DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); in gpiod_set_array_value_complex()
3006 if (likely(gc->ngpio <= FASTPATH_NGPIO)) { in gpiod_set_array_value_complex()