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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dboard-dm646x-evm.c209 static int evm_sw_gpio[4] = { -EINVAL, -EINVAL, -EINVAL, -EINVAL }; variable
223 evm_sw_gpio[i] = gpio++;
225 status = gpio_direction_input(evm_sw_gpio[i]);
227 gpio_free(evm_sw_gpio[i]);
228 evm_sw_gpio[i] = -EINVAL;
232 status = gpio_export(evm_sw_gpio[i], 0);
234 gpio_free(evm_sw_gpio[i]);
235 evm_sw_gpio[i] = -EINVAL;
242 if (evm_sw_gpio[i] != -EINVAL) {
243 gpio_free(evm_sw_gpio[
[all...]

Completed in 102 milliseconds