Symbol: gpiod_get
arch/arm/mach-omap1/board-nokia770.c
257
d = gpiod_get(NULL, "retu_irq", GPIOD_IN);
arch/arm/mach-omap1/board-nokia770.c
265
d = gpiod_get(NULL, "tahvo_irq", GPIOD_IN);
arch/arm/mach-omap1/board-nokia770.c
325
d = gpiod_get(NULL, "ads7846_irq", GPIOD_IN);
arch/arm/mach-omap1/board-osk.c
405
d = gpiod_get(NULL, "smc_irq", GPIOD_IN);
arch/arm/mach-omap1/board-osk.c
413
d = gpiod_get(NULL, "cf_irq", GPIOD_IN);
arch/arm/mach-omap1/board-osk.c
435
d = gpiod_get(NULL, "tps65010", GPIOD_IN);
arch/arm/mach-omap1/board-palmte.c
241
d = gpiod_get(NULL, "tsc2102_irq", GPIOD_IN);
arch/arm/mach-omap1/board-palmte.c
249
d = gpiod_get(NULL, "usb_dc_irq", GPIOD_IN);
arch/arm/mach-omap1/board-sx1.c
343
d = gpiod_get(NULL, "irda_off", GPIOD_OUT_HIGH);
arch/arm/mach-omap1/board-sx1.c
348
d = gpiod_get(NULL, "switch", GPIOD_OUT_LOW);
arch/arm/mach-omap1/board-sx1.c
353
d = gpiod_get(NULL, "usb_on", GPIOD_OUT_LOW);
arch/arm/mach-omap2/pdata-quirks.c
198
d = gpiod_get(NULL, "power", GPIOD_OUT_HIGH);
arch/arm/mach-omap2/pdata-quirks.c
206
d = gpiod_get(NULL, "noe", GPIOD_OUT_HIGH);
drivers/gpio/gpiolib.c
4858
EXPORT_SYMBOL_GPL(gpiod_get);
drivers/gpu/drm/bridge/tda998x_drv.c
522
calib = gpiod_get(&priv->hdmi->dev, "nxp,calib", GPIOD_ASIS);
drivers/gpu/drm/omapdrm/dss/dsi.c
4311
dsi->te_gpio = gpiod_get(&client->dev, "te-gpios", GPIOD_IN);
drivers/hte/hte-tegra194-test.c
110
hte.gpio_out = gpiod_get(&pdev->dev, "out", 0);
drivers/hte/hte-tegra194-test.c
117
hte.gpio_in = gpiod_get(&pdev->dev, "in", 0);
drivers/input/touchscreen/egalax_ts.c
127
gpio = gpiod_get(&client->dev, "wakeup", GPIOD_OUT_HIGH);
drivers/input/touchscreen/mainstone-wm97xx.c
191
gpiod_irq = gpiod_get(wm->dev, "touch", GPIOD_IN);
drivers/leds/leds-netxbig.c
413
gpiod = gpiod_get(gpio_ext_dev, "enable", GPIOD_OUT_LOW);
drivers/mmc/host/mmci.c
2124
cmd_gpio = gpiod_get(dev, "st,cmd", GPIOD_OUT_HIGH);
drivers/mmc/host/mmci.c
2128
ck_gpio = gpiod_get(dev, "st,ck", GPIOD_OUT_HIGH);
drivers/mmc/host/mmci.c
2132
ckin_gpio = gpiod_get(dev, "st,ckin", GPIOD_IN);
drivers/net/ethernet/apm/xgene/xgene_enet_main.c
1677
pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN);
drivers/net/ethernet/apm/xgene/xgene_enet_main.c
1679
pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN);
drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c
470
pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN);
drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c
472
pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN);
drivers/net/ethernet/asix/ax88796c_main.c
950
reset_gpio = gpiod_get(dev, "reset", 0);
drivers/platform/surface/aggregator/controller.c
2756
gpiod = gpiod_get(dev, "ssam_wakeup-int", GPIOD_ASIS);
drivers/platform/x86/asus-tf103c-dock.c
747
board_rev_gpio = gpiod_get(dev, "board_rev", GPIOD_ASIS);
drivers/platform/x86/intel/int3472/discrete.c
120
desc = gpiod_get(int3472->dev, con_id, GPIOD_OUT_LOW);
drivers/power/supply/collie_battery.c
327
collie_bat_main.gpio_full = gpiod_get(&dev->ucb->dev,
drivers/power/supply/collie_battery.c
333
collie_mbat_low = gpiod_get(&dev->ucb->dev,
drivers/power/supply/collie_battery.c
341
collie_bat_main.gpio_charge_on = gpiod_get(&dev->ucb->dev,
drivers/regulator/max20411-regulator.c
129
cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS);
drivers/spi/spi-bcm2835.c
1329
bs->cs_gpio = gpiod_get(&spi->dev, "cs", GPIOD_OUT_LOW);
drivers/video/fbdev/omap/lcd_mipid.c
562
md->reset = gpiod_get(&spi->dev, "reset", GPIOD_OUT_LOW);
include/linux/gpio/consumer.h
65
struct gpio_desc *__must_check gpiod_get(struct device *dev,
sound/soc/intel/boards/bdw-rt5677.c
250
bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable",
sound/soc/intel/boards/bytcr_wm5102.c
563
priv->spkvdd_en_gpio = gpiod_get(codec_dev, "wlf,spkvdd-ena", GPIOD_OUT_LOW);