/kernel/linux/linux-5.10/drivers/bus/ |
D | ts-nbus.c | 49 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()
|
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
D | board.rst | 48 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),
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | max9759.c | 152 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()
|
D | bd28623.c | 203 GPIOD_OUT_HIGH); in bd28623_probe() 211 GPIOD_OUT_HIGH); in bd28623_probe()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_palmld.c | 71 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()
|
/kernel/linux/linux-5.10/drivers/misc/ |
D | hisi_hikey_usb.c | 170 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()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | gpio-regulator.c | 181 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()
|
D | max8952.c | 212 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()
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
D | sa1100_generic.c | 58 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()
|
D | pxa2xx_mainstone.c | 40 GPIOD_OUT_HIGH); in mst_pcmcia_hw_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
D | panel-boe-himax8279d.c | 856 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()
|
D | panel-mantix-mlaf057we51.c | 247 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()
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
D | tse850-pcm5142.c | 373 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()
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
D | ams-delta.c | 492 GPIOD_OUT_HIGH); in ams_delta_cx20442_init() 564 GPIOD_OUT_HIGH); in ams_delta_probe() 569 GPIOD_OUT_HIGH); in ams_delta_probe()
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
D | neo1973_wm8753.c | 332 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()
|
D | smartq_wm8987.c | 196 GPIOD_OUT_HIGH); in smartq_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
D | parade-ps8640.c | 344 GPIOD_OUT_HIGH); in ps8640_probe() 352 GPIOD_OUT_HIGH); in ps8640_probe()
|
D | parade-ps8622.c | 479 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()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
D | ad7780.c | 284 GPIOD_OUT_HIGH); in ad7780_init_gpios() 293 GPIOD_OUT_HIGH); in ad7780_init_gpios()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | usb3503.c | 237 flags = GPIOD_OUT_HIGH; in usb3503_probe() 250 hub->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in usb3503_probe()
|
/kernel/linux/linux-5.10/drivers/extcon/ |
D | extcon-max3355.c | 73 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
D | isp1760-core.c | 130 isp->rst_gpio = devm_gpiod_get_optional(dev, NULL, GPIOD_OUT_HIGH); in isp1760_register()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | pwrseq_simple.c | 125 GPIOD_OUT_HIGH); in mmc_pwrseq_simple_probe()
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
D | fb_agm1264k-fl.c | 146 return GPIOD_OUT_HIGH; in request_gpios_match() 150 return GPIOD_OUT_HIGH; in request_gpios_match()
|
/kernel/linux/linux-5.10/drivers/staging/iio/adc/ |
D | ad7816.c | 370 chip->rdwr_pin = devm_gpiod_get(&spi_dev->dev, "rdwr", GPIOD_OUT_HIGH); in ad7816_probe() 378 GPIOD_OUT_HIGH); in ad7816_probe()
|