Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-msm-v2.c99 struct msm_gpio_dev { struct
109 static struct msm_gpio_dev msm_gpio; argument
124 static inline struct msm_gpio_dev *to_msm_gpio_dev(struct gpio_chip *chip) in to_msm_gpio_dev()
126 return container_of(chip, struct msm_gpio_dev, gpio_chip); in to_msm_gpio_dev()
184 struct msm_gpio_dev *g_dev = to_msm_gpio_dev(chip); in msm_gpio_to_irq()