Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-imx/
Dmach-mx31_3ds.c566 #define USBOTG_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_PWR) macro
586 err = gpio_request(USBOTG_RST_B, "otgusb-reset"); in mx31_3ds_usbotg_init()
592 err = gpio_direction_output(USBOTG_RST_B, 0); in mx31_3ds_usbotg_init()
599 gpio_set_value(USBOTG_RST_B, 1); in mx31_3ds_usbotg_init()
603 gpio_free(USBOTG_RST_B); in mx31_3ds_usbotg_init()