Searched refs:gpio_pwr (Results 1 – 3 of 3) sorted by relevance
24 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()
832 .gpio_pwr = TOSA_GPIO_BT_PWR_EN,
17 int gpio_pwr; member