|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | NDEBUG_USBHUB_POWER |
| VOID NTAPI USBH_CompletePortWakeIrpsWorker | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PVOID | Context | ||
| ) |
| VOID NTAPI USBH_CompletePowerIrp | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PIRP | Irp, | ||
| IN NTSTATUS | NtStatus | ||
| ) |
Definition at line 18 of file power.c.
Referenced by USBH_FdoCleanup(), and USBH_PdoRemoveDevice().
| VOID NTAPI USBH_FdoDeferPoRequestCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN UCHAR | MinorFunction, | ||
| IN POWER_STATE | PowerState, | ||
| IN PVOID | Context, | ||
| IN PIO_STATUS_BLOCK | IoStatus | ||
| ) |
Definition at line 422 of file power.c.
Referenced by USBH_FdoPower().
| VOID NTAPI USBH_FdoPoRequestD0Completion | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN UCHAR | MinorFunction, | ||
| IN POWER_STATE | PowerState, | ||
| IN PVOID | Context, | ||
| IN PIO_STATUS_BLOCK | IoStatus | ||
| ) |
Definition at line 236 of file power.c.
Referenced by USBH_FdoWWIrpIoCompletion().
Definition at line 460 of file power.c.
Referenced by USBH_FdoDispatch().
| NTSTATUS NTAPI USBH_FdoWWIrpIoCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PVOID | Context | ||
| ) |
Definition at line 271 of file power.c.
Referenced by USBH_FdoPower().
Definition at line 43 of file power.c.
Referenced by USBH_FdoCleanup().
| VOID NTAPI USBH_HubCompletePortWakeIrps | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN NTSTATUS | NtStatus | ||
| ) |
Definition at line 217 of file power.c.
Referenced by USBH_FdoCleanup(), and USBH_FdoPoRequestD0Completion().
| VOID NTAPI USBH_HubCompleteQueuedPortWakeIrps | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PLIST_ENTRY | ListIrps, | ||
| IN NTSTATUS | NtStatus | ||
| ) |
Definition at line 202 of file power.c.
Referenced by USBH_HubCompletePortWakeIrps().
| VOID NTAPI USBH_HubESDRecoverySetD3Completion | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN UCHAR | MinorFunction, | ||
| IN POWER_STATE | PowerState, | ||
| IN PVOID | Context, | ||
| IN PIO_STATUS_BLOCK | IoStatus | ||
| ) |
Definition at line 62 of file power.c.
Referenced by USBH_HubSetD0().
| VOID NTAPI USBH_HubQueuePortWakeIrps | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PLIST_ENTRY | ListIrps | ||
| ) |
Definition at line 160 of file power.c.
Referenced by USBH_HubCompletePortWakeIrps().
| NTSTATUS NTAPI USBH_HubSetD0 | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension | ) |
Definition at line 77 of file power.c.
Referenced by USBH_DeviceControl(), USBH_FdoPnP(), USBH_IdleCancelPowerHubWorker(), USBH_IdleCompletePowerHubWorker(), and USBH_PdoRemoveDevice().
| VOID NTAPI USBH_IdleCancelPowerHubWorker | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PVOID | Context | ||
| ) |
Definition at line 135 of file power.c.
Referenced by USBH_PortIdleNotificationCancelRoutine().
| NTSTATUS NTAPI USBH_PdoPower | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
| IN PIRP | Irp, | ||
| IN UCHAR | Minor | ||
| ) |
| NTSTATUS NTAPI USBH_PowerIrpCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PVOID | Context | ||
| ) |
Definition at line 349 of file power.c.
Referenced by USBH_FdoPower().