Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dgumstix.c163 err = gpio_request(GPIO_GUMSTIX_BTRESET, "BTRST"); in gumstix_bluetooth_init()
169 err = gpio_direction_output(GPIO_GUMSTIX_BTRESET, 1); in gumstix_bluetooth_init()
174 gpio_set_value(GPIO_GUMSTIX_BTRESET, 0); in gumstix_bluetooth_init()
176 gpio_set_value(GPIO_GUMSTIX_BTRESET, 1); in gumstix_bluetooth_init()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dgumstix.h12 #define GPIO_GUMSTIX_BTRESET 7 macro
13 #define GPIO_GUMSTIX_BTRESET_MD (GPIO_GUMSTIX_BTRESET | GPIO_OUT)