Searched defs:cdns_role_driver (Results 1 – 1 of 1) sorted by relevance
29 struct cdns_role_driver { struct30 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);34 const char *name;37 int state;
Completed in 3 milliseconds