Searched refs:mtx1_gpio_button (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/alchemy/mtx-1/
H A Dplatform.c33 static struct gpio_keys_button mtx1_gpio_button[] = { variable in typeref:struct:gpio_keys_button
42 .buttons = mtx1_gpio_button,
43 .nbuttons = ARRAY_SIZE(mtx1_gpio_button),
156 rc = gpio_request(mtx1_gpio_button[0].gpio,
157 mtx1_gpio_button[0].desc);
160 mtx1_gpio_button[0].gpio);
163 gpio_direction_input(mtx1_gpio_button[0].gpio);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/alchemy/mtx-1/
H A Dplatform.c33 static struct gpio_keys_button mtx1_gpio_button[] = { variable in typeref:struct:gpio_keys_button
42 .buttons = mtx1_gpio_button,
43 .nbuttons = ARRAY_SIZE(mtx1_gpio_button),
156 rc = gpio_request(mtx1_gpio_button[0].gpio,
157 mtx1_gpio_button[0].desc);
160 mtx1_gpio_button[0].gpio);
163 gpio_direction_input(mtx1_gpio_button[0].gpio);

Completed in 108 milliseconds