Home
last modified time | relevance | path

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

/linux-5.10/drivers/gpio/
Dgpiolib.h85 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
Dgpiolib.c2642 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function
2813 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value()
2839 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value()
3438 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep()
3464 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()
Dgpiolib-cdev.c204 int ret = gpiod_get_array_value_complex(false, in linehandle_ioctl()
1006 ret = gpiod_get_array_value_complex(false, true, num_get, in linereq_get_values()