Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dtosa.c701 rc = gpio_request(TOSA_GPIO_CARD_VCC_ON, "CARD_VCC_ON"); in tosa_tc6393xb_setup()
705 rc = gpio_direction_output(TOSA_GPIO_CARD_VCC_ON, 1); in tosa_tc6393xb_setup()
712 gpio_free(TOSA_GPIO_CARD_VCC_ON); in tosa_tc6393xb_setup()
719 gpio_free(TOSA_GPIO_CARD_VCC_ON); in tosa_tc6393xb_teardown()
/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dtosa.h69 #define TOSA_GPIO_CARD_VCC_ON (TOSA_TC6393XB_GPIO_BASE + 4) macro