Home
last modified time | relevance | path

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

12

/Linux-v5.10/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.c3999 gpiod_put(desc); in gpiod_get_index()
4067 gpiod_put(desc); in fwnode_get_named_gpiod()
4316 void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
4321 EXPORT_SYMBOL_GPL(gpiod_put);
4332 gpiod_put(descs->desc[i]); in gpiod_put_array()
Dgpiolib-of.c359 gpiod_put(desc); in gpiod_get_from_of_node()
/Linux-v5.10/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.10/drivers/leds/
Dleds-netxbig.c330 gpiod_put(gpio_ext->addr[i]); in netxbig_gpio_ext_remove()
332 gpiod_put(gpio_ext->data[i]); in netxbig_gpio_ext_remove()
333 gpiod_put(gpio_ext->enable); in netxbig_gpio_ext_remove()
/Linux-v5.10/drivers/usb/dwc3/
Ddwc3-pci.c188 gpiod_put(gpio); in dwc3_pci_quirks()
196 gpiod_put(gpio); in dwc3_pci_quirks()
/Linux-v5.10/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.10/drivers/gpu/drm/gma500/
Dmdfld_dsi_output.c462 gpiod_put(gpiod); in mdfld_dsi_panel_reset()
469 gpiod_put(gpiod); in mdfld_dsi_panel_reset()
/Linux-v5.10/sound/soc/intel/boards/
Dbytcht_es8316.c598 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_probe()
611 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_remove()
Dbdw-rt5677.c296 gpiod_put(bdw_rt5677->gpio_hp_en); in bdw_rt5677_exit()
Dkbl_rt5660.c219 gpiod_put(ctx->gpio_lo_mute); in kabylake_rt5660_codec_exit()
/Linux-v5.10/drivers/platform/x86/
Dsurface3_button.c82 gpiod_put(desc); in surface3_button_lookup_gpio()
/Linux-v5.10/include/linux/gpio/
Dconsumer.h85 void gpiod_put(struct gpio_desc *desc);
244 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
/Linux-v5.10/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.c279 gpiod_put(config->ena_gpiod); in max77686_of_parse_cb()
/Linux-v5.10/sound/soc/
Dsoc-jack.c290 gpiod_put(gpios[i].desc); in jack_free_gpios()
/Linux-v5.10/drivers/net/phy/
Dfixed_phy.c181 gpiod_put(fp->link_gpiod); in fixed_phy_del()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dsi_vbt.c926 gpiod_put(intel_dsi->gpio_panel); in intel_dsi_vbt_gpio_cleanup()
931 gpiod_put(intel_dsi->gpio_backlight); in intel_dsi_vbt_gpio_cleanup()
/Linux-v5.10/drivers/input/misc/
Dsoc_button_array.c115 gpiod_put(desc); in soc_button_lookup_gpio()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_gmin_platform.c240 gpiod_put(gmin_subdevs[i].gpio0); in atomisp_gmin_remove_subdev()
243 gpiod_put(gmin_subdevs[i].gpio1); in atomisp_gmin_remove_subdev()
/Linux-v5.10/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.10/drivers/staging/pi433/
Dpi433_if.c1005 gpiod_put(device->gpiod[i]); in setup_gpio()
1047 gpiod_put(device->gpiod[i]); in free_gpio()

12