Searched refs:pulldowns (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-twl4030.c | 465 &omap_twl_info->pulldowns); in of_gpio_twl4030() 526 ret = gpio_twl4030_pulls(pdata->pullups, pdata->pulldowns); in gpio_twl4030_probe() 529 pdata->pullups, pdata->pulldowns, ret); in gpio_twl4030_probe()
|
/Linux-v4.19/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 766 const u32 *pulldowns) in sirfsoc_gpio_set_pulldown() argument 769 const unsigned long *p = (const unsigned long *)pulldowns; in sirfsoc_gpio_set_pulldown() 790 u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS]; in sirfsoc_gpio_probe() local 864 if (!of_property_read_u32_array(np, "sirf,pulldowns", pulldowns, in sirfsoc_gpio_probe() 866 sirfsoc_gpio_set_pulldown(sgpio, pulldowns); in sirfsoc_gpio_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-twl4030.txt | 18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
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-v4.19/arch/arm/boot/dts/ |
D | omap3-beagle-xm.dts | 330 * pulldowns: 334 ti,pulldowns = <0x03a1c4>;
|
D | omap3-devkit8000-common.dtsi | 167 * pulldowns: 171 ti,pulldowns = <0x03a1c6>;
|
D | omap3-tao3530.dtsi | 259 * pulldowns: 263 ti,pulldowns = <0x03a1c4>;
|
D | omap3-beagle.dts | 312 * pulldowns: 316 ti,pulldowns = <0x03a1c4>;
|
D | omap3-n950-n9.dtsi | 177 ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
|
D | omap3-n900.dts | 551 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
|
/Linux-v4.19/include/linux/mfd/ |
D | twl.h | 603 u32 pulldowns; member
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | legacy.rst | 159 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.
|