Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-imx/
Dmach-mx31_3ds.c567 #define USBH2_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_BYP) macro
629 err = gpio_request(USBH2_RST_B, "usbh2-reset"); in mx31_3ds_host2_init()
635 err = gpio_direction_output(USBH2_RST_B, 0); in mx31_3ds_host2_init()
642 gpio_set_value(USBH2_RST_B, 1); in mx31_3ds_host2_init()
649 gpio_free(USBH2_RST_B); in mx31_3ds_host2_init()