Searched refs:gpiod_get_array_value_complex (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib.h | 85 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
|
| H A D | gpiolib.c | 2676 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function 2847 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value() 2873 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value() 3482 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep() 3508 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()
|
| H A D | gpiolib-cdev.c | 204 int ret = gpiod_get_array_value_complex(false, in linehandle_ioctl() 1008 ret = gpiod_get_array_value_complex(false, true, num_get, in linereq_get_values()
|