Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-gpio.c99 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-gpio.c100 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); in tegra_wm8903_init()
/kernel/linux/linux-5.10/include/linux/gpio/
H A 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
/kernel/linux/linux-6.6/include/linux/gpio/
H A 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
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dslot-gpio.c192 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-da9062.c161 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dslot-gpio.c211 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-da9062.c162 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c389 gpiod_is_active_low(nand->busy_gpio)) in ingenic_nand_init_chip()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c392 gpiod_is_active_low(nand->busy_gpio)) in ingenic_nand_init_chip()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-aggregator.c346 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]); in gpio_fwd_delay()
H A Dgpiolib.c2765 * gpiod_is_active_low - test whether a GPIO is active-low or not
2770 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
2775 EXPORT_SYMBOL_GPL(gpiod_is_active_low); variable
4467 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dgpio_keys.c537 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs53l30.c1017 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dgpio_keys.c559 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs53l30.c1012 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
H A Dwsa881x.c1143 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n); in wsa881x_probe()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.c2608 * gpiod_is_active_low - test whether a GPIO is active-low or not
2613 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
2618 EXPORT_SYMBOL_GPL(gpiod_is_active_low); variable
4323 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datmel_lcdfb.c1004 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/kernel/linux/linux-5.10/drivers/regulator/
H A Drk808-regulator.c1291 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dstmpe.c1434 pdata->irq_trigger = gpiod_is_active_low(irq_gpio) ? in stmpe_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datmel_lcdfb.c982 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dat91_udc.c1624 gpiod_is_active_low(udc->board.pullup_pin)); in at91rm9200_udc_init()
/kernel/linux/linux-6.6/drivers/regulator/
H A Drk808-regulator.c1656 gpiod_is_active_low(pdata->dvs_gpio[i]) ? in rk808_regulator_dt_parse_pdata()

Completed in 37 milliseconds

12