Searched refs:gpiod_set_array_value_complex (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpio/ |
D | gpiolib.h | 87 int gpiod_set_array_value_complex(bool raw, bool can_sleep,
|
D | gpiolib.c | 472 return gpiod_set_array_value_complex(false, in linehandle_ioctl() 3555 int gpiod_set_array_value_complex(bool raw, bool can_sleep, in gpiod_set_array_value_complex() function 3740 return gpiod_set_array_value_complex(true, false, array_size, in gpiod_set_raw_array_value() 3765 return gpiod_set_array_value_complex(false, false, array_size, in gpiod_set_array_value() 4150 return gpiod_set_array_value_complex(true, true, array_size, desc_array, in gpiod_set_raw_array_value_cansleep() 4192 return gpiod_set_array_value_complex(false, true, array_size, in gpiod_set_array_value_cansleep()
|