Searched refs:gpiod_get_array_value_complex (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpio/ |
| A D | gpiolib.h | 85 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
|
| A D | gpiolib.c | 2532 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function 2714 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value() 2740 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value() 3348 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep() 3374 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()
|
| A D | gpiolib-cdev.c | 204 int ret = gpiod_get_array_value_complex(false, in linehandle_ioctl() 1031 ret = gpiod_get_array_value_complex(false, true, num_get, in linereq_get_values()
|
| /linux/ |
| A D | System.map | 20141 ffff800010570940 T gpiod_get_array_value_complex
|
| A D | .tmp_System.map | 20141 ffff800010570940 T gpiod_get_array_value_complex
|
Completed in 869 milliseconds