Searched refs:gpiod_get_optional (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/leds/trigger/
H A Dledtrig-gpio.c89 gpio_data->gpiod = gpiod_get_optional(dev, "trigger-sources", GPIOD_IN);
/linux-master/drivers/video/backlight/
H A Dlms283gf05.c157 st->reset = gpiod_get_optional(&spi->dev, "reset", GPIOD_OUT_LOW);
/linux-master/include/linux/gpio/
H A Dconsumer.h70 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev,
212 gpiod_get_optional(struct device *dev, const char *con_id, function
/linux-master/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c300 priv->gpio_speakers = gpiod_get_optional(priv->codec_dev, "speakers-enable",
307 priv->gpio_headphone = gpiod_get_optional(priv->codec_dev, "headphone-enable",
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c249 gpio = gpiod_get_optional(&pdev->dev, "cs", GPIOD_OUT_LOW);
256 gpio = gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW);
/linux-master/drivers/staging/fbtft/
H A Dfb_st7789v.c97 te = gpiod_get_optional(dev, "te", GPIOD_IN);
/linux-master/drivers/regulator/
H A Dwm8994-regulator.c178 gpiod = gpiod_get_optional(pdev->dev.parent,
H A Dmax8952.c219 gpiod = gpiod_get_optional(&client->dev,
H A Dfixed.c319 cfg.ena_gpiod = gpiod_get_optional(&pdev->dev, NULL, gflags);
H A Darizona-ldo1.c260 config.ena_gpiod = gpiod_get_optional(parent_dev, "wlf,ldoena",
H A Dgpio-regulator.c343 cfg.ena_gpiod = gpiod_get_optional(dev, "enable", gflags);
H A Dpca9450-regulator.c841 pca9450->sd_vsel_gpio = gpiod_get_optional(pca9450->dev, "sd-vsel", GPIOD_OUT_HIGH);
/linux-master/sound/soc/amd/
H A Dacp-es8336.c213 gpio_pa = gpiod_get_optional(codec_dev, "pa-enable", GPIOD_OUT_LOW);
/linux-master/sound/soc/intel/boards/
H A Dsof_es8336.c736 priv->gpio_speakers = gpiod_get_optional(codec_dev, "speakers-enable", GPIOD_OUT_LOW);
743 priv->gpio_headphone = gpiod_get_optional(codec_dev, "headphone-enable", GPIOD_OUT_LOW);
H A Dbytcht_es8316.c643 gpiod_get_optional(codec_dev, "speaker-enable",
/linux-master/sound/soc/intel/avs/boards/
H A Des8336.c125 gpiod = gpiod_get_optional(codec_dai->dev, "speaker-enable", GPIOD_OUT_LOW);
/linux-master/sound/soc/codecs/
H A Drk3328_codec.c451 rk3328->mute = gpiod_get_optional(&pdev->dev, "mute", GPIOD_OUT_HIGH);
/linux-master/drivers/media/i2c/
H A Dtw9910.c614 priv->rstb_gpio = gpiod_get_optional(&client->dev, "rstb",
966 priv->pdn_gpio = gpiod_get_optional(&client->dev, "pdn",
H A Dov772x.c897 priv->rstb_gpio = gpiod_get_optional(&client->dev, "reset",
1489 priv->pwdn_gpio = gpiod_get_optional(&client->dev, "powerdown",
H A Drj54n1cb0c.c1354 rj54n1->pwup_gpio = gpiod_get_optional(&client->dev, "powerup",
1363 rj54n1->enable_gpio = gpiod_get_optional(&client->dev, "enable",
/linux-master/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c853 host->wp_gpio = gpiod_get_optional(&pdev->dev, NULL, GPIOD_OUT_LOW);
H A Dlpc32xx_mlc.c716 host->wp_gpio = gpiod_get_optional(&pdev->dev, NULL, GPIOD_OUT_LOW);
/linux-master/drivers/video/fbdev/
H A Dsa1100fb.c1175 fbi->shannon_lcden = gpiod_get_optional(&pdev->dev, "shannon-lcden",
/linux-master/sound/soc/generic/
H A Dsimple-card-utils.c769 desc = gpiod_get_optional(dev, prop, GPIOD_IN);
/linux-master/drivers/net/phy/
H A Dmdio_bus.c45 mdiodev->reset_gpio = gpiod_get_optional(&mdiodev->dev,

Completed in 292 milliseconds

12