Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dtosa.c713 rc = gpio_request(TOSA_GPIO_CARD_VCC_ON, "CARD_VCC_ON"); in tosa_tc6393xb_setup()
717 rc = gpio_direction_output(TOSA_GPIO_CARD_VCC_ON, 1); in tosa_tc6393xb_setup()
724 gpio_free(TOSA_GPIO_CARD_VCC_ON); in tosa_tc6393xb_setup()
731 gpio_free(TOSA_GPIO_CARD_VCC_ON); in tosa_tc6393xb_teardown()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dtosa.h69 #define TOSA_GPIO_CARD_VCC_ON (TOSA_TC6393XB_GPIO_BASE + 4) macro