Home
last modified time | relevance | path

Searched refs:gpiod_put (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.4/drivers/gpio/
Dgpiolib-devres.c22 gpiod_put(*desc); in devm_gpiod_release()
121 gpiod_put(desc); in devm_gpiod_get_index()
176 gpiod_put(desc); in devm_gpiod_get_from_of_node()
Dgpiolib-of.c340 gpiod_put(desc); in gpiod_get_from_of_node()
Dgpiolib.c4562 gpiod_put(desc); in gpiod_get_index()
4627 gpiod_put(desc); in fwnode_get_named_gpiod()
4874 void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
4879 EXPORT_SYMBOL_GPL(gpiod_put);
4890 gpiod_put(descs->desc[i]); in gpiod_put_array()
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c258 gpiod_put(hdmi->ddc_en); in sun8i_dw_hdmi_bind()
276 gpiod_put(hdmi->ddc_en); in sun8i_dw_hdmi_unbind()
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-pci.c181 gpiod_put(gpio); in dwc3_pci_quirks()
189 gpiod_put(gpio); in dwc3_pci_quirks()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dti-tfp410.c374 gpiod_put(dvi->hpd); in tfp410_init()
390 gpiod_put(dvi->hpd); in tfp410_fini()
/Linux-v5.4/drivers/media/i2c/
Dtw9910.c627 gpiod_put(priv->rstb_gpio); in tw9910_power_on()
989 gpiod_put(priv->pdn_gpio); in tw9910_probe()
1001 gpiod_put(priv->pdn_gpio); in tw9910_remove()
Drj54n1cb0c.c1387 gpiod_put(rj54n1->enable_gpio); in rj54n1_probe()
1390 gpiod_put(rj54n1->pwup_gpio); in rj54n1_probe()
1406 gpiod_put(rj54n1->enable_gpio); in rj54n1_remove()
1408 gpiod_put(rj54n1->pwup_gpio); in rj54n1_remove()
Dov772x.c878 gpiod_put(priv->rstb_gpio); in ov772x_power_on()
1444 gpiod_put(priv->pwdn_gpio); in ov772x_probe()
1462 gpiod_put(priv->pwdn_gpio); in ov772x_remove()
/Linux-v5.4/sound/soc/intel/boards/
Dbytcht_es8316.c584 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_probe()
597 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_remove()
/Linux-v5.4/drivers/platform/x86/
Dsurface3_button.c82 gpiod_put(desc); in surface3_button_lookup_gpio()
/Linux-v5.4/include/linux/gpio/
Dconsumer.h84 void gpiod_put(struct gpio_desc *desc);
235 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
/Linux-v5.4/drivers/regulator/
Dlm363x-regulator.c338 gpiod_put(gpiod); in lm363x_regulator_probe()
Darizona-ldo1.c347 gpiod_put(ldo1->ena_gpiod); in arizona_ldo1_remove()
Dmax77686-regulator.c278 gpiod_put(config->ena_gpiod); in max77686_of_parse_cb()
/Linux-v5.4/drivers/net/phy/
Dfixed_phy.c187 gpiod_put(fp->link_gpiod); in fixed_phy_del()
Dmdio_bus.c463 gpiod_put(mdiodev->reset_gpio); in mdiobus_unregister()
/Linux-v5.4/sound/soc/
Dsoc-jack.c329 gpiod_put(gpios[i].desc); in jack_free_gpios()
/Linux-v5.4/drivers/input/misc/
Dsoc_button_array.c58 gpiod_put(desc); in soc_button_lookup_gpio()
/Linux-v5.4/Documentation/driver-api/gpio/
Dconsumer.rst155 A GPIO descriptor can be disposed of using the gpiod_put() function::
157 void gpiod_put(struct gpio_desc *desc)
164 It is also not allowed to individually release descriptors (using gpiod_put())
/Linux-v5.4/drivers/staging/pi433/
Dpi433_if.c1015 gpiod_put(device->gpiod[i]); in setup_gpio()
1057 gpiod_put(device->gpiod[i]); in free_gpio()
/Linux-v5.4/drivers/extcon/
Dextcon-arizona.c1713 gpiod_put(info->micd_pol_gpio); in arizona_extcon_probe()
1738 gpiod_put(info->micd_pol_gpio); in arizona_extcon_remove()
/Linux-v5.4/drivers/spi/
Dspi-pxa2xx.c1197 gpiod_put(chip->gpiod_cs); in setup_cs()
1393 gpiod_put(chip->gpiod_cs); in cleanup()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_spi.c144 gpiod_put(wilc->gpio_irq); in wilc_bus_remove()
Dwilc_sdio.c171 gpiod_put(wilc->gpio_irq); in wilc_sdio_remove()

12