Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpiolib.h187 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
Dgpiolib.c435 int ret = gpiod_get_array_value_complex(false, in linehandle_ioctl()
2785 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function
2915 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value()
2937 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value()
3431 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep()
3454 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()