Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 14 of 14) sorted by relevance

/reactos/drivers/usb/usbhub/
H A Ddebug.c70 DPRINT("bmAttributes - %x\n", cDescriptor->bmAttributes); in USBHUB_DumpingConfiguration()
96 DPRINT("bmAttributes - %x\n", eDescriptor->bmAttributes); in USBHUB_DumpingConfiguration()
H A Dusbhub.c1605 Result = (HubConfigDescriptor->bmAttributes & USB_CONFIG_POWERED_MASK) in USBH_HubIsBusPowered()
4086 if (ConfigDescriptor->bmAttributes & 0x20) in USBH_ProcessDeviceInformation()
/reactos/drivers/usb/usbstor_new/
H A Ddescriptor.c269 … if ((EndpointDescriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK) == USB_ENDPOINT_TYPE_BULK) in USBSTOR_ScanConfigurationDescriptor()
289 …else if ((EndpointDescriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK) == USB_ENDPOINT_TYPE_INTERRUP… in USBSTOR_ScanConfigurationDescriptor()
344 DPRINT1("bmAttributes %x\n", ConfigurationDescriptor->bmAttributes); in DumpConfigurationDescriptor()
/reactos/drivers/usb/usbstor/
H A Ddescriptor.c181 … if ((EndpointDescriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK) == USB_ENDPOINT_TYPE_BULK) in USBSTOR_ScanConfigurationDescriptor()
192 …else if ((EndpointDescriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK) == USB_ENDPOINT_TYPE_INTERRUP… in USBSTOR_ScanConfigurationDescriptor()
229 DPRINT1("bmAttributes %x\n", ConfigurationDescriptor->bmAttributes); in DumpConfigurationDescriptor()
/reactos/sdk/include/psdk/
H A Dusb100.h131 UCHAR bmAttributes; member
143 UCHAR bmAttributes; member
/reactos/drivers/usb/usbport/
H A Ddebug.c124 DPRINT_URB("bmAttributes - %x\n", ConfigDescriptor->bmAttributes); in USBPORT_DumpingConfiguration()
160 DPRINT_URB("bmAttributes - %x\n", Descriptor->bmAttributes); in USBPORT_DumpingConfiguration()
H A Droothub.c836 RH_ConfigurationDescriptor->bmAttributes = USB_CONFIG_SELF_POWERED; in USBPORT_RootHubCreateDevice()
856 RH_EndPointDescriptor->bmAttributes = USB_ENDPOINT_TYPE_INTERRUPT; // SCE endpoint in USBPORT_RootHubCreateDevice()
898 EndpointDescriptor->bmAttributes = USB_ENDPOINT_TYPE_CONTROL; in USBPORT_RootHubCreateDevice()
H A Dendpoint.c884 switch (EndpointDescriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK) in USBPORT_OpenPipe()
H A Ddevice.c391 InterfaceInfo->Pipes[ix].PipeType = Descriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK; in USBPORT_OpenInterface()
/reactos/drivers/usb/usbccgp/
H A Ddescriptor.c408 DbgPrint("bmAttributes %x\n", ConfigurationDescriptor->bmAttributes); in DumpConfigurationDescriptor()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/
H A Dfxusbinterface.cpp1004 (USBD_PIPE_TYPE) (EndpointDesc->bmAttributes & 0x03) in CopyEndpointFieldsFromDescriptor()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/um/
H A Dfxusbdeviceum.cpp268 if (m_ConfigDescriptor->bmAttributes & USB_CONFIG_REMOTE_WAKEUP) { in InitDevice()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/km/
H A Dfxusbdevicekm.cpp238 if (m_ConfigDescriptor->bmAttributes & USB_CONFIG_REMOTE_WAKEUP) { in InitDevice()
/reactos/drivers/bluetooth/fbtusb/
H A Dfbtpnp.c412 if (configurationDescriptor->bmAttributes & REMOTE_WAKEUP_MASK) in ConfigureDevice()