Home
last modified time | relevance | path

Searched refs:msm_gpiomux_put (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/arm/mach-msm/
Dgpiomux.h78 int msm_gpiomux_put(unsigned gpio);
102 static inline int msm_gpiomux_put(unsigned gpio) in msm_gpiomux_put() function
Dgpiomux.c67 int msm_gpiomux_put(unsigned gpio) in msm_gpiomux_put() function
82 EXPORT_SYMBOL(msm_gpiomux_put);
Dgpio-v2.c165 msm_gpiomux_put(chip->base + offset); in msm_gpio_free()
Dgpio.c185 msm_gpiomux_put(chip->base + offset); in msm_gpio_free()
/linux-2.6.39/Documentation/arm/msm/
Dgpiomux.txt68 its reference count. To decrease the reference count, call msm_gpiomux_put().
81 When msm_gpiomux_put() is called on gpio 12 or 34 to drop their reference
84 gpio line will be effected by msm_gpiomux_put(). Since gpio 34 has no valid
129 msm_gpiomux_put() from their request and free hooks, like this fictional
139 msm_gpiomux_put(chip->base + offset);