Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-pxa/
Dtosa.c630 rc = gpio_request(TOSA_GPIO_TC6393XB_L3V_ON, "tc6393xb l3v"); in tosa_tc6393xb_enable()
633 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_enable()
650 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_enable()
656 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_enable()
667 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_disable()
678 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_resume()
686 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_suspend()
/Linux-v5.10/arch/arm/mach-pxa/include/mach/
Dtosa.h49 #define TOSA_GPIO_TC6393XB_L3V_ON (TOSA_SCOOP_JC_GPIO_BASE + 5) macro