Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/boot/dts/
Dhi3620-hi4511.dts326 pinctrl-single,bias-pulldown = <0 2 0 2>;
335 pinctrl-single,bias-pulldown = <2 2 0 2>;
343 pinctrl-single,bias-pulldown = <2 2 0 2>;
351 pinctrl-single,bias-pulldown = <0 2 0 2>;
366 pinctrl-single,bias-pulldown = <0 2 0 2>;
374 pinctrl-single,bias-pulldown = <2 2 0 2>;
384 pinctrl-single,bias-pulldown = <0 2 0 2>;
394 pinctrl-single,bias-pulldown = <2 2 0 2>;
404 pinctrl-single,bias-pulldown = <0 2 0 2>;
414 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>;
Dste-hrefv60plus.dtsi117 /* NFC ENA and RESET to low, pulldown IRQ line */
Dexynos3250-monk.dts130 pulldown-ohm = <100000>;
138 pulldown-ohm = <100000>;
Dexynos3250-rinato.dts121 pulldown-ohm = <100000>;
129 pulldown-ohm = <100000>;
Dexynos4412-trats2.dts919 pulldown-ohm = <100000>; /* 100K */
927 pulldown-ohm = <100000>; /* 100K */
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt22 - "pulldown-ohm" Pull down resistor value in ohms
39 pulldown-ohm = <0>;
/linux-4.1.27/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.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/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt94 pulldown-ohm = <0>;
/linux-4.1.27/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.1.27/drivers/usb/phy/
Dphy-isp1301-omap.c561 goto pulldown; in otg_update_isp()
574 pulldown: in otg_update_isp()