Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-mxc/ !
Dgpio.c84 static int mxc_gpio_get(struct gpio_chip *chip, unsigned offset);
103 val = mxc_gpio_get(&port->chip, gpio & 31); in gpio_set_irq_type()
276 static int mxc_gpio_get(struct gpio_chip *chip, unsigned offset) in mxc_gpio_get() function
329 port[i].chip.get = mxc_gpio_get; in mxc_gpio_init()