Searched refs:gpiod_set_array_value_priv (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpio/ |
D | gpiolib.c | 1440 static void gpiod_set_array_value_priv(bool raw, bool can_sleep, in gpiod_set_array_value_priv() function 1550 gpiod_set_array_value_priv(true, false, array_size, desc_array, in gpiod_set_raw_array_value() 1572 gpiod_set_array_value_priv(false, false, array_size, desc_array, in gpiod_set_array_value() 1757 gpiod_set_array_value_priv(true, true, array_size, desc_array, in gpiod_set_raw_array_value_cansleep() 1780 gpiod_set_array_value_priv(false, true, array_size, desc_array, in gpiod_set_array_value_cansleep()
|