Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dtosa.c615 rc = gpio_request(TOSA_GPIO_TC6393XB_L3V_ON, "tc6393xb l3v"); in tosa_tc6393xb_enable()
618 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_enable()
635 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_enable()
641 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_enable()
652 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_disable()
663 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_resume()
671 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_suspend()
/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dtosa.h53 #define TOSA_GPIO_TC6393XB_L3V_ON (TOSA_SCOOP_JC_GPIO_BASE + 5) macro