Home
last modified time | relevance | path

Searched refs:TOSA_GPIO_TC6393XB_L3V_ON (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-pxa/
Dtosa.c640 rc = gpio_request(TOSA_GPIO_TC6393XB_L3V_ON, "tc6393xb l3v"); in tosa_tc6393xb_enable()
643 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_enable()
660 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_enable()
666 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_enable()
677 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_disable()
688 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_resume()
696 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_suspend()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dtosa.h51 #define TOSA_GPIO_TC6393XB_L3V_ON (TOSA_SCOOP_JC_GPIO_BASE + 5) macro