|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | NDEBUG_USBHUB_IOCTL |
Definition at line 1136 of file ioctl.c.
Referenced by USBH_FdoDispatch().
Definition at line 1024 of file ioctl.c.
Referenced by USBH_DeviceControl().
Definition at line 731 of file ioctl.c.
Referenced by USBH_DeviceControl().
| NTSTATUS NTAPI USBH_IoctlGetNodeConnectionAttributes | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PIRP | Irp | ||
| ) |
Definition at line 779 of file ioctl.c.
Referenced by USBH_DeviceControl().
| NTSTATUS NTAPI USBH_IoctlGetNodeConnectionDriverKeyName | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PIRP | Irp | ||
| ) |
Definition at line 947 of file ioctl.c.
Referenced by USBH_DeviceControl().
| NTSTATUS NTAPI USBH_IoctlGetNodeConnectionInformation | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension, |
| IN PIRP | Irp, | ||
| IN BOOLEAN | IsExt | ||
| ) |
Definition at line 834 of file ioctl.c.
Referenced by USBH_DeviceControl().
Definition at line 684 of file ioctl.c.
Referenced by USBH_DeviceControl().
Definition at line 563 of file ioctl.c.
Referenced by USBH_DeviceControl().
Definition at line 1280 of file ioctl.c.
Referenced by USBH_PdoDispatch().
| NTSTATUS NTAPI USBH_PdoIoctlGetPortStatus | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
| IN PIRP | Irp | ||
| ) |
Definition at line 239 of file ioctl.c.
Referenced by USBH_PdoInternalControl().
Definition at line 379 of file ioctl.c.
Referenced by USBH_PdoInternalControl().
Definition at line 210 of file ioctl.c.
Referenced by USBH_PdoInternalControl().
Definition at line 87 of file ioctl.c.
Referenced by USBH_PdoIoctlSubmitUrb().
Definition at line 427 of file ioctl.c.
Referenced by USBH_PortIdleNotificationRequest().
| NTSTATUS NTAPI USBH_PortIdleNotificationRequest | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
| IN PIRP | Irp | ||
| ) |
Definition at line 487 of file ioctl.c.
Referenced by USBH_PdoInternalControl().
Definition at line 305 of file ioctl.c.
Referenced by USBH_PdoIoctlResetPort().
| NTSTATUS NTAPI USBH_SelectConfigOrInterfaceComplete | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PVOID | Context | ||
| ) |
Definition at line 18 of file ioctl.c.
Referenced by USBH_PdoUrbFilter().