Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpio/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.c256 gpiod_put(hdmi->ddc_en); in sun8i_dw_hdmi_bind()
274 gpiod_put(hdmi->ddc_en); in sun8i_dw_hdmi_unbind()
/OK3568_Linux_fs/kernel/drivers/leds/
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-pci.c205 gpiod_put(gpio); in dwc3_pci_quirks()
213 gpiod_put(gpio); in dwc3_pci_quirks()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcx20810.c150 gpiod_put(reset_gpio); in cx2081x_probe()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A 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()
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_output.c462 gpiod_put(gpiod); in mdfld_dsi_panel_reset()
469 gpiod_put(gpiod); in mdfld_dsi_panel_reset()
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dbytcht_es8316.c605 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_probe()
618 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_remove()
H A Dbdw-rt5677.c296 gpiod_put(bdw_rt5677->gpio_hp_en); in bdw_rt5677_exit()
H A Dkbl_rt5660.c219 gpiod_put(ctx->gpio_lo_mute); in kabylake_rt5660_codec_exit()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h85 void gpiod_put(struct gpio_desc *desc);
244 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsurface3_button.c82 gpiod_put(desc); in surface3_button_lookup_gpio()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dlm363x-regulator.c338 gpiod_put(gpiod); in lm363x_regulator_probe()
H A Darizona-ldo1.c347 gpiod_put(ldo1->ena_gpiod); in arizona_ldo1_remove()
H A Dmax77686-regulator.c279 gpiod_put(config->ena_gpiod); in max77686_of_parse_cb()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-jack.c290 gpiod_put(gpios[i].desc); in jack_free_gpios()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dfixed_phy.c181 gpiod_put(fp->link_gpiod); in fixed_phy_del()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c937 gpiod_put(intel_dsi->gpio_panel); in intel_dsi_vbt_gpio_cleanup()
942 gpiod_put(intel_dsi->gpio_backlight); in intel_dsi_vbt_gpio_cleanup()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dsoc_button_array.c126 gpiod_put(desc); in soc_button_lookup_gpio()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A 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()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pxa2xx.c1234 gpiod_put(chip->gpiod_cs); in setup_cs()
1258 gpiod_put(chip->gpiod_cs); in setup_cs()
1437 gpiod_put(chip->gpiod_cs); in cleanup()
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A 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())
/OK3568_Linux_fs/kernel/drivers/staging/pi433/
H A Dpi433_if.c1005 gpiod_put(device->gpiod[i]); in setup_gpio()
1047 gpiod_put(device->gpiod[i]); in free_gpio()

12