Searched refs:pulldowns (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-twl4030.c | 490 &omap_twl_info->pulldowns); in of_gpio_twl4030() 563 ret = gpio_twl4030_pulls(pdata->pullups, pdata->pulldowns); in gpio_twl4030_probe() 566 pdata->pullups, pdata->pulldowns, ret); in gpio_twl4030_probe()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | gpio-twl4030.txt | 18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | pinctrl-sirf.txt | 11 - sirf,pulldowns : if n-th bit of m-th bank is set, set a pulldown on GPIO-n of bank m
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | omap3-tao3530.dtsi | 246 * pulldowns: 250 ti,pulldowns = <0x03a1c4>;
|
A D | omap3-beagle-xm.dts | 330 * pulldowns: 334 ti,pulldowns = <0x03a1c4>;
|
A D | omap3-devkit8000-common.dtsi | 182 * pulldowns: 186 ti,pulldowns = <0x03a1c6>;
|
A D | omap3-beagle.dts | 312 * pulldowns: 316 ti,pulldowns = <0x03a1c4>;
|
A D | omap3-gta04.dtsi | 658 * pulldowns: 662 ti,pulldowns = <(BIT(0) | BIT(1) | BIT(6) | BIT(7) | BIT(8) |
|
A D | omap3-n950-n9.dtsi | 166 ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
|
A D | omap3-n900.dts | 573 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | twl.h | 595 u32 pulldowns; member
|
/linux-6.3-rc2/Documentation/driver-api/gpio/ |
A D | legacy.rst | 159 and configure pullups/pulldowns appropriately.) 488 pulldowns integrated on some platforms. Not all platforms support them, 490 pullups (or pulldowns) so that the on-chip ones should not be used.
|
Completed in 19 milliseconds