Home
last modified time | relevance | path

Searched refs:GPIO_PULL_DOWN (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/include/dt-bindings/gpio/
Dgpio.h40 #define GPIO_PULL_DOWN 32 macro
/Linux-v5.4/include/linux/gpio/
Dmachine.h16 GPIO_PULL_DOWN = (1 << 5), enumerator
/Linux-v5.4/include/linux/
Dcs5535.h150 #define GPIO_PULL_DOWN 0x1C macro
/Linux-v5.4/arch/arm/boot/dts/
Dsun4i-a10-hyundai-a7hd.dts111 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun5i-a13-olinuxino-micro.dts137 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
Dsun4i-a10-chuwi-v7-cw0825.dts155 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun4i-a10-inet97fv2.dts199 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun5i-a13-olinuxino.dts243 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
Dsun7i-a20-olinuxino-lime.dts211 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun4i-a10-pov-protab2-ips9.dts201 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun5i-a13-empire-electronix-d709.dts185 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
Dsun5i-reference-design-tablet.dtsi188 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
Dsun4i-a10-dserve-dsrv9703c.dts213 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun4i-a10-inet1.dts223 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun7i-a20-olinuxino-lime2.dts275 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun7i-a20-olinuxino-micro.dts349 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
Dsun4i-a10-inet9f-rev03.dts353 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
/Linux-v5.4/drivers/gpio/
Dgpiolib-of.c517 *flags |= GPIO_PULL_DOWN; in of_find_gpio()
Dgpiolib-acpi.c552 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
Dgpiolib.c4453 if ((lflags & GPIO_PULL_UP) && (lflags & GPIO_PULL_DOWN)) { in gpiod_configure_flags()
4461 else if (lflags & GPIO_PULL_DOWN) in gpiod_configure_flags()