Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dcm-x270.c42 #define GPIO19_WLAN_STRAP (19) macro
329 int err = gpio_request(GPIO19_WLAN_STRAP, "WLAN STRAP"); in cm_x270_libertas_setup()
342 err = gpio_direction_output(GPIO19_WLAN_STRAP, 1); in cm_x270_libertas_setup()
358 gpio_free(GPIO19_WLAN_STRAP); in cm_x270_libertas_setup()
367 gpio_free(GPIO19_WLAN_STRAP); in cm_x270_libertas_teardown()
Dem-x270.c75 #define GPIO19_WLAN_STRAP (19) macro
744 err = gpio_request(GPIO19_WLAN_STRAP, "WLAN STRAP"); in em_x270_libertas_setup()
757 gpio_direction_output(GPIO19_WLAN_STRAP, 1); in em_x270_libertas_setup()
773 gpio_free(GPIO19_WLAN_STRAP); in em_x270_libertas_setup()
784 gpio_free(GPIO19_WLAN_STRAP); in em_x270_libertas_teardown()