Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dcm-x270.c40 #define GPIO19_WLAN_STRAP (19) macro
336 int err = gpio_request(GPIO19_WLAN_STRAP, "WLAN STRAP"); in cm_x270_libertas_setup()
349 err = gpio_direction_output(GPIO19_WLAN_STRAP, 1); in cm_x270_libertas_setup()
365 gpio_free(GPIO19_WLAN_STRAP); in cm_x270_libertas_setup()
374 gpio_free(GPIO19_WLAN_STRAP); in cm_x270_libertas_teardown()
Dem-x270.c71 #define GPIO19_WLAN_STRAP (19) macro
729 err = gpio_request(GPIO19_WLAN_STRAP, "WLAN STRAP"); in em_x270_libertas_setup()
742 gpio_direction_output(GPIO19_WLAN_STRAP, 1); in em_x270_libertas_setup()
758 gpio_free(GPIO19_WLAN_STRAP); in em_x270_libertas_setup()
769 gpio_free(GPIO19_WLAN_STRAP); in em_x270_libertas_teardown()