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 lost_power);
51 * struct cdns - Representation of Cadence USB3 DRD controller.
67 * @host_dev: the child host device pointer for cdns core
86 struct cdns { struct
124 int (*gadget_init)(struct cdns *cdns); argument
127 int cdns_hw_role_switch(struct cdns *cdns);
128 int cdns_init(struct cdns *cdns);
129 int cdns_remove(struct cdns *cdns);
132 int cdns_resume(struct cdns *cdns);
133 int cdns_suspend(struct cdns *cdns);
134 void cdns_set_active(struct cdns *cdns, u8 set_active);
136 static inline int cdns_resume(struct cdns *cdns) in cdns_resume() argument
138 static inline void cdns_set_active(struct cdns *cdns, u8 set_active) { } in cdns_set_active() argument
139 static inline int cdns_suspend(struct cdns *cdns) in cdns_suspend() argument