Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/drivers/bus/
Dts-nbus.c49 GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
55 ts_nbus->csn = devm_gpiod_get(&pdev->dev, "ts,csn", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
61 ts_nbus->txrx = devm_gpiod_get(&pdev->dev, "ts,txrx", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
67 ts_nbus->strobe = devm_gpiod_get(&pdev->dev, "ts,strobe", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
73 ts_nbus->ale = devm_gpiod_get(&pdev->dev, "ts,ale", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
/Linux-v5.4/Documentation/driver-api/gpio/
Dboard.rst48 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
49 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
50 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
52 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
166 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
167 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
168 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
170 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
186 GPIO_HOG("gpio.0", 10, "foo", GPIO_ACTIVE_LOW, GPIOD_OUT_HIGH),
/Linux-v5.4/sound/soc/codecs/
Dmax9759.c151 priv->gpiod_shutdown = devm_gpiod_get(dev, "shutdown", GPIOD_OUT_HIGH); in max9759_probe()
159 priv->gpiod_mute = devm_gpiod_get(dev, "mute", GPIOD_OUT_HIGH); in max9759_probe()
168 priv->gpiod_gain = devm_gpiod_get_array(dev, "gain", GPIOD_OUT_HIGH); in max9759_probe()
Dbd28623.c203 GPIOD_OUT_HIGH); in bd28623_probe()
211 GPIOD_OUT_HIGH); in bd28623_probe()
/Linux-v5.4/drivers/ata/
Dpata_palmld.c71 lda->power = devm_gpiod_get(dev, "power", GPIOD_OUT_HIGH); in palmld_pata_probe()
74 lda->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in palmld_pata_probe()
/Linux-v5.4/drivers/mtd/nand/raw/
Dams-delta.c255 priv->gpiod_nwp = devm_gpiod_get(&pdev->dev, "nwp", GPIOD_OUT_HIGH); in ams_delta_init()
262 priv->gpiod_nce = devm_gpiod_get(&pdev->dev, "nce", GPIOD_OUT_HIGH); in ams_delta_init()
269 priv->gpiod_nre = devm_gpiod_get(&pdev->dev, "nre", GPIOD_OUT_HIGH); in ams_delta_init()
276 priv->gpiod_nwe = devm_gpiod_get(&pdev->dev, "nwe", GPIOD_OUT_HIGH); in ams_delta_init()
/Linux-v5.4/drivers/regulator/
Dgpio-regulator.c174 config->gflags[i] = GPIOD_OUT_HIGH; in of_get_gpio_regulator_config()
177 val ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in of_get_gpio_regulator_config()
302 if (config->gflags[ptr] == GPIOD_OUT_HIGH) in gpio_regulator_probe()
317 gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE; in gpio_regulator_probe()
Dmax8952.c212 gflags = GPIOD_OUT_HIGH; in max8952_pmic_probe()
239 gflags = max8952->vid0 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8952_pmic_probe()
245 gflags = max8952->vid1 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8952_pmic_probe()
/Linux-v5.4/drivers/pcmcia/
Dsa1100_generic.c58 skt->gpio_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in sa11x0_cf_hw_init()
63 GPIOD_OUT_HIGH); in sa11x0_cf_hw_init()
Dpxa2xx_mainstone.c40 GPIOD_OUT_HIGH); in mst_pcmcia_hw_init()
/Linux-v5.4/sound/soc/atmel/
Dtse850-pcm5142.c373 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe()
381 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe()
389 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe()
/Linux-v5.4/sound/soc/ti/
Dams-delta.c491 GPIOD_OUT_HIGH); in ams_delta_cx20442_init()
563 GPIOD_OUT_HIGH); in ams_delta_probe()
568 GPIOD_OUT_HIGH); in ams_delta_probe()
/Linux-v5.4/drivers/iio/adc/
Dad7780.c264 GPIOD_OUT_HIGH); in ad7780_init_gpios()
273 GPIOD_OUT_HIGH); in ad7780_init_gpios()
/Linux-v5.4/drivers/extcon/
Dextcon-max3355.c73 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dlvds-encoder.c71 GPIOD_OUT_HIGH); in lvds_encoder_probe()
Dparade-ps8622.c547 ps8622->gpio_slp = devm_gpiod_get(dev, "sleep", GPIOD_OUT_HIGH); in ps8622_probe()
558 ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ps8622_probe()
/Linux-v5.4/sound/soc/samsung/
Dsmartq_wm8987.c196 GPIOD_OUT_HIGH); in smartq_probe()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-core.c130 isp->rst_gpio = devm_gpiod_get_optional(dev, NULL, GPIOD_OUT_HIGH); in isp1760_register()
/Linux-v5.4/drivers/mmc/core/
Dpwrseq_simple.c125 GPIOD_OUT_HIGH); in mmc_pwrseq_simple_probe()
/Linux-v5.4/drivers/staging/fbtft/
Dfb_agm1264k-fl.c146 return GPIOD_OUT_HIGH; in request_gpios_match()
150 return GPIOD_OUT_HIGH; in request_gpios_match()
/Linux-v5.4/drivers/staging/iio/adc/
Dad7816.c370 chip->rdwr_pin = devm_gpiod_get(&spi_dev->dev, "rdwr", GPIOD_OUT_HIGH); in ad7816_probe()
378 GPIOD_OUT_HIGH); in ad7816_probe()
/Linux-v5.4/drivers/hwmon/
Dnsa320-hwmon.c173 hwmon->clk = devm_gpiod_get(&pdev->dev, "clk", GPIOD_OUT_HIGH); in nsa320_hwmon_probe()
/Linux-v5.4/drivers/i2c/busses/
Di2c-gpio.c396 gflags = GPIOD_OUT_HIGH; in i2c_gpio_probe()
404 gflags = GPIOD_OUT_HIGH; in i2c_gpio_probe()
/Linux-v5.4/drivers/watchdog/
Dmtx-1_wdt.c202 NULL, GPIOD_OUT_HIGH); in mtx1_wdt_probe()
/Linux-v5.4/drivers/mfd/
Dti-lmu.c170 lmu->en_gpio = devm_gpiod_get_optional(dev, "enable", GPIOD_OUT_HIGH); in ti_lmu_probe()

1234567