GPIO115_WLAN_PWEN  725 arch/arm/mach-pxa/em-x270.c 	int err = gpio_request(GPIO115_WLAN_PWEN, "WLAN PWEN");
GPIO115_WLAN_PWEN  747 arch/arm/mach-pxa/em-x270.c 	gpio_direction_output(GPIO115_WLAN_PWEN, 0);
GPIO115_WLAN_PWEN  749 arch/arm/mach-pxa/em-x270.c 	gpio_set_value(GPIO115_WLAN_PWEN, 1);
GPIO115_WLAN_PWEN  760 arch/arm/mach-pxa/em-x270.c 	gpio_free(GPIO115_WLAN_PWEN);
GPIO115_WLAN_PWEN  767 arch/arm/mach-pxa/em-x270.c 	gpio_set_value(GPIO115_WLAN_PWEN, 0);
GPIO115_WLAN_PWEN  768 arch/arm/mach-pxa/em-x270.c 	gpio_free(GPIO115_WLAN_PWEN);