Searched refs:GPIO_PIN_HIGH (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | gpio.h | 57 #define GPIO_PIN_HIGH 0x01 /* high level (logical 1) */ macro
|
| /NextBSD/sys/arm/allwinner/ |
| HD | a10_ehci.c | 189 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB2_PWR, GPIO_PIN_HIGH); in a10_ehci_attach() 193 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB1_PWR, GPIO_PIN_HIGH); in a10_ehci_attach()
|
| HD | a10_ahci.c | 329 GPIO_PIN_SET(gpio, GPIO_AHCI_PWR, GPIO_PIN_HIGH); in ahci_a10_attach()
|
| /NextBSD/lib/libgpio/ |
| HD | libgpio.h | 53 GPIO_VALUE_HIGH = GPIO_PIN_HIGH
|
| /NextBSD/sys/arm/samsung/exynos/ |
| HD | exynos5_ehci.c | 167 GPIO_PIN_SET(gpio_dev, PIN_USB, GPIO_PIN_HIGH); in gpio_ctrl() 205 GPIO_PIN_SET(gpio_dev, pin, GPIO_PIN_HIGH); in reset_hsic_hub()
|
| HD | chrome_ec_spi.c | 86 GPIO_PIN_SET(sc->dev_gpio, EC_SPI_CS, GPIO_PIN_HIGH); in assert_cs()
|
| HD | exynos5_usb_phy.c | 169 GPIO_PIN_SET(gpio_dev, pin, GPIO_PIN_HIGH); in vbus_on()
|
| HD | chrome_ec.c | 126 GPIO_PIN_SET(gpio_dev, sc->our_gpio, GPIO_PIN_HIGH); in bus_release()
|
| /NextBSD/sys/arm/amlogic/aml8726/ |
| HD | aml8726_usb_phy-m6.c | 106 GPIO_PIN_LOW : GPIO_PIN_HIGH) 108 GPIO_PIN_HIGH : GPIO_PIN_LOW)
|
| HD | aml8726_usb_phy-m3.c | 109 GPIO_PIN_LOW : GPIO_PIN_HIGH) 111 GPIO_PIN_HIGH : GPIO_PIN_LOW)
|
| HD | aml8726_mmc.c | 108 GPIO_PIN_HIGH) 109 #define PWR_OFF_FLAG(pol) ((pol) == 0 ? GPIO_PIN_HIGH : \
|
| HD | aml8726_sdxc-m8.c | 159 GPIO_PIN_LOW : GPIO_PIN_HIGH) 161 GPIO_PIN_HIGH : GPIO_PIN_LOW)
|
| /NextBSD/sys/dev/gpio/ |
| HD | gpiobacklight.c | 94 sc->sc_brightness ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in gpiobacklight_update_brightness()
|
| HD | gpioled.c | 95 onoff ? GPIO_PIN_HIGH : GPIO_PIN_LOW); in gpioled_control()
|
| /NextBSD/sys/arm/freescale/vybrid/ |
| HD | vf_ehci.c | 218 GPIO_PIN_SET(sc_gpio_dev, GPIO_USB_PWR, GPIO_PIN_HIGH); in phy_init()
|
| HD | vf_dcu4.c | 410 GPIO_PIN_SET(gpio_dev, panel.backlight_pin, GPIO_PIN_HIGH); in dcu_attach()
|