Searched refs:TUSB6010_GPIO_ENABLE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dboard-n8x0.c41 #define TUSB6010_GPIO_ENABLE 0 macro
80 gpio_set_value(TUSB6010_GPIO_ENABLE, 1); tusb_set_power()
95 gpio_set_value(TUSB6010_GPIO_ENABLE, 0); tusb_set_power()
123 ret = gpio_request_one(TUSB6010_GPIO_ENABLE, GPIOF_OUT_INIT_LOW, n8x0_usb_init()
127 TUSB6010_GPIO_ENABLE); n8x0_usb_init()
143 gpio_free(TUSB6010_GPIO_ENABLE); n8x0_usb_init()

Completed in 82 milliseconds