Searched refs:otg_mux_irq (Results 1 – 1 of 1) sorted by relevance
291 int otg_mux_irq; member807 if (rport->id_irq > 0 || rport->otg_mux_irq > 0 || in rockchip_usb2phy_init()819 if ((rport->bvalid_irq > 0 || rport->otg_mux_irq > 0 || in rockchip_usb2phy_init()1903 rport->otg_mux_irq = of_irq_get_byname(child_np, "otg-mux"); in rockchip_usb2phy_port_irq_init()1904 if (rport->otg_mux_irq > 0) { in rockchip_usb2phy_port_irq_init()1905 ret = devm_request_threaded_irq(rphy->dev, rport->otg_mux_irq, in rockchip_usb2phy_port_irq_init()3130 (rport->bvalid_irq > 0 || rport->otg_mux_irq > 0 || rphy->irq > 0) && in rockchip_usb2phy_pm_resume()