Home
last modified time | relevance | path

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

/drivers/extcon/
Dextcon-gpio.c99 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/drivers/mmc/core/
Dslot-gpio.c199 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/drivers/pinctrl/
Dpinctrl-da9062.c161 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c389 gpiod_is_active_low(nand->busy_gpio)) in ingenic_nand_init_chip()
/drivers/input/keyboard/
Dgpio_keys.c538 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/drivers/gpio/
Dgpiolib.c2601 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
2606 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
4311 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/drivers/regulator/
Drk808-regulator.c1291 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()
/drivers/video/fbdev/
Datmel_lcdfb.c1004 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()