Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpiolib.h82 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
Dgpiolib.c439 int ret = gpiod_get_array_value_complex(false, in linehandle_ioctl()
3269 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function
3441 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value()
3467 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value()
4062 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep()
4088 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()