| /linux/drivers/hte/ |
| H A D | hte-tegra194-test.c | 208 gpiod_put(hte.gpio_in); in tegra_hte_test_probe() 210 gpiod_put(hte.gpio_out); in tegra_hte_test_probe() 221 gpiod_put(hte.gpio_in); in tegra_hte_test_remove() 222 gpiod_put(hte.gpio_out); in tegra_hte_test_remove()
|
| /linux/drivers/power/supply/ |
| H A D | collie_battery.c | 432 gpiod_put(collie_bat_main.gpio_charge_on); in collie_bat_probe() 434 gpiod_put(collie_mbat_low); in collie_bat_probe() 436 gpiod_put(collie_bat_main.gpio_full); in collie_bat_probe() 449 gpiod_put(collie_bat_main.gpio_full); in collie_bat_remove() 450 gpiod_put(collie_mbat_low); in collie_bat_remove() 451 gpiod_put(collie_bat_main.gpio_charge_on); in collie_bat_remove()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cirrus_scodec.c | 28 gpiod_put(speaker_id_desc); in cirrus_scodec_get_speaker_id() 55 gpiod_put(speaker_id_desc); in cirrus_scodec_get_speaker_id()
|
| H A D | cs35l41_hda.c | 1765 gpiod_put(speaker_id_desc); in cs35l41_get_speaker_id() 1793 gpiod_put(speaker_id_desc); in cs35l41_get_speaker_id() 2077 gpiod_put(cs35l41->reset_gpio); in cs35l41_hda_probe() 2078 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_probe() 2106 gpiod_put(cs35l41->reset_gpio); in cs35l41_hda_remove() 2107 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_remove()
|
| H A D | cs35l41_hda_property.c | 321 gpiod_put(cs_gpiod); in generic_dsd_config()
|
| /linux/arch/powerpc/platforms/85xx/ |
| H A D | sgy_cts1000.c | 84 gpiod_put(halt_gpio); in __gpio_halt_probe() 125 gpiod_put(halt_gpio); in gpio_halt_remove()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | board-sx1.c | 347 gpiod_put(d); in omap_sx1_init() 352 gpiod_put(d); in omap_sx1_init() 357 gpiod_put(d); in omap_sx1_init()
|
| H A D | serial.c | 214 gpiod_put(d); in omap_serial_set_port_wakeup()
|
| H A D | board-palmte.c | 253 gpiod_put(d); in omap_palmte_init()
|
| /linux/drivers/net/phy/ |
| H A D | mdio_device.c | 48 gpiod_put(mdiodev->reset_gpio); in mdio_device_register_reset() 71 gpiod_put(mdiodev->reset_gpio); in mdio_device_unregister_reset()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | pm-board.c | 111 gpiod_put(pic_gpios[i]); in mvebu_armada_pm_init()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-pci.c | 273 gpiod_put(gpio); in dwc3_pci_quirks() 281 gpiod_put(gpio); in dwc3_pci_quirks()
|
| /linux/drivers/input/touchscreen/ |
| H A D | mainstone-wm97xx.c | 234 gpiod_put(gpiod_irq); in wm97xx_acc_shutdown()
|
| H A D | egalax_ts.c | 142 gpiod_put(gpio); in egalax_wake_up_device()
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_st7789v.c | 110 gpiod_put(te); in init_tearing_effect_line()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 211 gpiod_put(led->gpiod); in pika_setup_leds()
|
| /linux/sound/soc/intel/boards/ |
| H A D | bytcht_es8316.c | 720 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_probe() 738 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_remove()
|
| H A D | sof_es8336.c | 772 gpiod_put(priv->gpio_speakers); in sof_es8336_probe() 791 gpiod_put(priv->gpio_speakers); in sof_es8336_remove()
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | clk_and_regulator.c | 185 gpiod_put(int3472->clock.ena_gpio); in skl_int3472_unregister_clock()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54spi.c | 640 gpiod_put(priv->gpio_powerdown); in p54spi_probe() 653 gpiod_put(priv->gpio_powerdown); in p54spi_remove()
|
| /linux/drivers/regulator/ |
| H A D | lm363x-regulator.c | 338 gpiod_put(gpiod); in lm363x_regulator_probe()
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-of-prober.c | 277 gpiod_put(ctx->gpiod); in i2c_of_probe_simple_put_gpiod()
|
| /linux/sound/soc/ |
| H A D | soc-jack.c | 288 gpiod_put(gpios[i].desc); in jack_free_gpios()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | lpc32xx_mlc.c | 834 gpiod_put(host->wp_gpio); in lpc32xx_nand_probe() 860 gpiod_put(host->wp_gpio); in lpc32xx_nand_remove()
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 161 A GPIO descriptor can be disposed of using the gpiod_put() function:: 163 void gpiod_put(struct gpio_desc *desc) 170 It is also not allowed to individually release descriptors (using gpiod_put())
|