Searched defs:dwc2_hsotg (Results 1 – 1 of 1) sorted by relevance
695 struct dwc2_hsotg { struct714 struct dwc2_hsotg_plat *plat; argument715 struct regulator_bulk_data supplies[ARRAY_SIZE(dwc2_hsotg_supply_names)]; argument716 u32 phyif;718 int irq;719 struct clk *clk;722 unsigned int queuing_high_bandwidth:1;723 unsigned int srp_success:1;725 struct workqueue_struct *wq_otg;726 struct work_struct wf_otg;[all …]