Searched defs:ehci_platform_priv (Results 1 – 1 of 1) sorted by relevance
48 struct ehci_platform_priv { struct49 struct clk *clks[EHCI_MAX_CLKS];50 struct reset_control *rsts;51 bool reset_on_resume;52 bool quirk_poll;53 struct timer_list poll_timer;54 struct delayed_work poll_work;