Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dstargate2.c63 #define SG2_BT_RESET 81 macro
809 err = gpio_request(SG2_BT_RESET, "SG2_BT_RESET"); in stargate2_reset_bluetooth()
814 gpio_direction_output(SG2_BT_RESET, 1); in stargate2_reset_bluetooth()
817 gpio_set_value(SG2_BT_RESET, 0); in stargate2_reset_bluetooth()
819 gpio_set_value(SG2_BT_RESET, 1); in stargate2_reset_bluetooth()
820 gpio_free(SG2_BT_RESET); in stargate2_reset_bluetooth()