Searched defs:dwc2_hsotg (Results 1 – 1 of 1) sorted by relevance
701 struct dwc2_hsotg { struct716 struct dwc2_hsotg_plat *plat; argument717 struct regulator_bulk_data supplies[ARRAY_SIZE(dwc2_hsotg_supply_names)]; argument718 u32 phyif;720 spinlock_t lock;721 void *priv;722 int irq;723 struct clk *clk;725 unsigned int queuing_high_bandwidth:1;726 unsigned int srp_success:1;[all …]