ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | NDEBUG_USBHUB_PNP |
#define | NDEBUG_USBHUB_ENUM |
NTSTATUS NTAPI USBD_Initialize20Hub | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension | ) |
Definition at line 359 of file pnp.c.
Referenced by USBH_StartHubFdoDevice().
NTSTATUS NTAPI USBH_AbortInterruptPipe | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension | ) |
Definition at line 390 of file pnp.c.
Referenced by USBH_FdoCleanup().
VOID NTAPI USBH_FdoCleanup | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension | ) |
Definition at line 431 of file pnp.c.
Referenced by USBH_FdoRemoveDevice().
Definition at line 2362 of file pnp.c.
Referenced by USBH_FdoDispatch().
Definition at line 1027 of file pnp.c.
Referenced by USBH_FdoPnP().
Definition at line 1463 of file pnp.c.
Referenced by USBH_FdoPnP().
Definition at line 988 of file pnp.c.
Referenced by USBH_FdoPnP().
Definition at line 1453 of file pnp.c.
Referenced by USBH_FdoPnP().
Definition at line 1524 of file pnp.c.
Referenced by USBH_FdoPnP().
NTSTATUS NTAPI USBH_HubPnPIrpComplete | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 34 of file pnp.c.
Referenced by USBH_StartHubFdoDevice().
Definition at line 19 of file pnp.c.
Referenced by USBH_QueryCapabilities(), USBHUB_GetBusInterface(), and USBHUB_GetBusInterfaceUSBDI().
NTSTATUS NTAPI USBH_OpenConfiguration | ( | IN PUSBHUB_FDO_EXTENSION | HubExtension | ) |
Definition at line 260 of file pnp.c.
Referenced by USBH_StartHubFdoDevice().
NTSTATUS NTAPI USBH_PdoPnP | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
IN PIRP | Irp, | ||
IN UCHAR | Minor, | ||
OUT BOOLEAN * | IsCompleteIrp | ||
) |
Definition at line 2594 of file pnp.c.
Referenced by USBH_PdoDispatch().
Definition at line 1853 of file pnp.c.
Referenced by USBH_PdoPnP().
Definition at line 1561 of file pnp.c.
Referenced by USBH_PdoPnP().
NTSTATUS NTAPI USBH_PdoRemoveDevice | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
IN PUSBHUB_FDO_EXTENSION | HubExtension | ||
) |
Definition at line 2180 of file pnp.c.
Referenced by USBH_FdoRemoveDevice(), and USBH_PdoPnP().
Definition at line 2124 of file pnp.c.
Referenced by USBH_PdoPnP().
Definition at line 2352 of file pnp.c.
Referenced by USBH_PdoPnP().
VOID NTAPI USBH_QueryCapabilities | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PDEVICE_CAPABILITIES | DeviceCapabilities | ||
) |
Definition at line 205 of file pnp.c.
Referenced by USBH_StartHubFdoDevice().
NTSTATUS NTAPI USBH_QueryCapsComplete | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 59 of file pnp.c.
Referenced by USBH_FdoPnP().
NTSTATUS NTAPI USBH_RestoreDevice | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
IN BOOLEAN | IsKeepDeviceData | ||
) |
Definition at line 2057 of file pnp.c.
Referenced by USBH_PdoStartDevice().
Definition at line 645 of file pnp.c.
Referenced by USBH_FdoStartDevice().
NTSTATUS NTAPI USBH_SymbolicLink | ( | IN PUSBHUB_PORT_PDO_EXTENSION | PortExtension, |
IN const GUID * | InterfaceClassGuid, | ||
IN BOOLEAN | IsEnable | ||
) |
Definition at line 2008 of file pnp.c.
Referenced by USBH_PdoPnP(), USBH_PdoRemoveDevice(), and USBH_PdoStartDevice().
NTSTATUS NTAPI USBHUB_GetBusInterface | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PUSB_BUS_INTERFACE_HUB_V5 | BusInterface | ||
) |
Definition at line 85 of file pnp.c.
Referenced by USBH_StartHubFdoDevice().
NTSTATUS NTAPI USBHUB_GetBusInterfaceUSBDI | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PUSB_BUS_INTERFACE_USBDI_V2 | BusInterfaceUSBDI | ||
) |
Definition at line 145 of file pnp.c.
Referenced by USBH_StartHubFdoDevice().