Home
last modified time | relevance | path

Searched refs:gpiod_is_active_low (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c278 *gpio_invert = !gpiod_is_active_low(desc); in mmc_gpiod_request_cd()
329 *gpio_invert = !gpiod_is_active_low(desc); in mmc_gpiod_request_ro()
/Linux-v4.19/include/linux/gpio/
Dconsumer.h141 int gpiod_is_active_low(const struct gpio_desc *desc);
448 static inline int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
/Linux-v4.19/Documentation/driver-api/gpio/
Dboard.rst55 gpiod_is_active_low(power) will be true).
Dconsumer.rst314 int gpiod_is_active_low(const struct gpio_desc *desc)
/Linux-v4.19/drivers/regulator/
Drk808-regulator.c723 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()
/Linux-v4.19/drivers/input/keyboard/
Dgpio_keys.c545 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/Linux-v4.19/sound/soc/codecs/
Dcs53l30.c1021 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
/Linux-v4.19/drivers/video/fbdev/
Datmel_lcdfb.c1087 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c2723 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
2728 EXPORT_SYMBOL_GPL(gpiod_is_active_low);