Home
last modified time | relevance | path

Searched refs:GPIOD_OUT_HIGH (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/Documentation/gpio/
Dboard.txt46 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
47 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
48 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
50 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
158 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
159 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
160 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
162 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
Dconsumer.txt52 * GPIOD_OUT_HIGH to initialize the GPIO as output with a value of 1.
/linux-4.4.14/drivers/mmc/core/
Dpwrseq_simple.c114 pwrseq->reset_gpios = gpiod_get_array(dev, "reset", GPIOD_OUT_HIGH); in mmc_pwrseq_simple_alloc()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-core.c136 isp->rst_gpio = devm_gpiod_get_optional(dev, NULL, GPIOD_OUT_HIGH); in isp1760_register()
/linux-4.4.14/drivers/gpu/drm/bridge/
Dparade-ps8622.c589 ps8622->gpio_slp = devm_gpiod_get(dev, "sleep", GPIOD_OUT_HIGH); in ps8622_probe()
600 ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ps8622_probe()
Dnxp-ptn3460.c337 GPIOD_OUT_HIGH); in ptn3460_probe()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-tegra.c282 GPIOD_OUT_HIGH); in sdhci_tegra_probe()
/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-samsung-ld9040.c339 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ld9040_probe()
Dpanel-samsung-s6e8aa0.c1010 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in s6e8aa0_probe()
/linux-4.4.14/drivers/gpio/
Dgpiolib-of.c185 *dflags |= GPIOD_OUT_HIGH; in of_parse_own_gpio()
/linux-4.4.14/drivers/net/phy/
Dat803x.c201 gpiod_reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in at803x_probe()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h40 GPIOD_OUT_HIGH = GPIOD_FLAGS_BIT_DIR_SET | GPIOD_FLAGS_BIT_DIR_OUT | enumerator
/linux-4.4.14/drivers/input/touchscreen/
Dzforce_ts.c762 GPIOD_OUT_HIGH); in zforce_probe()
797 GPIOD_OUT_HIGH); in zforce_probe()
Dtsc200x-core.c523 ts->reset_gpio = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in tsc200x_probe()
Dedt-ft5x06.c907 "reset", GPIOD_OUT_HIGH); in edt_ft5x06_ts_probe()
/linux-4.4.14/drivers/video/backlight/
Dpwm_bl.c245 GPIOD_OUT_HIGH); in pwm_backlight_probe()
/linux-4.4.14/sound/soc/omap/
Drx51.c469 GPIOD_OUT_HIGH); in rx51_soc_probe()
/linux-4.4.14/sound/soc/codecs/
Dtas571x.c432 GPIOD_OUT_HIGH); in tas571x_i2c_probe()
Drt5677.c5156 "realtek,pow-ldo2", GPIOD_OUT_HIGH); in rt5677_i2c_probe()
5163 "realtek,reset", GPIOD_OUT_HIGH); in rt5677_i2c_probe()
/linux-4.4.14/drivers/input/misc/
Ddrv260x.c584 GPIOD_OUT_HIGH); in drv260x_probe()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dadv7511.c882 adv7511->gpio_pd = devm_gpiod_get_optional(dev, "pd", GPIOD_OUT_HIGH); in adv7511_probe()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-tpg.c790 GPIOD_OUT_HIGH); in xtpg_probe()
/linux-4.4.14/drivers/iio/proximity/
Dsx9500.c878 0, GPIOD_OUT_HIGH); in sx9500_gpio_probe()
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dov2640.c1087 GPIOD_OUT_HIGH); in ov2640_probe_dt()
/linux-4.4.14/drivers/media/i2c/
Dmt9p031.c1137 GPIOD_OUT_HIGH); in mt9p031_probe()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dsi.c1210 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in intel_dsi_init()
/linux-4.4.14/drivers/extcon/
Dextcon-arizona.c1362 mode = GPIOD_OUT_HIGH; in arizona_extcon_probe()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.c2215 enum gpiod_flags flags = value ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH; in try_toggle_control_gpio()