Lines Matching refs:gpio
13 - gpio-controller : Indicates this device is a GPIO controller.
15 - #gpio-cells : Should be two. The first cell is the pin number and the
20 - realtek,pow-ldo2-gpio : The GPIO that controls the CODEC's POW_LDO2 pin.
30 - realtek,gpio-config
36 - realtek,jd1-gpio
40 - realtek,jd2-gpio
41 - realtek,jd3-gpio
65 interrupt-parent = <&gpio>;
68 gpio-controller;
69 #gpio-cells = <2>;
71 realtek,pow-ldo2-gpio =
72 <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>;
74 realtek,gpio-config = /bits/ 8 <0 0 0 0 0 2>; /* pull up GPIO6 */
75 realtek,jd2-gpio = <3>; /* Enables Jack detection for GPIO6 */