Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/theadorable/
H A Dtheadorable.c39 #define GPIO_USB1_PWR_ON 19 macro
196 ret = gpio_request(GPIO_USB1_PWR_ON, "USB1_PWR_ON"); in board_init()
199 gpio_direction_output(GPIO_USB1_PWR_ON, 0); in board_init()
202 gpio_set_value(GPIO_USB1_PWR_ON, 1); in board_init()