Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.h152 int gpiod_set_array_value_complex(bool raw, bool can_sleep,
H A Dgpiolib.c3700 int gpiod_set_array_value_complex(bool raw, bool can_sleep, in gpiod_set_array_value_complex() function
3927 return gpiod_set_array_value_complex(true, false, array_size, in gpiod_set_raw_array_value()
3955 return gpiod_set_array_value_complex(false, false, array_size, in gpiod_set_array_value()
4390 return gpiod_set_array_value_complex(true, true, array_size, desc_array, in gpiod_set_raw_array_value_cansleep()
4433 return gpiod_set_array_value_complex(false, true, array_size, in gpiod_set_array_value_cansleep()
H A Dgpiolib-cdev.c252 return gpiod_set_array_value_complex(false, in linehandle_ioctl()
1368 ret = gpiod_set_array_value_complex(false, true, num_set, in linereq_set_values()