Searched refs:pulldowns (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-twl4030.c | 492 &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()
|
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 765 const u32 *pulldowns) in sirfsoc_gpio_set_pulldown() argument 768 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 867 if (!of_property_read_u32_array(np, "sirf,pulldowns", pulldowns, in sirfsoc_gpio_probe() 869 sirfsoc_gpio_set_pulldown(sgpio, pulldowns); in sirfsoc_gpio_probe()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
D | gpio-twl4030.txt | 18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | omap3-beagle-xm.dts | 330 * pulldowns: 334 ti,pulldowns = <0x03a1c4>;
|
D | omap3-tao3530.dtsi | 260 * pulldowns: 264 ti,pulldowns = <0x03a1c4>;
|
D | omap3-devkit8000-common.dtsi | 182 * pulldowns: 186 ti,pulldowns = <0x03a1c6>;
|
D | omap3-beagle.dts | 312 * pulldowns: 316 ti,pulldowns = <0x03a1c4>;
|
D | omap3-gta04.dtsi | 655 * pulldowns: 659 ti,pulldowns = <(BIT(0) | BIT(1) | BIT(6) | BIT(7) | BIT(8) |
|
D | omap3-n950-n9.dtsi | 166 ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
|
D | omap3-n900.dts | 572 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | twl.h | 593 u32 pulldowns; member
|
/kernel/linux/linux-5.10/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.
|