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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/include/mach/
H A Dtosa_bt.h17 int gpio_pwr; member in struct:tosa_bt_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dtosa_bt.h17 int gpio_pwr; member in struct:tosa_bt_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/
H A Dtosa-bt.c24 gpio_set_value(data->gpio_pwr, 1);
34 gpio_set_value(data->gpio_pwr, 0);
70 rc = gpio_request(data->gpio_pwr, "Bluetooth power");
73 rc = gpio_direction_output(data->gpio_pwr, 0);
99 gpio_free(data->gpio_pwr);
122 gpio_free(data->gpio_pwr);
H A Dtosa.c822 .gpio_pwr = TOSA_GPIO_BT_PWR_EN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dtosa-bt.c24 gpio_set_value(data->gpio_pwr, 1);
34 gpio_set_value(data->gpio_pwr, 0);
70 rc = gpio_request(data->gpio_pwr, "Bluetooth power");
73 rc = gpio_direction_output(data->gpio_pwr, 0);
99 gpio_free(data->gpio_pwr);
122 gpio_free(data->gpio_pwr);
H A Dtosa.c822 .gpio_pwr = TOSA_GPIO_BT_PWR_EN,

Completed in 66 milliseconds