Home
last modified time | relevance | path

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

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