Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dem-x270.c74 #define GPIO115_WLAN_PWEN (115) macro
740 int err = gpio_request(GPIO115_WLAN_PWEN, "WLAN PWEN"); in em_x270_libertas_setup()
762 gpio_direction_output(GPIO115_WLAN_PWEN, 0); in em_x270_libertas_setup()
764 gpio_set_value(GPIO115_WLAN_PWEN, 1); in em_x270_libertas_setup()
775 gpio_free(GPIO115_WLAN_PWEN); in em_x270_libertas_setup()
782 gpio_set_value(GPIO115_WLAN_PWEN, 0); in em_x270_libertas_teardown()
783 gpio_free(GPIO115_WLAN_PWEN); in em_x270_libertas_teardown()