Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Dem-x270.c70 #define GPIO115_WLAN_PWEN (115) macro
725 int err = gpio_request(GPIO115_WLAN_PWEN, "WLAN PWEN"); in em_x270_libertas_setup()
747 gpio_direction_output(GPIO115_WLAN_PWEN, 0); in em_x270_libertas_setup()
749 gpio_set_value(GPIO115_WLAN_PWEN, 1); in em_x270_libertas_setup()
760 gpio_free(GPIO115_WLAN_PWEN); in em_x270_libertas_setup()
767 gpio_set_value(GPIO115_WLAN_PWEN, 0); in em_x270_libertas_teardown()
768 gpio_free(GPIO115_WLAN_PWEN); in em_x270_libertas_teardown()