Searched refs:gpio_pwr (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-pxa/
H A Dtosa-bt.c24 gpio_set_value(data->gpio_pwr, 1); tosa_bt_on()
34 gpio_set_value(data->gpio_pwr, 0); tosa_bt_off()
70 rc = gpio_request(data->gpio_pwr, "Bluetooth power"); tosa_bt_probe()
73 rc = gpio_direction_output(data->gpio_pwr, 0); tosa_bt_probe()
97 gpio_free(data->gpio_pwr); tosa_bt_probe()
120 gpio_free(data->gpio_pwr); tosa_bt_remove()
H A Dtosa.c807 .gpio_pwr = TOSA_GPIO_BT_PWR_EN,
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dtosa_bt.h17 int gpio_pwr; member in struct:tosa_bt_data

Completed in 111 milliseconds