Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib-of.c156 if ((*flags & OF_GPIO_ACTIVE_LOW) && !active_low) { in of_gpio_flags_quirks()
159 *flags &= ~OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
162 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
204 if (*flags & OF_GPIO_ACTIVE_LOW) { in of_gpio_flags_quirks()
207 *flags &= ~OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
210 if (!(*flags & OF_GPIO_ACTIVE_LOW)) in of_gpio_flags_quirks()
213 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
225 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
327 active_low = flags & OF_GPIO_ACTIVE_LOW; in gpiod_get_from_of_node()
542 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c50 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_cb()
103 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_probe()
/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
Dvmmc.c44 (flags & OF_GPIO_ACTIVE_LOW) ? (0) : (1)); in vmmc_probe()
/kernel/linux/linux-5.10/include/linux/
Dof_gpio.h26 OF_GPIO_ACTIVE_LOW = 0x1, enumerator
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra_rt5640.c109 !!(machine->gpio_hp_det_flags & OF_GPIO_ACTIVE_LOW); in tegra_rt5640_asoc_init()
/kernel/linux/linux-5.10/drivers/net/phy/
Dspi_ks8995.c470 flags = (ks->pdata->reset_gpio_flags == OF_GPIO_ACTIVE_LOW ? in ks8995_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
Dpcie-histb.c350 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
/kernel/linux/linux-5.10/sound/soc/generic/
Dsimple-card-utils.c582 sjack->gpio.invert = !!(flags & OF_GPIO_ACTIVE_LOW); in asoc_simple_init_jack()
/kernel/linux/linux-5.10/drivers/usb/host/
Dfhci-hcd.c639 fhci->alow_gpios[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fhci_probe()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dat91_udc.c1794 board->vbus_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in at91udc_of_init()
1799 board->pullup_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in at91udc_of_init()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-mvebu.c882 if (flags & OF_GPIO_ACTIVE_LOW) { in mvebu_pcie_parse_port()
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1587 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
/kernel/linux/linux-5.10/drivers/media/i2c/
Ds5k5baf.c1830 gpios[i].level = !(flags & OF_GPIO_ACTIVE_LOW); in s5k5baf_parse_gpios()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.c1800 vc4_hdmi->hpd_active_low = hpd_gpio_flags & OF_GPIO_ACTIVE_LOW; in vc4_hdmi_bind()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch571 + drvdata->active_low = flags & OF_GPIO_ACTIVE_LOW;
D0031_linux_drivers_perf_phy_pinctrl_ptp_pwm.patch1927 + if (flags & OF_GPIO_ACTIVE_LOW)