Home
last modified time | relevance | path

Searched refs:gpiod_is_active_low (Results 1 – 15 of 15) 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/drivers/leds/
H A Dleds-gpio.c250 if (template->active_low ^ gpiod_is_active_low(gpiod)) in gpio_led_get_gpiod()
/linux/drivers/input/keyboard/
H A Dgpio_keys_polled.c324 if (button->active_low ^ gpiod_is_active_low(bdata->gpiod)) in gpio_keys_polled_probe()
/linux/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/sound/soc/codecs/
H A Dwsa881x.c1145 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n); in wsa881x_probe()
/linux/drivers/gpio/
H A Dgpiolib.c3240 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
3245 EXPORT_SYMBOL_GPL(gpiod_is_active_low);
5192 if (gpiod_is_active_low(desc)) in gpiod_get_array()
H A Dgpio-aggregator.c353 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]); in gpio_fwd_delay()
/linux/drivers/video/fbdev/
H A Datmel_lcdfb.c981 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst323 int gpiod_is_active_low(const struct gpio_desc *desc)
/linux/drivers/input/touchscreen/
H A Diqs7211.c2532 irq_flags = gpiod_is_active_low(iqs7211->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7211_probe()
/linux/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/drivers/input/misc/
H A Diqs7222.c3130 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7222_probe()