Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/theadorable/
H A Dtheadorable.c38 #define GPIO_USB0_PWR_ON 18 macro
192 ret = gpio_request(GPIO_USB0_PWR_ON, "USB0_PWR_ON"); in board_init()
195 gpio_direction_output(GPIO_USB0_PWR_ON, 0); in board_init()
201 gpio_set_value(GPIO_USB0_PWR_ON, 1); in board_init()