Searched refs:gpiod_get (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/arm/mach-omap1/
H A Dboard-palmte.c241 d = gpiod_get(NULL, "tsc2102_irq", GPIOD_IN);
249 d = gpiod_get(NULL, "usb_dc_irq", GPIOD_IN);
H A Dboard-nokia770.c257 d = gpiod_get(NULL, "retu_irq", GPIOD_IN);
265 d = gpiod_get(NULL, "tahvo_irq", GPIOD_IN);
325 d = gpiod_get(NULL, "ads7846_irq", GPIOD_IN);
H A Dboard-osk.c405 d = gpiod_get(NULL, "smc_irq", GPIOD_IN);
413 d = gpiod_get(NULL, "cf_irq", GPIOD_IN);
435 d = gpiod_get(NULL, "tps65010", GPIOD_IN);
H A Dboard-sx1.c343 d = gpiod_get(NULL, "irda_off", GPIOD_OUT_HIGH);
348 d = gpiod_get(NULL, "switch", GPIOD_OUT_LOW);
353 d = gpiod_get(NULL, "usb_on", GPIOD_OUT_LOW);
/linux-master/drivers/hte/
H A Dhte-tegra194-test.c110 hte.gpio_out = gpiod_get(&pdev->dev, "out", 0);
117 hte.gpio_in = gpiod_get(&pdev->dev, "in", 0);
/linux-master/drivers/power/supply/
H A Dcollie_battery.c327 collie_bat_main.gpio_full = gpiod_get(&dev->ucb->dev,
333 collie_mbat_low = gpiod_get(&dev->ucb->dev,
341 collie_bat_main.gpio_charge_on = gpiod_get(&dev->ucb->dev,
/linux-master/drivers/regulator/
H A Dmax20411-regulator.c129 cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS);
/linux-master/include/linux/gpio/
H A Dconsumer.h63 struct gpio_desc *__must_check gpiod_get(struct device *dev,
196 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, function
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c198 d = gpiod_get(NULL, "power", GPIOD_OUT_HIGH);
206 d = gpiod_get(NULL, "noe", GPIOD_OUT_HIGH);
/linux-master/drivers/input/touchscreen/
H A Degalax_ts.c126 gpio = gpiod_get(&client->dev, "wakeup", GPIOD_OUT_HIGH);
H A Dmainstone-wm97xx.c191 gpiod_irq = gpiod_get(wm->dev, "touch", GPIOD_IN);
H A Dads7846.c995 ts->gpio_pendown = gpiod_get(&spi->dev, "pendown", GPIOD_IN);
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_xgmac.c464 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN);
466 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN);
H A Dxgene_enet_main.c1677 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN);
1679 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN);
/linux-master/sound/soc/intel/boards/
H A Dbdw-rt5677.c251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable",
H A Dkbl_rt5660.c168 ctx->gpio_lo_mute = gpiod_get(component->dev, "lineout-mute",
H A Dbytcr_wm5102.c566 /* Note no devm_ here since we call gpiod_get on codec_dev rather then dev */
567 priv->spkvdd_en_gpio = gpiod_get(codec_dev, "wlf,spkvdd-ena", GPIOD_OUT_LOW);
/linux-master/drivers/remoteproc/
H A Dkeystone_remoteproc.c435 ksproc->kick_gpio = gpiod_get(dev, "kick", GPIOD_ASIS);
/linux-master/drivers/leds/
H A Dleds-netxbig.c407 gpiod = gpiod_get(gpio_ext_dev, "enable", GPIOD_OUT_LOW);
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_mipid.c562 md->reset = gpiod_get(&spi->dev, "reset", GPIOD_OUT_LOW);
/linux-master/drivers/mmc/host/
H A Dmmci.c2125 cmd_gpio = gpiod_get(dev, "st,cmd", GPIOD_OUT_HIGH);
2129 ck_gpio = gpiod_get(dev, "st,ck", GPIOD_OUT_HIGH);
2133 ckin_gpio = gpiod_get(dev, "st,ckin", GPIOD_IN);
/linux-master/drivers/platform/x86/
H A Dasus-tf103c-dock.c747 board_rev_gpio = gpiod_get(dev, "board_rev", GPIOD_ASIS);
/linux-master/drivers/spi/
H A Dspi-bcm2835.c1315 bs->cs_gpio = gpiod_get(&spi->dev, "cs", GPIOD_OUT_LOW);
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_main.c950 reset_gpio = gpiod_get(dev, "reset", 0);
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c1002 device->gpiod[i] = gpiod_get(&device->spi->dev, name,

Completed in 250 milliseconds

12