Searched refs:GPIO_SE (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ad73311.c66 #define GPIO_SE CONFIG_SND_BFIN_AD73311_SE macro
75 gpio_set_value(GPIO_SE, 1);
136 if (gpio_request(GPIO_SE, "AD73311_SE")) {
137 printk(KERN_ERR "%s: Failed ro request GPIO_%d\n", __func__, GPIO_SE);
141 gpio_direction_output(GPIO_SE, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/blackfin/
H A Dbf5xx-ad73311.c66 #define GPIO_SE CONFIG_SND_BFIN_AD73311_SE macro
75 gpio_set_value(GPIO_SE, 1);
136 if (gpio_request(GPIO_SE, "AD73311_SE")) {
137 printk(KERN_ERR "%s: Failed ro request GPIO_%d\n", __func__, GPIO_SE);
141 gpio_direction_output(GPIO_SE, 0);

Completed in 166 milliseconds