Searched refs:OSIRIS_GPIO_DVS (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-s3c2440/
H A Dmach-osiris-dvs.c24 #define OSIRIS_GPIO_DVS S3C2410_GPB(5) macro
76 gpio_set_value(OSIRIS_GPIO_DVS, 1);
84 gpio_set_value(OSIRIS_GPIO_DVS, 0);
102 ret = gpio_request(OSIRIS_GPIO_DVS, "osiris-dvs");
109 gpio_direction_output(OSIRIS_GPIO_DVS, 1);
123 gpio_free(OSIRIS_GPIO_DVS);
134 gpio_set_value(OSIRIS_GPIO_DVS, 1);
140 gpio_free(OSIRIS_GPIO_DVS);
150 gpio_set_value(OSIRIS_GPIO_DVS, 1);

Completed in 101 milliseconds