Searched defs:cdns3_role_driver (Results 1 – 2 of 2) 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;
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;