| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | dwc3-pci.c | 200 gpio = gpiod_get_optional(&pdev->dev, "cs", GPIOD_OUT_LOW); in dwc3_pci_quirks() 207 gpio = gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW); in dwc3_pci_quirks()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cx20810.c | 131 reset_gpio = gpiod_get_optional(dev, in cx2081x_probe()
|
| H A D | rk3328_codec.c | 452 rk3328->mute = gpiod_get_optional(&pdev->dev, "mute", GPIOD_OUT_HIGH); in rk3328_platform_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | consumer.h | 72 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
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | wm8994-regulator.c | 178 gpiod = gpiod_get_optional(pdev->dev.parent, in wm8994_ldo_probe()
|
| H A D | fixed.c | 229 cfg.ena_gpiod = gpiod_get_optional(&pdev->dev, NULL, gflags); in reg_fixed_voltage_probe()
|
| H A D | max8952.c | 220 gpiod = gpiod_get_optional(&client->dev, in max8952_pmic_probe()
|
| H A D | arizona-ldo1.c | 260 config.ena_gpiod = gpiod_get_optional(parent_dev, "wlf,ldoena", in arizona_ldo1_common_init()
|
| H A D | gpio-regulator.c | 328 cfg.ena_gpiod = gpiod_get_optional(dev, "enable", gflags); in gpio_regulator_probe()
|
| H A D | pca9450-regulator.c | 821 pca9450->sd_vsel_gpio = gpiod_get_optional(pca9450->dev, "sd-vsel", GPIOD_OUT_HIGH); in pca9450_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tw9910.c | 614 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()
|
| H A D | rj54n1cb0c.c | 1357 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()
|
| H A D | ov772x.c | 864 priv->rstb_gpio = gpiod_get_optional(&client->dev, "reset", in ov772x_power_on() 1410 priv->pwdn_gpio = gpiod_get_optional(&client->dev, "powerdown", in ov772x_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_dw_hdmi.c | 175 hdmi->ddc_en = gpiod_get_optional(&connector_pdev->dev, in sun8i_dw_hdmi_bind()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | mdio_bus.c | 46 mdiodev->reset_gpio = gpiod_get_optional(&mdiodev->dev, in mdiobus_register_gpiod()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 86 pattern where a GPIO is optional, the gpiod_get_optional() and 90 struct gpio_desc *gpiod_get_optional(struct device *dev,
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 881 gpiod_get_optional 2854 gpiod_get_optional
|
| H A D | abi_gki_aarch64_virtual_device | 599 gpiod_get_optional
|
| H A D | abi_gki_aarch64_vivo | 616 gpiod_get_optional
|
| H A D | abi_gki_aarch64_db845c | 915 gpiod_get_optional
|
| H A D | abi_gki_aarch64_imx | 421 gpiod_get_optional
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sa1100fb.c | 1176 fbi->shannon_lcden = gpiod_get_optional(&pdev->dev, "shannon-lcden", in sa1100fb_probe()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | core.c | 631 nvmem->wp_gpio = gpiod_get_optional(config->dev, "wp", in nvmem_register()
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-arizona.c | 1511 info->micd_pol_gpio = gpiod_get_optional(arizona->dev, in arizona_extcon_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib.c | 3888 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev, in gpiod_get_optional() function 3894 EXPORT_SYMBOL_GPL(gpiod_get_optional);
|