Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dboard-n8x0.c41 #define TUSB6010_GPIO_ENABLE 0 macro
78 gpio_set_value(TUSB6010_GPIO_ENABLE, 1); in tusb_set_power()
93 gpio_set_value(TUSB6010_GPIO_ENABLE, 0); in tusb_set_power()
121 ret = gpio_request_one(TUSB6010_GPIO_ENABLE, GPIOF_OUT_INIT_LOW, in n8x0_usb_init()
125 TUSB6010_GPIO_ENABLE); in n8x0_usb_init()
141 gpio_free(TUSB6010_GPIO_ENABLE); in n8x0_usb_init()