Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dpwrseq_simple.c82 gpiod_put(pwrseq->reset_gpios[i]); in mmc_pwrseq_simple_free()
128 gpiod_put(pwrseq->reset_gpios[i]); in mmc_pwrseq_simple_alloc()
Dpwrseq_emmc.c50 gpiod_put(pwrseq->reset_gpio); in mmc_pwrseq_emmc_free()
/linux-4.1.27/include/linux/gpio/
Dconsumer.h70 void gpiod_put(struct gpio_desc *desc);
191 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
/linux-4.1.27/drivers/input/misc/
Dsoc_button_array.c64 gpiod_put(desc); in soc_button_lookup_gpio()
/linux-4.1.27/drivers/gpio/
Ddevres.c28 gpiod_put(*desc); in devm_gpiod_release()
Dgpiolib.c2008 gpiod_put(desc); in __gpiod_get_index()
2232 void gpiod_put(struct gpio_desc *desc) in gpiod_put() function
2236 EXPORT_SYMBOL_GPL(gpiod_put);
2247 gpiod_put(descs->desc[i]); in gpiod_put_array()
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c981 gpiod_put(ihid->desc); in i2c_hid_probe()
1057 gpiod_put(ihid->desc); in i2c_hid_probe()
1083 gpiod_put(ihid->desc); in i2c_hid_remove()
/linux-4.1.27/sound/soc/
Dsoc-jack.c429 gpiod_put(gpios[i].desc); in snd_soc_jack_free_gpios()
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt118 A GPIO descriptor can be disposed of using the gpiod_put() function:
120 void gpiod_put(struct gpio_desc *desc)
127 It is also not allowed to individually release descriptors (using gpiod_put())
/linux-4.1.27/drivers/regulator/
Dcore.c1779 gpiod_put(pin->gpiod); in regulator_ena_gpio_free()