| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_pinctrl.c | 262 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 D | rk628_gpio.h | 58 GPIO_PULL_DOWN, enumerator
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/gpio/ |
| H A D | gpio.h | 40 #define GPIO_PULL_DOWN 32 macro
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-rk628.c | 173 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 D | allwinner,sun5i-a13-usb-phy.yaml | 90 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun4i-a10-hyundai-a7hd.dts | 111 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun5i-a13-olinuxino-micro.dts | 137 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
|
| H A D | sun4i-a10-chuwi-v7-cw0825.dts | 155 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun5i-a13-empire-electronix-d709.dts | 185 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
|
| H A D | sun7i-a20-olinuxino-lime.dts | 211 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun5i-reference-design-tablet.dtsi | 188 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
|
| H A D | sun4i-a10-inet97fv2.dts | 199 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun4i-a10-dserve-dsrv9703c.dts | 213 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun5i-a13-olinuxino.dts | 243 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
|
| H A D | sun4i-a10-inet1.dts | 223 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun4i-a10-pov-protab2-ips9.dts | 201 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun7i-a20-olinuxino-lime2.dts | 275 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun7i-a20-olinuxino-micro.dts | 349 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| H A D | sun4i-a10-inet9f-rev03.dts | 353 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | machine.h | 16 GPIO_PULL_DOWN = (1 << 5), enumerator
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cs5535.h | 150 #define GPIO_PULL_DOWN 0x1C macro
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-of.c | 355 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 D | gpiolib-acpi.c | 621 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
|
| H A D | gpiolib.c | 3934 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 D | grf_rk3288.h | 1060 GPIO_PULL_DOWN, enumerator
|