Home
last modified time | relevance | path

Searched full:gpio_pull_down (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_pinctrl.c262 pull = GPIO_PULL_DOWN; in rk628_misc_gpio_set_pull_highz_up_down()
263 else if (pull == GPIO_PULL_DOWN) in rk628_misc_gpio_set_pull_highz_up_down()
274 else if (pull == GPIO_PULL_DOWN && (offset == 9 || offset == 10)) in rk628_misc_gpio_set_pull_highz_up_down()
279 pull = GPIO_PULL_DOWN; in rk628_misc_gpio_set_pull_highz_up_down()
280 else if (pull == GPIO_PULL_DOWN) in rk628_misc_gpio_set_pull_highz_up_down()
H A Drk628_gpio.h58 GPIO_PULL_DOWN, enumerator
/OK3568_Linux_fs/kernel/include/dt-bindings/gpio/
H A Dgpio.h40 #define GPIO_PULL_DOWN 32 macro
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c173 GPIO_PULL_DOWN, enumerator
844 pull = GPIO_PULL_DOWN; in rk628_calc_pull_reg_and_value()
845 else if (pull == GPIO_PULL_DOWN) in rk628_calc_pull_reg_and_value()
862 } else if (pull == GPIO_PULL_DOWN && (offset == 9 || offset == 10)) { in rk628_calc_pull_reg_and_value()
870 pull = GPIO_PULL_DOWN; in rk628_calc_pull_reg_and_value()
871 else if (pull == GPIO_PULL_DOWN) in rk628_calc_pull_reg_and_value()
1079 rk628_set_pull(pci, pin, GPIO_PULL_DOWN); in rk628_pinconf_set()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dallwinner,sun5i-a13-usb-phy.yaml90 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun4i-a10-hyundai-a7hd.dts111 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun5i-a13-olinuxino-micro.dts137 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
H A Dsun4i-a10-chuwi-v7-cw0825.dts155 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun5i-a13-empire-electronix-d709.dts185 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
H A Dsun7i-a20-olinuxino-lime.dts211 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun5i-reference-design-tablet.dtsi188 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
H A Dsun4i-a10-inet97fv2.dts199 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun4i-a10-dserve-dsrv9703c.dts213 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun5i-a13-olinuxino.dts243 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
H A Dsun4i-a10-inet1.dts223 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun4i-a10-pov-protab2-ips9.dts201 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun7i-a20-olinuxino-lime2.dts275 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun7i-a20-olinuxino-micro.dts349 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
H A Dsun4i-a10-inet9f-rev03.dts353 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dmachine.h16 GPIO_PULL_DOWN = (1 << 5), enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dcs5535.h150 #define GPIO_PULL_DOWN 0x1C macro
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-of.c355 lflags |= GPIO_PULL_DOWN; in gpiod_get_from_of_node()
558 *flags |= GPIO_PULL_DOWN; in of_find_gpio()
623 *lflags |= GPIO_PULL_DOWN; in of_parse_own_gpio()
H A Dgpiolib-acpi.c621 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
H A Dgpiolib.c3934 if ((lflags & GPIO_PULL_UP) && (lflags & GPIO_PULL_DOWN)) { in gpiod_configure_flags()
3942 else if (lflags & GPIO_PULL_DOWN) in gpiod_configure_flags()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dgrf_rk3288.h1060 GPIO_PULL_DOWN, enumerator

12