Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dtosa.c624 rc = gpio_request(TOSA_GPIO_TC6393XB_REST_IN, "tc6393xb #pclr"); in tosa_tc6393xb_enable()
639 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_REST_IN, 0); in tosa_tc6393xb_enable()
649 gpio_set_value(TOSA_GPIO_TC6393XB_REST_IN, 1); in tosa_tc6393xb_enable()
660 gpio_free(TOSA_GPIO_TC6393XB_REST_IN); in tosa_tc6393xb_enable()
669 gpio_free(TOSA_GPIO_TC6393XB_REST_IN); in tosa_tc6393xb_disable()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dtosa.h27 #define TOSA_GPIO_TC6393XB_REST_IN (TOSA_SCOOP_GPIO_BASE + 1) macro