/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 46 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);
|
D | consumer.txt | 52 * GPIOD_OUT_HIGH to initialize the GPIO as output with a value of 1.
|
/linux-4.4.14/drivers/mmc/core/ |
D | pwrseq_simple.c | 114 pwrseq->reset_gpios = gpiod_get_array(dev, "reset", GPIOD_OUT_HIGH); in mmc_pwrseq_simple_alloc()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/bridge/ |
D | parade-ps8622.c | 589 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()
|
D | nxp-ptn3460.c | 337 GPIOD_OUT_HIGH); in ptn3460_probe()
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-tegra.c | 282 GPIOD_OUT_HIGH); in sdhci_tegra_probe()
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | panel-samsung-ld9040.c | 339 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ld9040_probe()
|
D | panel-samsung-s6e8aa0.c | 1010 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in s6e8aa0_probe()
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib-of.c | 185 *dflags |= GPIOD_OUT_HIGH; in of_parse_own_gpio()
|
/linux-4.4.14/drivers/net/phy/ |
D | at803x.c | 201 gpiod_reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in at803x_probe()
|
/linux-4.4.14/include/linux/gpio/ |
D | consumer.h | 40 GPIOD_OUT_HIGH = GPIOD_FLAGS_BIT_DIR_SET | GPIOD_FLAGS_BIT_DIR_OUT | enumerator
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | zforce_ts.c | 762 GPIOD_OUT_HIGH); in zforce_probe() 797 GPIOD_OUT_HIGH); in zforce_probe()
|
D | tsc200x-core.c | 523 ts->reset_gpio = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in tsc200x_probe()
|
D | edt-ft5x06.c | 907 "reset", GPIOD_OUT_HIGH); in edt_ft5x06_ts_probe()
|
/linux-4.4.14/drivers/video/backlight/ |
D | pwm_bl.c | 245 GPIOD_OUT_HIGH); in pwm_backlight_probe()
|
/linux-4.4.14/sound/soc/omap/ |
D | rx51.c | 469 GPIOD_OUT_HIGH); in rx51_soc_probe()
|
/linux-4.4.14/sound/soc/codecs/ |
D | tas571x.c | 432 GPIOD_OUT_HIGH); in tas571x_i2c_probe()
|
D | rt5677.c | 5156 "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/ |
D | drv260x.c | 584 GPIOD_OUT_HIGH); in drv260x_probe()
|
/linux-4.4.14/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.4.14/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 790 GPIOD_OUT_HIGH); in xtpg_probe()
|
/linux-4.4.14/drivers/iio/proximity/ |
D | sx9500.c | 878 0, GPIOD_OUT_HIGH); in sx9500_gpio_probe()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov2640.c | 1087 GPIOD_OUT_HIGH); in ov2640_probe_dt()
|
/linux-4.4.14/drivers/media/i2c/ |
D | mt9p031.c | 1137 GPIOD_OUT_HIGH); in mt9p031_probe()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi.c | 1210 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in intel_dsi_init()
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-arizona.c | 1362 mode = GPIOD_OUT_HIGH; in arizona_extcon_probe()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc91x.c | 2215 enum gpiod_flags flags = value ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH; in try_toggle_control_gpio()
|