Searched defs:cdns3_role_driver (Results 1 – 1 of 1) sorted by relevance
29 struct cdns3_role_driver { struct30 int (*start)(struct cdns3 *cdns);31 void (*stop)(struct cdns3 *cdns);32 int (*suspend)(struct cdns3 *cdns, bool do_wakeup);33 int (*resume)(struct cdns3 *cdns, bool hibernated);34 const char *name;37 int state;