Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dem-x270.c73 #define GPIO115_WLAN_PWEN (115) macro
738 int err = gpio_request(GPIO115_WLAN_PWEN, "WLAN PWEN"); in em_x270_libertas_setup()
760 gpio_direction_output(GPIO115_WLAN_PWEN, 0); in em_x270_libertas_setup()
762 gpio_set_value(GPIO115_WLAN_PWEN, 1); in em_x270_libertas_setup()
773 gpio_free(GPIO115_WLAN_PWEN); in em_x270_libertas_setup()
780 gpio_set_value(GPIO115_WLAN_PWEN, 0); in em_x270_libertas_teardown()
781 gpio_free(GPIO115_WLAN_PWEN); in em_x270_libertas_teardown()