#include <dwc_otg_cil.h>
Data Fields | |
| int(* | start )(void *_p) |
| Start function for role change. | |
| int(* | stop )(void *_p) |
| Stop Function for role change. | |
| int(* | disconnect )(void *_p) |
| Disconnect Function for role change. | |
| int(* | resume_wakeup )(void *_p) |
| Resume/Remote wakeup Function. | |
| int(* | suspend )(void *_p) |
| Suspend function. | |
| int(* | session_start )(void *_p) |
| Session Start (SRP). | |
| void * | p |
| Pointer passed to start() and stop(). | |
This structure allows the HCD and PCD to register functions used for starting and stopping the PCD and HCD for role change on for a DRD.
Definition at line 1109 of file dwc_otg_cil.h.
1.4.7