Home
last modified time | relevance | path

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

/linux/include/dt-bindings/gpio/
A Dgpio.h40 #define GPIO_PULL_DOWN 32 macro
/linux/include/linux/gpio/
A Dmachine.h16 GPIO_PULL_DOWN = (1 << 5), enumerator
/linux/drivers/gpio/
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()
A Dgpiolib-acpi.c699 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
A Dgpiolib.c3805 if ((lflags & GPIO_PULL_UP) && (lflags & GPIO_PULL_DOWN)) { in gpiod_configure_flags()
3813 else if (lflags & GPIO_PULL_DOWN) in gpiod_configure_flags()
/linux/include/linux/
A Dcs5535.h150 #define GPIO_PULL_DOWN 0x1C macro
/linux/Documentation/devicetree/bindings/phy/
A Dallwinner,sun5i-a13-usb-phy.yaml92 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
/linux/arch/arm/boot/dts/
A Dsun4i-a10-hyundai-a7hd.dts111 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun5i-a13-olinuxino-micro.dts137 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
A Dsun4i-a10-chuwi-v7-cw0825.dts155 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun4i-a10-dserve-dsrv9703c.dts214 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun4i-a10-inet1.dts224 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun4i-a10-inet97fv2.dts199 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun4i-a10-pov-protab2-ips9.dts202 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun5i-a13-empire-electronix-d709.dts186 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
A Dsun5i-a13-olinuxino.dts243 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
A Dsun5i-reference-design-tablet.dtsi189 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
A Dsun7i-a20-olinuxino-lime.dts211 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun7i-a20-olinuxino-lime2.dts275 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun7i-a20-olinuxino-micro.dts349 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
A Dsun4i-a10-inet9f-rev03.dts353 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
/linux/drivers/pinctrl/
A Dpinctrl-ingenic.c77 #define GPIO_PULL_DOWN 2 macro
3762 bias = (bias >> idxh) & (GPIO_PULL_UP | GPIO_PULL_DOWN); in ingenic_pinconf_get()
3765 pulldown = (bias == GPIO_PULL_DOWN) && (jzpc->info->pull_downs[offt] & BIT(idx)); in ingenic_pinconf_get()
3838 case GPIO_PULL_DOWN: in ingenic_set_bias()
3951 ingenic_set_bias(jzpc, pin, GPIO_PULL_DOWN); in ingenic_pinconf_set()

Completed in 48 milliseconds