Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A Dextcon-gpio.c100 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/linux/drivers/mmc/core/
H A Dslot-gpio.c198 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/linux/drivers/pinctrl/
H A Dpinctrl-da9062.c157 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/linux/sound/soc/codecs/
H A Dwsa881x.c
/linux/drivers/gpio/
H A Dgpiolib.c3378 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
3383 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
5282 if (gpiod_is_active_low(desc)) in gpiod_get_array()
H A Dgpio-aggregator.c350 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]); in gpio_fwd_delay()
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst323 int gpiod_is_active_low(const struct gpio_desc *desc)
/linux/drivers/input/misc/
H A Diqs7222.c3129 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7222_probe()