|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| DRIVER_ADD_DEVICE | USBCCGP_AddDevice |
| NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
| PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 152 of file usbccgp.c.
| NTSTATUS NTAPI USBCCGP_AddDevice | ( | PDRIVER_OBJECT | DriverObject, |
| PDEVICE_OBJECT | PhysicalDeviceObject | ||
| ) |
Definition at line 22 of file usbccgp.c.
| NTSTATUS NTAPI USBCCGP_CreateClose | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 79 of file usbccgp.c.
Referenced by USBCCGP_Dispatch().
| NTSTATUS NTAPI USBCCGP_Dispatch | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 112 of file usbccgp.c.
Referenced by DriverEntry().
| VOID NTAPI USBCCGP_Unload | ( | PDRIVER_OBJECT | DriverObject | ) |
Definition at line 145 of file usbccgp.c.
Referenced by DriverEntry().
| DRIVER_ADD_DEVICE USBCCGP_AddDevice |
Definition at line 18 of file usbccgp.c.
Referenced by DriverEntry().