Searched refs:GPIOD_OUT_HIGH (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-core.c | 136 isp->rst_gpio = devm_gpiod_get_optional(dev, NULL, GPIOD_OUT_HIGH); in isp1760_register()
|
/linux-4.1.27/drivers/mmc/core/ |
D | pwrseq_simple.c | 121 GPIOD_OUT_HIGH); in mmc_pwrseq_simple_alloc()
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-ld9040.c | 339 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ld9040_probe()
|
D | panel-s6e8aa0.c | 1010 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in s6e8aa0_probe()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-tegra.c | 282 GPIOD_OUT_HIGH); in sdhci_tegra_probe()
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-of.c | 186 *dflags |= GPIOD_OUT_HIGH; in of_get_gpio_hog()
|
/linux-4.1.27/drivers/net/phy/ |
D | at803x.c | 201 gpiod_reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in at803x_probe()
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 40 GPIOD_OUT_HIGH = GPIOD_FLAGS_BIT_DIR_SET | GPIOD_FLAGS_BIT_DIR_OUT | enumerator
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | adv7511.c | 882 adv7511->gpio_pd = devm_gpiod_get_optional(dev, "pd", GPIOD_OUT_HIGH); in adv7511_probe()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 790 GPIOD_OUT_HIGH); in xtpg_probe()
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov2640.c | 1091 GPIOD_OUT_HIGH); in ov2640_probe_dt()
|
/linux-4.1.27/drivers/media/i2c/ |
D | mt9p031.c | 1137 GPIOD_OUT_HIGH); in mt9p031_probe()
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 49 * GPIOD_OUT_HIGH to initialize the GPIO as output with a value of 1.
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.c | 2207 enum gpiod_flags flags = value ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH; in try_toggle_control_gpio()
|