Searched refs:msm_gpiomux_put (Results 1 – 5 of 5) sorted by relevance
78 int msm_gpiomux_put(unsigned gpio);102 static inline int msm_gpiomux_put(unsigned gpio) in msm_gpiomux_put() function
67 int msm_gpiomux_put(unsigned gpio) in msm_gpiomux_put() function82 EXPORT_SYMBOL(msm_gpiomux_put);
165 msm_gpiomux_put(chip->base + offset); in msm_gpio_free()
185 msm_gpiomux_put(chip->base + offset); in msm_gpio_free()
68 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 reference84 gpio line will be effected by msm_gpiomux_put(). Since gpio 34 has no valid129 msm_gpiomux_put() from their request and free hooks, like this fictional139 msm_gpiomux_put(chip->base + offset);