Home
last modified time | relevance | path

Searched refs:gpiod_get_optional (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/video/backlight/
A Dlms283gf05.c157 st->reset = gpiod_get_optional(&spi->dev, "reset", GPIOD_OUT_LOW); in lms283gf05_probe()
/linux/drivers/usb/dwc3/
A Ddwc3-pci.c214 gpio = gpiod_get_optional(&pdev->dev, "cs", GPIOD_OUT_LOW); in dwc3_pci_quirks()
221 gpio = gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW); in dwc3_pci_quirks()
/linux/drivers/regulator/
A Dwm8994-regulator.c149 gpiod = gpiod_get_optional(pdev->dev.parent, in wm8994_ldo_probe()
A Dfixed.c277 cfg.ena_gpiod = gpiod_get_optional(&pdev->dev, NULL, gflags); in reg_fixed_voltage_probe()
A Dmax8952.c220 gpiod = gpiod_get_optional(&client->dev, in max8952_pmic_probe()
A Darizona-ldo1.c260 config.ena_gpiod = gpiod_get_optional(parent_dev, "wlf,ldoena", in arizona_ldo1_common_init()
A Dgpio-regulator.c328 cfg.ena_gpiod = gpiod_get_optional(dev, "enable", gflags); in gpio_regulator_probe()
A Dpca9450-regulator.c818 pca9450->sd_vsel_gpio = gpiod_get_optional(pca9450->dev, "sd-vsel", GPIOD_OUT_HIGH); in pca9450_i2c_probe()
/linux/include/linux/gpio/
A Dconsumer.h72 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev,
217 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional() function
/linux/drivers/staging/fbtft/
A Dfb_st7789v.c97 te = gpiod_get_optional(dev, "te", GPIOD_IN); in init_tearing_effect_line()
/linux/drivers/gpu/drm/sun4i/
A Dsun8i_dw_hdmi.c172 hdmi->ddc_en = gpiod_get_optional(&connector_pdev->dev, in sun8i_dw_hdmi_bind()
/linux/drivers/media/i2c/
A Dtw9910.c614 priv->rstb_gpio = gpiod_get_optional(&client->dev, "rstb", in tw9910_power_on()
969 priv->pdn_gpio = gpiod_get_optional(&client->dev, "pdn", in tw9910_probe()
A Drj54n1cb0c.c1357 rj54n1->pwup_gpio = gpiod_get_optional(&client->dev, "powerup", in rj54n1_probe()
1366 rj54n1->enable_gpio = gpiod_get_optional(&client->dev, "enable", in rj54n1_probe()
A Dov772x.c883 priv->rstb_gpio = gpiod_get_optional(&client->dev, "reset", in ov772x_power_on()
1475 priv->pwdn_gpio = gpiod_get_optional(&client->dev, "powerdown", in ov772x_probe()
/linux/sound/soc/codecs/
A Drk3328_codec.c452 rk3328->mute = gpiod_get_optional(&pdev->dev, "mute", GPIOD_OUT_HIGH); in rk3328_platform_probe()
A Darizona-jack.c1348 info->micd_pol_gpio = gpiod_get_optional(arizona->dev, in arizona_jack_codec_dev_probe()
/linux/sound/soc/intel/boards/
A Dbytcht_es8316.c566 gpiod_get_optional(codec_dev, "speaker-enable", in snd_byt_cht_es8316_mc_probe()
/linux/Documentation/driver-api/gpio/
A Dconsumer.rst90 pattern where a GPIO is optional, the gpiod_get_optional() and
94 struct gpio_desc *gpiod_get_optional(struct device *dev,
/linux/drivers/net/phy/
A Dmdio_bus.c46 mdiodev->reset_gpio = gpiod_get_optional(&mdiodev->dev, in mdiobus_register_gpiod()
/linux/drivers/video/fbdev/
A Dsa1100fb.c1176 fbi->shannon_lcden = gpiod_get_optional(&pdev->dev, "shannon-lcden", in sa1100fb_probe()
/linux/drivers/gpio/
A Dgpiolib.c3759 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev, in gpiod_get_optional() function
3765 EXPORT_SYMBOL_GPL(gpiod_get_optional);
/linux/drivers/nvmem/
A Dcore.c773 nvmem->wp_gpio = gpiod_get_optional(config->dev, "wp", in nvmem_register()
/linux/drivers/net/dsa/sja1105/
A Dsja1105_main.c36 gpio = gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in sja1105_hw_reset()
/linux/drivers/bluetooth/
A Dbtusb.c3790 reset_gpio = gpiod_get_optional(&data->udev->dev, "reset", in btusb_probe()
/linux/
A Dvmlinux.symvers2923 0x00000000 gpiod_get_optional vmlinux EXPORT_SYMBOL_GPL

Completed in 93 milliseconds

12