Home
last modified time | relevance | path

Searched refs:OF_GPIO_ACTIVE_LOW (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/drivers/i2c/muxes/
Di2c-arb-gpio-challenge.c149 arb->our_gpio_release = !!(gpio_flags & OF_GPIO_ACTIVE_LOW); in i2c_arbitrator_probe()
150 out_init = (gpio_flags & OF_GPIO_ACTIVE_LOW) ? in i2c_arbitrator_probe()
167 arb->their_gpio_release = !!(gpio_flags & OF_GPIO_ACTIVE_LOW); in i2c_arbitrator_probe()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c54 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_cb()
107 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_probe()
/Linux-v4.19/drivers/gpio/
Dgpiolib-of.c77 if (*flags & OF_GPIO_ACTIVE_LOW) { in of_gpio_flags_quirks()
80 *flags &= ~OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
83 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
271 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
340 if (xlate_flags & OF_GPIO_ACTIVE_LOW) in of_parse_own_gpio()
Dgpiolib.c3965 active_low = flags & OF_GPIO_ACTIVE_LOW; in gpiod_get_from_of_node()
/Linux-v4.19/arch/mips/lantiq/xway/
Dvmmc.c46 (flags & OF_GPIO_ACTIVE_LOW) ? (0) : (1)); in vmmc_probe()
/Linux-v4.19/include/linux/
Dof_gpio.h27 OF_GPIO_ACTIVE_LOW = 0x1, enumerator
/Linux-v4.19/drivers/mmc/host/
Dof_mmc_spi.c112 if (gpio_flags & OF_GPIO_ACTIVE_LOW) in mmc_spi_get_pdata()
/Linux-v4.19/sound/soc/tegra/
Dtegra_rt5640.c120 !!(machine->gpio_hp_det_flags & OF_GPIO_ACTIVE_LOW); in tegra_rt5640_asoc_init()
/Linux-v4.19/drivers/gpu/drm/tegra/
Doutput.c57 if (output->hpd_gpio_flags & OF_GPIO_ACTIVE_LOW) { in tegra_output_connector_detect()
/Linux-v4.19/sound/soc/codecs/
Dak4104.c306 flags & OF_GPIO_ACTIVE_LOW ? in ak4104_spi_probe()
Dcs4270.c688 flags & OF_GPIO_ACTIVE_LOW ? in cs4270_i2c_probe()
/Linux-v4.19/sound/soc/generic/
Dsimple-card-utils.c463 sjack->gpio.invert = !!(flags & OF_GPIO_ACTIVE_LOW); in asoc_simple_card_init_jack()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-histb.c350 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
/Linux-v4.19/drivers/spi/
Dspi-ppc4xx.c438 !!(flags & OF_GPIO_ACTIVE_LOW)); in spi_ppc4xx_of_probe()
Dspi-fsl-spi.c760 pinfo->alow_flags[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fsl_spi_get_chipselects()
/Linux-v4.19/drivers/net/phy/
Dspi_ks8995.c465 flags = (ks->pdata->reset_gpio_flags == OF_GPIO_ACTIVE_LOW ? in ks8995_probe()
/Linux-v4.19/drivers/usb/host/
Dfhci-hcd.c638 fhci->alow_gpios[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fhci_probe()
/Linux-v4.19/drivers/usb/gadget/udc/
Dat91_udc.c1795 board->vbus_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in at91udc_of_init()
1800 board->pullup_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in at91udc_of_init()
/Linux-v4.19/drivers/pci/controller/
Dpci-mvebu.c1053 if (flags & OF_GPIO_ACTIVE_LOW) { in mvebu_pcie_parse_port()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hdmi.c1381 hdmi->hpd_active_low = hpd_gpio_flags & OF_GPIO_ACTIVE_LOW; in vc4_hdmi_bind()
/Linux-v4.19/drivers/staging/fbtft/
Dfbtft-core.c181 flags = (of_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OUT_INIT_LOW : in fbtft_request_one_gpio()
/Linux-v4.19/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1595 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
/Linux-v4.19/drivers/media/i2c/
Ds5k5baf.c1834 gpios[i].level = !(flags & OF_GPIO_ACTIVE_LOW); in s5k5baf_parse_gpios()