Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dem-x270.c65 #define GPIO37_WLAN_RST (37) macro
749 err = gpio_request(GPIO37_WLAN_RST, "WLAN RST"); in em_x270_libertas_setup()
753 gpio_direction_output(GPIO37_WLAN_RST, 1); in em_x270_libertas_setup()
787 gpio_set_value(GPIO37_WLAN_RST, 0); in em_x270_libertas_teardown()
788 gpio_free(GPIO37_WLAN_RST); in em_x270_libertas_teardown()