Searched refs:gpiod_get_array_value_complex (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpio/ |
D | gpiolib.h | 126 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
|
D | gpiolib.c | 2846 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function 3028 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value() 3054 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value() 3672 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep() 3698 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()
|
D | gpiolib-cdev.c | 254 ret = gpiod_get_array_value_complex(false, true, in linehandle_ioctl_unlocked() 1296 ret = gpiod_get_array_value_complex(false, true, num_get, in linereq_get_values()
|