Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dtosa.c609 rc = gpio_request(TOSA_GPIO_TC6393XB_REST_IN, "tc6393xb #pclr"); in tosa_tc6393xb_enable()
624 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_REST_IN, 0); in tosa_tc6393xb_enable()
634 gpio_set_value(TOSA_GPIO_TC6393XB_REST_IN, 1); in tosa_tc6393xb_enable()
645 gpio_free(TOSA_GPIO_TC6393XB_REST_IN); in tosa_tc6393xb_enable()
654 gpio_free(TOSA_GPIO_TC6393XB_REST_IN); in tosa_tc6393xb_disable()
/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dtosa.h31 #define TOSA_GPIO_TC6393XB_REST_IN (TOSA_SCOOP_GPIO_BASE + 1) macro