Searched refs:TOSA_GPIO_TC6393XB_L3V_ON (Results 1 – 2 of 2) sorted by relevance
640 rc = gpio_request(TOSA_GPIO_TC6393XB_L3V_ON, "tc6393xb l3v"); in tosa_tc6393xb_enable()643 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_enable()660 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_enable()666 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_enable()677 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_disable()688 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_resume()696 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_suspend()
51 #define TOSA_GPIO_TC6393XB_L3V_ON (TOSA_SCOOP_JC_GPIO_BASE + 5) macro