Home
last modified time | relevance | path

Searched refs:pulldown (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/arm/boot/dts/
Dhi3620-hi4511.dts327 pinctrl-single,bias-pulldown = <0 2 0 2>;
336 pinctrl-single,bias-pulldown = <2 2 0 2>;
344 pinctrl-single,bias-pulldown = <2 2 0 2>;
352 pinctrl-single,bias-pulldown = <0 2 0 2>;
367 pinctrl-single,bias-pulldown = <0 2 0 2>;
375 pinctrl-single,bias-pulldown = <2 2 0 2>;
385 pinctrl-single,bias-pulldown = <0 2 0 2>;
395 pinctrl-single,bias-pulldown = <2 2 0 2>;
405 pinctrl-single,bias-pulldown = <0 2 0 2>;
415 pinctrl-single,bias-pulldown = <2 2 0 2>;
[all …]
Dcros-adc-thermistors.dtsi20 pulldown-ohm = <0>;
27 pulldown-ohm = <0>;
34 pulldown-ohm = <0>;
41 pulldown-ohm = <0>;
Drk3288-veyron-pinky.dts60 * really should be 1.8V (oops). The external pulldown will help
Dste-hrefv60plus.dtsi128 /* NFC ENA and RESET to low, pulldown IRQ line */
Dexynos3250-monk.dts146 pulldown-ohm = <100000>;
154 pulldown-ohm = <100000>;
Dexynos3250-rinato.dts137 pulldown-ohm = <100000>;
145 pulldown-ohm = <100000>;
Dexynos4412-trats2.dts258 pulldown-ohm = <100000>; /* 100K */
266 pulldown-ohm = <100000>; /* 100K */
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-single.txt37 - pinctrl-single,bias-pulldown : array of value that are used to configure the
38 input bias pulldown in the pinmux register.
40 /* input, enabled pulldown bits, disabled pulldown bits, mask */
41 pinctrl-single,bias-pulldown = <2 2 0 2>;
43 * Two bits to control input bias pullup and pulldown: User should use
44 pinctrl-single,bias-pullup & pinctrl-single,bias-pulldown. One bit means
45 pullup, and the other one bit means pulldown.
46 * Three bits to control input bias enable, pullup and pulldown. User should
47 use pinctrl-single,bias-pullup & pinctrl-single,bias-pulldown. Input bias
48 enable bit should be included in pullup or pulldown bits.
[all …]
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/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt23 - "pulldown-ohm" Pull down resistor value in ohms
40 pulldown-ohm = <0>;
/linux-4.4.14/drivers/bcma/
Ddriver_chipcommon.c146 u32 pullup = 0, pulldown = 0; in bcma_core_chipcommon_init() local
150 pulldown = 0x20500; in bcma_core_chipcommon_init()
154 bcma_cc_write32(cc, BCMA_CC_GPIOPULLDOWN, pulldown); in bcma_core_chipcommon_init()
/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/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt94 pulldown-ohm = <0>;
/linux-4.4.14/Documentation/gpio/
Dgpio.txt92 used for TTL. A pullup or pulldown resistor causes the high or low signal level.
Dgpio-legacy.txt290 pullup/pulldown. Platform software should arrange that any such details are
/linux-4.4.14/drivers/usb/phy/
Dphy-isp1301-omap.c561 goto pulldown; in otg_update_isp()
574 pulldown: in otg_update_isp()