Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dgpio.h100 return gpiod_get_raw_value(gpio_to_desc(gpio)); in __gpio_get_value()
/Linux-v5.4/include/linux/gpio/
Dconsumer.h126 int gpiod_get_raw_value(const struct gpio_desc *desc);
378 static inline int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function
/Linux-v5.4/drivers/mmc/core/
Dslot-gpio.c86 gpiod_get_raw_value(ctx->cd_gpio); in mmc_gpio_get_cd()
/Linux-v5.4/Documentation/driver-api/gpio/
Dconsumer.rst306 int gpiod_get_raw_value(const struct gpio_desc *desc)
/Linux-v5.4/drivers/gpio/
Dgpiolib.c3382 int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() function
3389 EXPORT_SYMBOL_GPL(gpiod_get_raw_value);