Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Dstargate2.c60 #define SG2_BT_RESET 81 macro
803 err = gpio_request(SG2_BT_RESET, "SG2_BT_RESET"); in stargate2_reset_bluetooth()
808 gpio_direction_output(SG2_BT_RESET, 1); in stargate2_reset_bluetooth()
811 gpio_set_value(SG2_BT_RESET, 0); in stargate2_reset_bluetooth()
813 gpio_set_value(SG2_BT_RESET, 1); in stargate2_reset_bluetooth()
814 gpio_free(SG2_BT_RESET); in stargate2_reset_bluetooth()