Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/extcon/
Dextcon-gpio.c100 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/Linux-v6.6/sound/soc/tegra/
Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); in tegra_wm8903_init()
/Linux-v6.6/include/linux/gpio/
Dconsumer.h165 int gpiod_is_active_low(const struct gpio_desc *desc);
510 static inline int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
/Linux-v6.6/drivers/mmc/core/
Dslot-gpio.c207 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/Linux-v6.6/drivers/pinctrl/
Dpinctrl-da9062.c162 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/Linux-v6.6/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c392 gpiod_is_active_low(nand->busy_gpio)) in ingenic_nand_init_chip()
/Linux-v6.6/drivers/gpio/
Dgpio-aggregator.c346 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]); in gpio_fwd_delay()
Dgpiolib.c2711 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
2716 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
4408 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/Linux-v6.6/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-v6.6/drivers/input/keyboard/
Dgpio_keys.c559 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/Linux-v6.6/sound/soc/codecs/
Dcs53l30.c1012 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
Dwsa881x.c1143 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n); in wsa881x_probe()
/Linux-v6.6/drivers/video/fbdev/
Datmel_lcdfb.c982 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/Linux-v6.6/drivers/mfd/
Dstmpe.c1434 pdata->irq_trigger = gpiod_is_active_low(irq_gpio) ? in stmpe_probe()
/Linux-v6.6/drivers/regulator/
Drk808-regulator.c1656 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()
/Linux-v6.6/drivers/input/touchscreen/
Diqs7211.c2532 irq_flags = gpiod_is_active_low(iqs7211->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7211_probe()
/Linux-v6.6/drivers/usb/gadget/udc/
Dat91_udc.c1624 gpiod_is_active_low(udc->board.pullup_pin)); in at91rm9200_udc_init()
/Linux-v6.6/drivers/input/misc/
Diqs7222.c3020 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7222_probe()
/Linux-v6.6/drivers/mmc/host/
Datmel-mci.c2282 !gpiod_is_active_low(slot_data->detect_pin) ? "true" : "false", in atmci_init_slot()