/openbmc/linux/drivers/hte/ |
H A D | hte-tegra194-test.c | 209 gpiod_put(hte.gpio_in); in tegra_hte_test_probe() 211 gpiod_put(hte.gpio_out); in tegra_hte_test_probe() 222 gpiod_put(hte.gpio_in); in tegra_hte_test_remove() 223 gpiod_put(hte.gpio_out); in tegra_hte_test_remove()
|
/openbmc/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() 448 gpiod_put(collie_bat_main.gpio_full); in collie_bat_remove() 449 gpiod_put(collie_mbat_low); in collie_bat_remove() 450 gpiod_put(collie_bat_main.gpio_charge_on); in collie_bat_remove()
|
/openbmc/linux/drivers/leds/simple/ |
H A D | simatic-ipc-leds-gpio-core.c | 88 gpiod_put(gpiod); in simatic_ipc_leds_gpio_probe() 96 gpiod_put(gpiod); in simatic_ipc_leds_gpio_probe()
|
/openbmc/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()
|
/openbmc/linux/drivers/platform/x86/intel/int3472/ |
H A D | led.c | 63 gpiod_put(int3472->pled.gpio); in skl_int3472_register_pled() 74 gpiod_put(int3472->pled.gpio); in skl_int3472_unregister_pled()
|
H A D | clk_and_regulator.c | 223 gpiod_put(int3472->clock.ena_gpio); in skl_int3472_register_gpio_clock() 235 gpiod_put(int3472->clock.ena_gpio); in skl_int3472_unregister_clock() 343 gpiod_put(int3472->regulator.gpio); in skl_int3472_register_regulator() 351 gpiod_put(int3472->regulator.gpio); in skl_int3472_unregister_regulator()
|
/openbmc/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 | 258 gpiod_put(d); in omap_palmte_init()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-devres.c | 22 gpiod_put(*desc); in devm_gpiod_release() 121 gpiod_put(desc); in devm_gpiod_get_index()
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | pm-board.c | 111 gpiod_put(pic_gpios[i]); in mvebu_armada_pm_init()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-netxbig.c | 330 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()
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bytcr_wm5102.c | 472 gpiod_put(priv->spkvdd_en_gpio); in snd_byt_wm5102_mc_probe() 481 gpiod_put(priv->spkvdd_en_gpio); in snd_byt_wm5102_mc_remove()
|
H A D | bytcht_es8316.c | 618 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_probe() 636 gpiod_put(priv->speaker_en_gpio); in snd_byt_cht_es8316_mc_remove()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | keystone_remoteproc.c | 469 gpiod_put(ksproc->kick_gpio); in keystone_rproc_probe() 484 gpiod_put(ksproc->kick_gpio); in keystone_rproc_remove()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | tw9910.c | 627 gpiod_put(priv->rstb_gpio); in tw9910_power_on() 988 gpiod_put(priv->pdn_gpio); in tw9910_probe() 1000 gpiod_put(priv->pdn_gpio); in tw9910_remove()
|
H A D | rj54n1cb0c.c | 1386 gpiod_put(rj54n1->enable_gpio); in rj54n1_probe() 1389 gpiod_put(rj54n1->pwup_gpio); in rj54n1_probe() 1405 gpiod_put(rj54n1->enable_gpio); in rj54n1_remove() 1407 gpiod_put(rj54n1->pwup_gpio); in rj54n1_remove()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-pci.c | 260 gpiod_put(gpio); in dwc3_pci_quirks() 268 gpiod_put(gpio); in dwc3_pci_quirks()
|
/openbmc/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 | 141 gpiod_put(gpio); in egalax_wake_up_device()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mpc52xx.c | 505 gpiod_put(ms->gpio_cs[i]); in mpc52xx_spi_probe() 526 gpiod_put(ms->gpio_cs[i]); in mpc52xx_spi_remove()
|
/openbmc/linux/include/linux/gpio/ |
H A D | consumer.h | 83 void gpiod_put(struct gpio_desc *desc); 240 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_st7789v.c | 110 gpiod_put(te); in init_tearing_effect_line()
|
/openbmc/linux/arch/powerpc/platforms/44x/ |
H A D | warp.c | 210 gpiod_put(led->gpiod); in pika_setup_leds()
|
/openbmc/linux/drivers/regulator/ |
H A D | lm363x-regulator.c | 338 gpiod_put(gpiod); in lm363x_regulator_probe()
|