Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/cdns3/
Dcore.h37 struct cdns3_role_driver { struct
38 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;