Searched refs:gpiod_set_array_value_complex (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib.h | 131 int gpiod_set_array_value_complex(bool raw, bool can_sleep,
|
H A D | gpiolib.c | 3144 int gpiod_set_array_value_complex(bool raw, bool can_sleep, in gpiod_set_array_value_complex() function 3334 return gpiod_set_array_value_complex(true, false, array_size, in gpiod_set_raw_array_value() 3359 return gpiod_set_array_value_complex(false, false, array_size, in gpiod_set_array_value() 3761 return gpiod_set_array_value_complex(true, true, array_size, desc_array, in gpiod_set_raw_array_value_cansleep() 3803 return gpiod_set_array_value_complex(false, true, array_size, in gpiod_set_array_value_cansleep()
|
H A D | gpiolib-cdev.c | 290 return gpiod_set_array_value_complex(false, in linehandle_ioctl_unlocked() 1530 ret = gpiod_set_array_value_complex(false, true, num_set, in linereq_set_values_unlocked()
|