ReactOS 0.4.16-dev-91-g764881a
|
#include "fbtusb.h"
#include "fbtpwr.h"
#include "fbtpnp.h"
#include "fbtdev.h"
#include "fbtrwr.h"
#include "fbtwmi.h"
#include "fbtusr.h"
Go to the source code of this file.
Definition at line 855 of file fbtpwr.c.
Referenced by QueueRequest().
VOID NTAPI CancelWaitWake | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 923 of file fbtpwr.c.
Referenced by HandleRemoveDevice(), HandleStopDevice(), and HandleSurpriseRemoval().
VOID NTAPI DevPoCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN UCHAR | MinorFunction, | ||
IN POWER_STATE | PowerState, | ||
IN PVOID | Context, | ||
IN PIO_STATUS_BLOCK | IoStatus | ||
) |
Definition at line 463 of file fbtpwr.c.
Referenced by SendDeviceIrp().
NTSTATUS NTAPI FinishDevPoDnIrp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PDEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 691 of file fbtpwr.c.
Referenced by HandleDeviceSetPower(), and HoldIoRequestsWorkerRoutine().
NTSTATUS NTAPI FinishDevPoUpIrp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PDEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 612 of file fbtpwr.c.
Referenced by HandleDeviceSetPower().
Definition at line 23 of file fbtpwr.c.
Referenced by DriverEntry().
NTSTATUS NTAPI HandleDeviceQueryPower | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 280 of file fbtpwr.c.
Referenced by FreeBT_DispatchPower().
Definition at line 495 of file fbtpwr.c.
Referenced by FreeBT_DispatchPower().
Definition at line 187 of file fbtpwr.c.
Referenced by FreeBT_DispatchPower().
Definition at line 246 of file fbtpwr.c.
Referenced by FreeBT_DispatchPower().
Definition at line 722 of file fbtpwr.c.
Referenced by HandleDeviceQueryPower(), and HandleDeviceSetPower().
Definition at line 775 of file fbtpwr.c.
Referenced by HoldIoRequests().
NTSTATUS NTAPI IssueWaitWake | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 887 of file fbtpwr.c.
Referenced by HandleStartDevice(), HandleSystemQueryPower(), IdleNotificationCallback(), and WaitWakeCallback().
Definition at line 1042 of file fbtpwr.c.
Referenced by Bus_Power().
Definition at line 830 of file fbtpwr.c.
Definition at line 394 of file fbtpwr.c.
Referenced by SysPoCompletionRoutine().
NTSTATUS NTAPI SetDeviceFunctional | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PDEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 644 of file fbtpwr.c.
Referenced by FinishDevPoUpIrp().
NTSTATUS NTAPI SysPoCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PDEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 357 of file fbtpwr.c.
Referenced by HandleSystemQueryPower(), and HandleSystemSetPower().
VOID NTAPI WaitWakeCallback | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN UCHAR | MinorFunction, | ||
IN POWER_STATE | PowerState, | ||
IN PVOID | Context, | ||
IN PIO_STATUS_BLOCK | IoStatus | ||
) |
Definition at line 986 of file fbtpwr.c.
Referenced by IssueWaitWake().
NTSTATUS NTAPI WaitWakeCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PDEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 949 of file fbtpwr.c.
Referenced by FreeBT_DispatchPower().