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);
50 * struct cdns - Representation of Cadence USB3 DRD controller.
66 * @host_dev: the child host device pointer for cdns core
83 struct cdns { struct
120 int (*gadget_init)(struct cdns *cdns); argument
123 int cdns_hw_role_switch(struct cdns *cdns);
124 int cdns_init(struct cdns *cdns);
125 int cdns_remove(struct cdns *cdns);
128 int cdns_resume(struct cdns *cdns);
129 int cdns_suspend(struct cdns *cdns);
130 void cdns_set_active(struct cdns *cdns, u8 set_active);
132 static inline int cdns_resume(struct cdns *cdns) in cdns_resume() argument
134 static inline void cdns_set_active(struct cdns *cdns, u8 set_active) { } in cdns_set_active() argument
135 static inline int cdns_suspend(struct cdns *cdns) in cdns_suspend() argument