Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dstargate2.c63 #define SG2_BT_RESET 81 macro
806 err = gpio_request(SG2_BT_RESET, "SG2_BT_RESET"); in stargate2_reset_bluetooth()
811 gpio_direction_output(SG2_BT_RESET, 1); in stargate2_reset_bluetooth()
814 gpio_set_value(SG2_BT_RESET, 0); in stargate2_reset_bluetooth()
816 gpio_set_value(SG2_BT_RESET, 1); in stargate2_reset_bluetooth()
817 gpio_free(SG2_BT_RESET); in stargate2_reset_bluetooth()