Searched refs:pulldowns (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/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()
  | 
| /Linux-v5.4/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() 789 	u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS];  in sirfsoc_gpio_probe()  local 863 	if (!of_property_read_u32_array(np, "sirf,pulldowns", pulldowns,  in sirfsoc_gpio_probe() 865 		sirfsoc_gpio_set_pulldown(sgpio, pulldowns);  in sirfsoc_gpio_probe()
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/gpio/ | 
| D | gpio-twl4030.txt | 18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
  | 
| /Linux-v5.4/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-v5.4/arch/arm/boot/dts/ | 
| D | omap3-beagle-xm.dts | 330 	 * pulldowns: 334 	ti,pulldowns = <0x03a1c4>;
  | 
| D | omap3-devkit8000-common.dtsi | 164 	 * pulldowns: 168 	ti,pulldowns = <0x03a1c6>;
  | 
| D | omap3-tao3530.dtsi | 256 	 * pulldowns: 260 	ti,pulldowns = <0x03a1c4>;
  | 
| D | omap3-beagle.dts | 312 	 * pulldowns: 316 	ti,pulldowns = <0x03a1c4>;
  | 
| D | omap3-gta04.dtsi | 653 	 * pulldowns: 657 	ti,pulldowns = <(BIT(0) | BIT(1) | BIT(6) | BIT(7) | BIT(8) |
  | 
| D | omap3-n950-n9.dtsi | 173 	ti,pulldowns	= <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
  | 
| D | omap3-n900.dts | 548 	ti,pulldowns	= <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */
  | 
| /Linux-v5.4/include/linux/mfd/ | 
| D | twl.h | 589 	u32		pulldowns;  member
  | 
| /Linux-v5.4/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.
  |