Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-osk.c69 # define OSK_TPS_GPIO_USB_PWR_EN (OSK_TPS_GPIO_BASE + 0) macro
204 gpio_request(OSK_TPS_GPIO_USB_PWR_EN, "n_vbus_en"); in osk_tps_setup()
205 gpio_direction_output(OSK_TPS_GPIO_USB_PWR_EN, 1); in osk_tps_setup()
207 gpio_free(OSK_TPS_GPIO_USB_PWR_EN); in osk_tps_setup()