Lines Matching full:cdns
17 struct cdns;
30 int (*start)(struct cdns *cdns);
31 void (*stop)(struct cdns *cdns);
32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
33 int (*resume)(struct cdns *cdns, bool hibernated);
51 * struct cdns - Representation of Cadence USB3 DRD controller.
67 * @host_dev: the child host device pointer for cdns core
84 struct cdns { struct
121 int (*gadget_init)(struct cdns *cdns); argument
124 int cdns_hw_role_switch(struct cdns *cdns);
125 int cdns_init(struct cdns *cdns);
126 int cdns_remove(struct cdns *cdns);
129 int cdns_resume(struct cdns *cdns);
130 int cdns_suspend(struct cdns *cdns);
131 void cdns_set_active(struct cdns *cdns, u8 set_active);
133 static inline int cdns_resume(struct cdns *cdns) in cdns_resume() argument
135 static inline void cdns_set_active(struct cdns *cdns, u8 set_active) { } in cdns_set_active() argument
136 static inline int cdns_suspend(struct cdns *cdns) in cdns_suspend() argument