Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-omap1/
Dboard-osk.c68 # define OSK_TPS_GPIO_USB_PWR_EN (OSK_TPS_GPIO_BASE + 0) macro
203 gpio_request(OSK_TPS_GPIO_USB_PWR_EN, "n_vbus_en"); in osk_tps_setup()
204 gpio_direction_output(OSK_TPS_GPIO_USB_PWR_EN, 1); in osk_tps_setup()
206 gpio_free(OSK_TPS_GPIO_USB_PWR_EN); in osk_tps_setup()