Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-twl4030.c470 &omap_twl_info->pulldowns); in of_gpio_twl4030()
530 ret = gpio_twl4030_pulls(pdata->pullups, pdata->pulldowns); in gpio_twl4030_probe()
533 pdata->pullups, pdata->pulldowns, ret); in gpio_twl4030_probe()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-twl4030.txt18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
/linux-4.1.27/drivers/pinctrl/sirf/
Dpinctrl-sirf.c762 const u32 *pulldowns) in sirfsoc_gpio_set_pulldown() argument
765 const unsigned long *p = (const unsigned long *)pulldowns; in sirfsoc_gpio_set_pulldown()
786 u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS]; in sirfsoc_gpio_probe() local
860 if (!of_property_read_u32_array(np, "sirf,pulldowns", pulldowns, in sirfsoc_gpio_probe()
862 sirfsoc_gpio_set_pulldown(sgpio, pulldowns); in sirfsoc_gpio_probe()
/linux-4.1.27/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-4.1.27/arch/arm/mach-omap2/
Dboard-omap3logic.c78 .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8)
Dboard-omap3beagle.c357 .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13)
Dboard-rx51-peripherals.c782 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
/linux-4.1.27/arch/arm/boot/dts/
Domap3-beagle-xm.dts318 * pulldowns:
322 ti,pulldowns = <0x03a1c4>;
Domap3-tao3530.dtsi259 * pulldowns:
263 ti,pulldowns = <0x03a1c4>;
Domap3-beagle.dts311 * pulldowns:
315 ti,pulldowns = <0x03a1c4>;
Domap3-n950-n9.dtsi72 ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
Domap3-n900.dts479 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
/linux-4.1.27/include/linux/i2c/
Dtwl.h603 u32 pulldowns; member
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt157 and configure pullups/pulldowns appropriately.)
494 pulldowns integrated on some platforms. Not all platforms support them,
496 pullups (or pulldowns) so that the on-chip ones should not be used.