Home
last modified time | relevance | path

Searched refs:gpiod_get_array_value_complex (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.h85 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
H A Dgpiolib.c2686 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() function
2857 return gpiod_get_array_value_complex(true, false, array_size, in gpiod_get_raw_array_value()
2883 return gpiod_get_array_value_complex(false, false, array_size, in gpiod_get_array_value()
3492 return gpiod_get_array_value_complex(true, true, array_size, in gpiod_get_raw_array_value_cansleep()
3518 return gpiod_get_array_value_complex(false, true, array_size, in gpiod_get_array_value_cansleep()
H A Dgpiolib-cdev.c209 ret = gpiod_get_array_value_complex(false, true, in linehandle_ioctl()
1011 ret = gpiod_get_array_value_complex(false, true, num_get, in linereq_get_values()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib.h126 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
H A Dgpiolib.c2846 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()
H A Dgpiolib-cdev.c254 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()

Completed in 21 milliseconds