Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-twl4030.txt18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
/linux-4.4.14/drivers/pinctrl/sirf/
Dpinctrl-sirf.c763 const u32 *pulldowns) in sirfsoc_gpio_set_pulldown() argument
766 const unsigned long *p = (const unsigned long *)pulldowns; in sirfsoc_gpio_set_pulldown()
787 u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS]; in sirfsoc_gpio_probe() local
861 if (!of_property_read_u32_array(np, "sirf,pulldowns", pulldowns, in sirfsoc_gpio_probe()
863 sirfsoc_gpio_set_pulldown(sgpio, pulldowns); in sirfsoc_gpio_probe()
/linux-4.4.14/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.4.14/arch/arm/boot/dts/
Domap3-beagle-xm.dts318 * pulldowns:
322 ti,pulldowns = <0x03a1c4>;
Domap3-tao3530.dtsi259 * pulldowns:
263 ti,pulldowns = <0x03a1c4>;
Domap3-devkit8000-common.dtsi167 * pulldowns:
171 ti,pulldowns = <0x03a1c6>;
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.4.14/include/linux/i2c/
Dtwl.h603 u32 pulldowns; member
/linux-4.4.14/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c782 .pulldowns = BIT(0) | BIT(1) | BIT(2) | BIT(3)
/linux-4.4.14/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.