Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dcm-x270.c43 #define GPIO102_WLAN_RST (102) macro
333 err = gpio_request(GPIO102_WLAN_RST, "WLAN RST"); in cm_x270_libertas_setup()
337 err = gpio_direction_output(GPIO102_WLAN_RST, 0); in cm_x270_libertas_setup()
349 gpio_set_value(GPIO102_WLAN_RST, 1); in cm_x270_libertas_setup()
365 gpio_set_value(GPIO102_WLAN_RST, 0); in cm_x270_libertas_teardown()
366 gpio_free(GPIO102_WLAN_RST); in cm_x270_libertas_teardown()