Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dem-x270.c64 #define GPIO37_WLAN_RST (37) macro
747 err = gpio_request(GPIO37_WLAN_RST, "WLAN RST"); in em_x270_libertas_setup()
751 gpio_direction_output(GPIO37_WLAN_RST, 1); in em_x270_libertas_setup()
785 gpio_set_value(GPIO37_WLAN_RST, 0); in em_x270_libertas_teardown()
786 gpio_free(GPIO37_WLAN_RST); in em_x270_libertas_teardown()