gpiod_get
d = gpiod_get(NULL, "retu_irq", GPIOD_IN);
d = gpiod_get(NULL, "tahvo_irq", GPIOD_IN);
d = gpiod_get(NULL, "ads7846_irq", GPIOD_IN);
d = gpiod_get(NULL, "smc_irq", GPIOD_IN);
d = gpiod_get(NULL, "cf_irq", GPIOD_IN);
d = gpiod_get(NULL, "tps65010", GPIOD_IN);
d = gpiod_get(NULL, "tsc2102_irq", GPIOD_IN);
d = gpiod_get(NULL, "usb_dc_irq", GPIOD_IN);
d = gpiod_get(NULL, "irda_off", GPIOD_OUT_HIGH);
d = gpiod_get(NULL, "switch", GPIOD_OUT_LOW);
d = gpiod_get(NULL, "usb_on", GPIOD_OUT_LOW);
d = gpiod_get(NULL, "power", GPIOD_OUT_HIGH);
d = gpiod_get(NULL, "noe", GPIOD_OUT_HIGH);
EXPORT_SYMBOL_GPL(gpiod_get);
calib = gpiod_get(&priv->hdmi->dev, "nxp,calib", GPIOD_ASIS);
dsi->te_gpio = gpiod_get(&client->dev, "te-gpios", GPIOD_IN);
hte.gpio_out = gpiod_get(&pdev->dev, "out", 0);
hte.gpio_in = gpiod_get(&pdev->dev, "in", 0);
gpio = gpiod_get(&client->dev, "wakeup", GPIOD_OUT_HIGH);
gpiod_irq = gpiod_get(wm->dev, "touch", GPIOD_IN);
gpiod = gpiod_get(gpio_ext_dev, "enable", GPIOD_OUT_LOW);
cmd_gpio = gpiod_get(dev, "st,cmd", GPIOD_OUT_HIGH);
ck_gpio = gpiod_get(dev, "st,ck", GPIOD_OUT_HIGH);
ckin_gpio = gpiod_get(dev, "st,ckin", GPIOD_IN);
pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN);
pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN);
pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN);
pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN);
reset_gpio = gpiod_get(dev, "reset", 0);
gpiod = gpiod_get(dev, "ssam_wakeup-int", GPIOD_ASIS);
board_rev_gpio = gpiod_get(dev, "board_rev", GPIOD_ASIS);
desc = gpiod_get(int3472->dev, con_id, GPIOD_OUT_LOW);
collie_bat_main.gpio_full = gpiod_get(&dev->ucb->dev,
collie_mbat_low = gpiod_get(&dev->ucb->dev,
collie_bat_main.gpio_charge_on = gpiod_get(&dev->ucb->dev,
cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS);
bs->cs_gpio = gpiod_get(&spi->dev, "cs", GPIOD_OUT_LOW);
md->reset = gpiod_get(&spi->dev, "reset", GPIOD_OUT_LOW);
struct gpio_desc *__must_check gpiod_get(struct device *dev,
bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable",
priv->spkvdd_en_gpio = gpiod_get(codec_dev, "wlf,spkvdd-ena", GPIOD_OUT_LOW);