Searched refs:TOSA_GPIO_TC6393XB_L3V_ON (Results 1 – 2 of 2) sorted by relevance
622 rc = gpio_request(TOSA_GPIO_TC6393XB_L3V_ON, "tc6393xb l3v"); in tosa_tc6393xb_enable()625 rc = gpio_direction_output(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_enable()642 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_enable()648 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_enable()659 gpio_free(TOSA_GPIO_TC6393XB_L3V_ON); in tosa_tc6393xb_disable()670 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 1); in tosa_tc6393xb_resume()678 gpio_set_value(TOSA_GPIO_TC6393XB_L3V_ON, 0); in tosa_tc6393xb_suspend()
49 #define TOSA_GPIO_TC6393XB_L3V_ON (TOSA_SCOOP_JC_GPIO_BASE + 5) macro