Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/extcon/
Dextcon-gpio.c100 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/Linux-v5.15/sound/soc/tegra/
Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); in tegra_wm8903_init()
/Linux-v5.15/include/linux/gpio/
Dconsumer.h165 int gpiod_is_active_low(const struct gpio_desc *desc);
504 static inline int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
/Linux-v5.15/drivers/mmc/core/
Dslot-gpio.c188 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/Linux-v5.15/drivers/pinctrl/
Dpinctrl-da9062.c161 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/Linux-v5.15/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c389 gpiod_is_active_low(nand->busy_gpio)) in ingenic_nand_init_chip()
/Linux-v5.15/Documentation/driver-api/gpio/
Dboard.rst55 gpiod_is_active_low(power) will be true).
Dconsumer.rst321 int gpiod_is_active_low(const struct gpio_desc *desc)
/Linux-v5.15/sound/soc/codecs/
Dcs53l30.c1018 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
/Linux-v5.15/drivers/input/keyboard/
Dgpio_keys.c562 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/Linux-v5.15/drivers/gpio/
Dgpiolib.c2454 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
2459 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
4174 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/Linux-v5.15/drivers/video/fbdev/
Datmel_lcdfb.c1004 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/Linux-v5.15/drivers/regulator/
Drk808-regulator.c1277 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()