Searched refs:msm_gpiomux_get (Results 1 – 5 of 5) sorted by relevance
19 int __must_check msm_gpiomux_get(unsigned gpio);26 static inline int __must_check msm_gpiomux_get(unsigned gpio) in msm_gpiomux_get() function
67 To indicate that a gpio is in use, call msm_gpiomux_get() to increase76 When msm_gpiomux_get() is called on gpio 12 to raise its reference count78 line has a valid active configuration, msm_gpiomux_get() will have no116 *really* anchor the configuration down by calling msm_gpiomux_get on the123 msm_gpiomux_get.128 It is expected that msm gpio_chips will call msm_gpiomux_get() and134 return msm_gpiomux_get(chip->base + offset);155 free to also use msm_gpiomux_set and msm_gpiomux_get.
51 int msm_gpiomux_get(unsigned gpio) in msm_gpiomux_get() function65 EXPORT_SYMBOL(msm_gpiomux_get);
163 return msm_gpiomux_get(chip->base + offset); in msm_gpio_request()
429 return msm_gpiomux_get(chip->base + offset); in msm_gpio_request()