Searched refs:GPIOD_OUT_HIGH (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/drivers/mmc/core/
H A Dpwrseq_simple.c121 GPIOD_OUT_HIGH); mmc_pwrseq_simple_alloc()
/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-core.c136 isp->rst_gpio = devm_gpiod_get_optional(dev, NULL, GPIOD_OUT_HIGH); isp1760_register()
/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-tegra.c282 GPIOD_OUT_HIGH); sdhci_tegra_probe()
/linux-4.1.27/drivers/net/phy/
H A Dat803x.c201 gpiod_reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); at803x_probe()
/linux-4.1.27/drivers/gpio/
H A Dgpiolib-of.c186 *dflags |= GPIOD_OUT_HIGH; of_get_gpio_hog()
/linux-4.1.27/drivers/gpu/drm/panel/
H A Dpanel-ld9040.c339 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); ld9040_probe()
H A Dpanel-s6e8aa0.c1010 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); s6e8aa0_probe()
/linux-4.1.27/include/linux/gpio/
H A Dconsumer.h40 GPIOD_OUT_HIGH = GPIOD_FLAGS_BIT_DIR_SET | GPIOD_FLAGS_BIT_DIR_OUT | enumerator in enum:gpiod_flags
/linux-4.1.27/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c790 GPIOD_OUT_HIGH); xtpg_probe()
/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dadv7511.c882 adv7511->gpio_pd = devm_gpiod_get_optional(dev, "pd", GPIOD_OUT_HIGH); adv7511_probe()
/linux-4.1.27/drivers/media/i2c/
H A Dmt9p031.c1137 GPIOD_OUT_HIGH); mt9p031_probe()
/linux-4.1.27/drivers/media/i2c/soc_camera/
H A Dov2640.c1091 GPIOD_OUT_HIGH); ov2640_probe_dt()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc91x.c2207 enum gpiod_flags flags = value ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH; try_toggle_control_gpio()

Completed in 957 milliseconds