Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-ep93xx/
Dgpio.c270 #define to_ep93xx_gpio_chip(c) container_of(c, struct ep93xx_gpio_chip, chip) macro
274 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); in ep93xx_gpio_direction_input()
290 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); in ep93xx_gpio_direction_output()
324 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); in ep93xx_gpio_get()
331 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); in ep93xx_gpio_set()
361 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); in ep93xx_gpio_dbg_show()