Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Dboard-n8x0.c38 #define TUSB6010_GPIO_ENABLE 0 macro
75 gpio_set_value(TUSB6010_GPIO_ENABLE, 1); in tusb_set_power()
90 gpio_set_value(TUSB6010_GPIO_ENABLE, 0); in tusb_set_power()
118 ret = gpio_request_one(TUSB6010_GPIO_ENABLE, GPIOF_OUT_INIT_LOW, in n8x0_usb_init()
122 TUSB6010_GPIO_ENABLE); in n8x0_usb_init()
138 gpio_free(TUSB6010_GPIO_ENABLE); in n8x0_usb_init()

Completed in 4 milliseconds