Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dcm-x270.c41 #define GPIO102_WLAN_RST (102) macro
340 err = gpio_request(GPIO102_WLAN_RST, "WLAN RST"); in cm_x270_libertas_setup()
344 err = gpio_direction_output(GPIO102_WLAN_RST, 0); in cm_x270_libertas_setup()
356 gpio_set_value(GPIO102_WLAN_RST, 1); in cm_x270_libertas_setup()
372 gpio_set_value(GPIO102_WLAN_RST, 0); in cm_x270_libertas_teardown()
373 gpio_free(GPIO102_WLAN_RST); in cm_x270_libertas_teardown()