Searched defs:cdns3_role_driver (Results 1 – 1 of 1) sorted by relevance
37 struct cdns3_role_driver { struct38 int (*start)(struct cdns3 *cdns);39 void (*stop)(struct cdns3 *cdns);40 int (*suspend)(struct cdns3 *cdns, bool do_wakeup);41 int (*resume)(struct cdns3 *cdns, bool hibernated);42 const char *name;45 int state;