Home
last modified time | relevance | path

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

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