Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/rb532/
H A Dgpio.c194 void rb532_gpio_set_func(unsigned gpio) in rb532_gpio_set_func() function
198 EXPORT_SYMBOL(rb532_gpio_set_func);
/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Dgpio.h77 extern void rb532_gpio_set_func(unsigned gpio);
/openbmc/linux/drivers/input/misc/
H A Drb532_button.c43 rb532_gpio_set_func(GPIO_BTN_S1); in rb532_button_pressed()