Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/platform/coldfire/
Dgpio.c104 return mcf_chip->gpio_to_pinmux ? in mcf_gpio_request()
105 mcf_pinmux_request(mcf_chip->gpio_to_pinmux[offset], 0) : 0; in mcf_gpio_request()
114 if (mcf_chip->gpio_to_pinmux) in mcf_gpio_free()
115 mcf_pinmux_release(mcf_chip->gpio_to_pinmux[offset], 0); in mcf_gpio_free()
/linux-2.6.39/arch/m68k/include/asm/
Dmcfgpio.h29 const u8 *gpio_to_pinmux; member