Home
last modified time | relevance | path

Searched refs:pulldowns (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/gpio/
Dgpio-twl4030.c492 &omap_twl_info->pulldowns); in of_gpio_twl4030()
553 ret = gpio_twl4030_pulls(pdata->pullups, pdata->pulldowns); in gpio_twl4030_probe()
556 pdata->pullups, pdata->pulldowns, ret); in gpio_twl4030_probe()
/linux-5.19.10/Documentation/devicetree/bindings/gpio/
Dgpio-twl4030.txt18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
/linux-5.19.10/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-sirf.txt11 - sirf,pulldowns : if n-th bit of m-th bank is set, set a pulldown on GPIO-n of bank m
/linux-5.19.10/arch/arm/boot/dts/
Domap3-beagle-xm.dts330 * pulldowns:
334 ti,pulldowns = <0x03a1c4>;
Domap3-devkit8000-common.dtsi182 * pulldowns:
186 ti,pulldowns = <0x03a1c6>;
Domap3-tao3530.dtsi246 * pulldowns:
250 ti,pulldowns = <0x03a1c4>;
Domap3-beagle.dts312 * pulldowns:
316 ti,pulldowns = <0x03a1c4>;
Domap3-gta04.dtsi658 * pulldowns:
662 ti,pulldowns = <(BIT(0) | BIT(1) | BIT(6) | BIT(7) | BIT(8) |
Domap3-n950-n9.dtsi166 ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
Domap3-n900.dts572 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
/linux-5.19.10/include/linux/mfd/
Dtwl.h593 u32 pulldowns; member
/linux-5.19.10/Documentation/driver-api/gpio/
Dlegacy.rst159 and configure pullups/pulldowns appropriately.)
496 pulldowns integrated on some platforms. Not all platforms support them,
498 pullups (or pulldowns) so that the on-chip ones should not be used.