Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/kernel/drivers/bus/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A 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);
171 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
172 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
173 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
175 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
191 GPIO_HOG("gpio.0", 10, "foo", GPIO_ACTIVE_LOW, GPIOD_OUT_HIGH),
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax9759.c152 priv->gpiod_shutdown = devm_gpiod_get(dev, "shutdown", GPIOD_OUT_HIGH); in max9759_probe()
160 priv->gpiod_mute = devm_gpiod_get(dev, "mute", GPIOD_OUT_HIGH); in max9759_probe()
169 priv->gpiod_gain = devm_gpiod_get_array(dev, "gain", GPIOD_OUT_HIGH); in max9759_probe()
H A Dbd28623.c203 GPIOD_OUT_HIGH); in bd28623_probe()
211 GPIOD_OUT_HIGH); in bd28623_probe()
H A Dfm1288.c163 fm1288_ctl_gpio = devm_gpiod_get(&i2c_client->dev, "pwd", GPIOD_OUT_HIGH); in fm1288_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dhisi_hikey_usb.c170 GPIOD_OUT_HIGH); in hisi_hikey_usb_parse_kirin970()
191 GPIOD_OUT_HIGH); in hisi_hikey_usb_probe()
209 GPIOD_OUT_HIGH); in hisi_hikey_usb_probe()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dgpio-regulator.c181 config->gflags[i] = GPIOD_OUT_HIGH; in of_get_gpio_regulator_config()
184 val ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in of_get_gpio_regulator_config()
309 if (config->gflags[ptr] == GPIOD_OUT_HIGH) in gpio_regulator_probe()
324 gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE; in gpio_regulator_probe()
H A 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()
/OK3568_Linux_fs/kernel/drivers/ata/
H A 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()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A 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()
H A Dpxa2xx_mainstone.c40 GPIOD_OUT_HIGH); in mst_pcmcia_hw_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-boe-himax8279d.c856 pinfo->pp18_gpio = devm_gpiod_get(dev, "pp18", GPIOD_OUT_HIGH); in panel_add()
864 pinfo->pp33_gpio = devm_gpiod_get(dev, "pp33", GPIOD_OUT_HIGH); in panel_add()
872 pinfo->enable_gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_HIGH); in panel_add()
H A Dpanel-mantix-mlaf057we51.c247 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in mantix_probe()
253 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
/OK3568_Linux_fs/kernel/drivers/net/lte/
H A Dlte_rm310.c121 GPIOD_OUT_HIGH); in modem_platdata_parse_dt()
128 GPIOD_OUT_HIGH); in modem_platdata_parse_dt()
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A 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()
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Dams-delta.c492 GPIOD_OUT_HIGH); in ams_delta_cx20442_init()
564 GPIOD_OUT_HIGH); in ams_delta_probe()
569 GPIOD_OUT_HIGH); in ams_delta_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/pmic/
H A Dtps65185.c541 sess->pwr_en_pin = devm_gpiod_get_optional(&client->dev, "poweren", GPIOD_OUT_HIGH); in papyrus_probe()
546 sess->wake_up_pin = devm_gpiod_get_optional(&client->dev, "wakeup", GPIOD_OUT_HIGH); in papyrus_probe()
552 sess->vcom_ctl_pin = devm_gpiod_get_optional(&client->dev, "vcomctl", GPIOD_OUT_HIGH); in papyrus_probe()
558 sess->pwr_up_pin = devm_gpiod_get_optional(&client->dev, "powerup", GPIOD_OUT_HIGH); in papyrus_probe()
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dneo1973_wm8753.c332 gpiod_hp_in = devm_gpiod_get(dev, "hp", GPIOD_OUT_HIGH); in neo1973_probe()
337 gpiod_amp_shut = devm_gpiod_get(dev, "amp-shut", GPIOD_OUT_HIGH); in neo1973_probe()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7780.c284 GPIOD_OUT_HIGH); in ad7780_init_gpios()
293 GPIOD_OUT_HIGH); in ad7780_init_gpios()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dparade-ps8640.c344 GPIOD_OUT_HIGH); in ps8640_probe()
352 GPIOD_OUT_HIGH); in ps8640_probe()
H A Dparade-ps8622.c479 ps8622->gpio_slp = devm_gpiod_get(dev, "sleep", GPIOD_OUT_HIGH); in ps8622_probe()
490 ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ps8622_probe()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusb3503.c237 flags = GPIOD_OUT_HIGH; in usb3503_probe()
250 hub->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in usb3503_probe()
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-max3355.c73 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
/OK3568_Linux_fs/kernel/drivers/staging/iio/adc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c146 return GPIOD_OUT_HIGH; in request_gpios_match()
150 return GPIOD_OUT_HIGH; in request_gpios_match()

12345678910