Home
last modified time | relevance | path

Searched refs:gpiod_get_raw_value (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/
Dgpio.h104 return gpiod_get_raw_value(gpio_to_desc(gpio)); in gpio_get_value()
/Linux-v6.6/include/linux/gpio/
Dconsumer.h127 int gpiod_get_raw_value(const struct gpio_desc *desc);
393 static inline int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function
/Linux-v6.6/drivers/hte/
Dhte-tegra194.c592 return gpiod_get_raw_value(desc); in tegra_hte_get_level()
/Linux-v6.6/drivers/gpio/
Dgpiolib.c2910 int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function
2917 EXPORT_SYMBOL_GPL(gpiod_get_raw_value);
/Linux-v6.6/Documentation/driver-api/gpio/
Dconsumer.rst312 int gpiod_get_raw_value(const struct gpio_desc *desc)