Searched refs:msm_gpio_dev (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-msm-v2.c84 * struct msm_gpio_dev: the MSM8660 SoC GPIO device structure
99 struct msm_gpio_dev { struct
109 static struct msm_gpio_dev msm_gpio;
124 static inline struct msm_gpio_dev *to_msm_gpio_dev(struct gpio_chip *chip) to_msm_gpio_dev()
126 return container_of(chip, struct msm_gpio_dev, gpio_chip); to_msm_gpio_dev()
184 struct msm_gpio_dev *g_dev = to_msm_gpio_dev(chip); msm_gpio_to_irq()

Completed in 95 milliseconds