Searched refs:gpiod_is_active_low (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/extcon/
H A Dextcon-gpio.c100 if (gpiod_is_active_low(data->gpiod))
/linux-master/sound/soc/tegra/
H A Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det);
/linux-master/include/linux/gpio/
H A Dconsumer.h164 int gpiod_is_active_low(const struct gpio_desc *desc);
502 static inline int gpiod_is_active_low(const struct gpio_desc *desc) function
/linux-master/drivers/mmc/core/
H A Dslot-gpio.c211 if (override_active_level && !gpiod_is_active_low(desc))
/linux-master/drivers/pinctrl/
H A Dpinctrl-da9062.c157 gpi_type = !gpiod_is_active_low(desc);
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c346 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]);
H A Dgpiolib.c2909 * gpiod_is_active_low - test whether a GPIO is active-low or not
2914 int gpiod_is_active_low(const struct gpio_desc *desc) function
2919 EXPORT_SYMBOL_GPL(gpiod_is_active_low); variable
4638 if (gpiod_is_active_low(desc))
/linux-master/sound/soc/codecs/
H A Dcs53l30.c1012 if (gpiod_is_active_low(cs53l30->mute_gpio))
H A Dwsa881x.c1143 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n);
/linux-master/drivers/input/keyboard/
H A Dgpio_keys.c562 bool active_low = gpiod_is_active_low(bdata->gpiod);
/linux-master/drivers/mfd/
H A Dstmpe.c1434 pdata->irq_trigger = gpiod_is_active_low(irq_gpio) ?
/linux-master/drivers/video/fbdev/
H A Datmel_lcdfb.c982 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod));
/linux-master/drivers/usb/gadget/udc/
H A Dat91_udc.c1624 gpiod_is_active_low(udc->board.pullup_pin));
/linux-master/drivers/regulator/
H A Drk808-regulator.c1654 gpiod_is_active_low(pdata->dvs_gpio[i]) ?
/linux-master/drivers/mmc/host/
H A Datmel-mci.c2287 !gpiod_is_active_low(slot_data->detect_pin) ? "true" : "false",
/linux-master/drivers/input/touchscreen/
H A Diqs7211.c2532 irq_flags = gpiod_is_active_low(iqs7211->irq_gpio) ? IRQF_TRIGGER_LOW
/linux-master/drivers/input/misc/
H A Diqs7222.c3132 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW

Completed in 229 milliseconds