Home
last modified time | relevance | path

Searched refs:GPIO_GUMSTIX_BTRESET (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dgumstix.c161 err = gpio_request(GPIO_GUMSTIX_BTRESET, "BTRST"); in gumstix_bluetooth_init()
167 err = gpio_direction_output(GPIO_GUMSTIX_BTRESET, 1); in gumstix_bluetooth_init()
172 gpio_set_value(GPIO_GUMSTIX_BTRESET, 0); in gumstix_bluetooth_init()
174 gpio_set_value(GPIO_GUMSTIX_BTRESET, 1); in gumstix_bluetooth_init()
H A Dgumstix.h9 #define GPIO_GUMSTIX_BTRESET 7 macro
10 #define GPIO_GUMSTIX_BTRESET_MD (GPIO_GUMSTIX_BTRESET | GPIO_OUT)
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dgumstix.c160 err = gpio_request(GPIO_GUMSTIX_BTRESET, "BTRST"); in gumstix_bluetooth_init()
166 err = gpio_direction_output(GPIO_GUMSTIX_BTRESET, 1); in gumstix_bluetooth_init()
171 gpio_set_value(GPIO_GUMSTIX_BTRESET, 0); in gumstix_bluetooth_init()
173 gpio_set_value(GPIO_GUMSTIX_BTRESET, 1); in gumstix_bluetooth_init()
H A Dgumstix.h9 #define GPIO_GUMSTIX_BTRESET 7 macro
10 #define GPIO_GUMSTIX_BTRESET_MD (GPIO_GUMSTIX_BTRESET | GPIO_OUT)

Completed in 2 milliseconds