Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/core/
Dslot-gpio.c198 *gpio_invert = !gpiod_is_active_low(desc); in mmc_gpiod_request_cd()
245 *gpio_invert = !gpiod_is_active_low(desc); in mmc_gpiod_request_ro()
/Linux-v5.4/drivers/extcon/
Dextcon-gpio.c99 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/Linux-v5.4/include/linux/gpio/
Dconsumer.h162 int gpiod_is_active_low(const struct gpio_desc *desc);
482 static inline int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
/Linux-v5.4/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-v5.4/drivers/input/keyboard/
Dgpio_keys.c539 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/Linux-v5.4/sound/soc/codecs/
Dcs53l30.c1017 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
/Linux-v5.4/drivers/gpio/
Dgpiolib.c3207 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
3212 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
4827 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/Linux-v5.4/drivers/regulator/
Drk808-regulator.c1306 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()
/Linux-v5.4/drivers/video/fbdev/
Datmel_lcdfb.c1004 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()