Home
last modified time | relevance | path

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

/linux-6.15/drivers/extcon/
H A Dextcon-gpio.c100 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
/linux-6.15/sound/soc/tegra/
H A Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); in tegra_wm8903_init()
/linux-6.15/drivers/input/keyboard/
H A Dmatrix_keypad.c309 if (active_low ^ gpiod_is_active_low(keypad->col_gpios[i])) in matrix_keypad_init_gpio()
328 if (active_low ^ gpiod_is_active_low(keypad->row_gpios[i])) in matrix_keypad_init_gpio()
H A Dgpio_keys_polled.c324 if (button->active_low ^ gpiod_is_active_low(bdata->gpiod)) in gpio_keys_polled_probe()
H A Dgpio_keys.c545 if (button->active_low ^ gpiod_is_active_low(bdata->gpiod)) in gpio_keys_setup_key()
550 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
/linux-6.15/include/linux/gpio/
H A Dconsumer.h164 int gpiod_is_active_low(const struct gpio_desc *desc);
492 static inline int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
/linux-6.15/drivers/mmc/core/
H A Dslot-gpio.c198 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-da9062.c157 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
/linux-6.15/drivers/leds/
H A Dleds-gpio.c250 if (template->active_low ^ gpiod_is_active_low(gpiod)) in gpio_led_get_gpiod()
/linux-6.15/drivers/gpio/
H A Dgpio-aggregator.c358 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]); in gpio_fwd_delay()
H A Dgpiolib.c3196 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
3201 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
5064 if (gpiod_is_active_low(desc)) in gpiod_get_array()
/linux-6.15/Documentation/driver-api/gpio/
H A Dboard.rst49 gpiod_is_active_low(power) will be true).
H A Dconsumer.rst323 int gpiod_is_active_low(const struct gpio_desc *desc)
/linux-6.15/drivers/pcmcia/
H A Dsoc_common.c218 if ((i == SOC_STAT_CD) ^ gpiod_is_active_low(skt->stat[i].desc)) in soc_pcmcia_hw_init()
/linux-6.15/sound/soc/codecs/
H A Dcs53l30.c993 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
H A Dwsa881x.c1138 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n); in wsa881x_probe()
/linux-6.15/drivers/mfd/
H A Dstmpe.c1434 pdata->irq_trigger = gpiod_is_active_low(irq_gpio) ? in stmpe_probe()
/linux-6.15/drivers/video/fbdev/
H A Datmel_lcdfb.c981 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/linux-6.15/drivers/usb/gadget/udc/
H A Dat91_udc.c1625 gpiod_is_active_low(udc->board.pullup_pin)); in at91rm9200_udc_init()
H A Dpxa27x_udc.c2370 if (mach->gpio_pullup_inverted ^ gpiod_is_active_low(udc->gpiod)) in pxa_udc_probe()
/linux-6.15/drivers/input/touchscreen/
H A Diqs7211.c2532 irq_flags = gpiod_is_active_low(iqs7211->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7211_probe()
/linux-6.15/drivers/regulator/
H A Drk808-regulator.c1860 gpiod_is_active_low(pdata->dvs_gpio[i]) ? 0 : tmp); in rk808_regulator_dt_parse_pdata()
/linux-6.15/drivers/input/misc/
H A Diqs7222.c3124 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7222_probe()
/linux-6.15/drivers/mmc/host/
H A Datmel-mci.c2266 !gpiod_is_active_low(slot_data->detect_pin) ? "true" : "false", in atmci_init_slot()