Home
last modified time | relevance | path

Searched defs:cdns3_role_driver (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/cdns3/
Dcore.h29 struct cdns3_role_driver { struct
30 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;