Searched refs:ux_device_descriptor (Results 1 – 9 of 9) sorted by relevance
125 … (UCHAR *) &device -> ux_device_descriptor); in _ux_host_stack_device_descriptor_read()138 if (device -> ux_device_descriptor.bMaxPacketSize0 != 8 && in _ux_host_stack_device_descriptor_read()139 device -> ux_device_descriptor.bMaxPacketSize0 != 16 && in _ux_host_stack_device_descriptor_read()140 device -> ux_device_descriptor.bMaxPacketSize0 != 32 && in _ux_host_stack_device_descriptor_read()141 device -> ux_device_descriptor.bMaxPacketSize0 != 64) in _ux_host_stack_device_descriptor_read()150 switch(device -> ux_device_descriptor.bDeviceClass) in _ux_host_stack_device_descriptor_read()169 …control_endpoint -> ux_endpoint_descriptor.wMaxPacketSize = device -> ux_device_descriptor.bMaxPa… in _ux_host_stack_device_descriptor_read()178 …transfer_request -> ux_transfer_request_packet_length = device -> ux_device_descriptor.bMaxPac… in _ux_host_stack_device_descriptor_read()189 … (UCHAR *) &device -> ux_device_descriptor); in _ux_host_stack_device_descriptor_read()
99 class_command.ux_host_class_command_vid = device -> ux_device_descriptor.idVendor; in _ux_host_stack_class_device_scan()100 class_command.ux_host_class_command_pid = device -> ux_device_descriptor.idProduct; in _ux_host_stack_class_device_scan()101 … class_command.ux_host_class_command_class = device -> ux_device_descriptor.bDeviceClass; in _ux_host_stack_class_device_scan()102 …class_command.ux_host_class_command_subclass = device -> ux_device_descriptor.bDeviceSubClas… in _ux_host_stack_class_device_scan()103 …class_command.ux_host_class_command_protocol = device -> ux_device_descriptor.bDeviceProtoco… in _ux_host_stack_class_device_scan()
111 nb_configurations = device -> ux_device_descriptor.bNumConfigurations; in _ux_host_stack_configuration_enumerate()
217 device -> ux_device_descriptor.bMaxPacketSize0 = descriptor[7]; in _ux_host_stack_enum_device_descriptor_parse0()609 device -> ux_device_descriptor.bMaxPacketSize0 = 0; in _ux_host_stack_device_enum_run()674 if(device -> ux_device_descriptor.bMaxPacketSize0 == 0) in _ux_host_stack_device_enum_run()722 (UCHAR *) &device -> ux_device_descriptor); in _ux_host_stack_device_enum_run()827 device -> ux_device_descriptor.bNumConfigurations) in _ux_host_stack_device_enum_run()
67 …hub.ux_host_class_hub_device->ux_device_descriptor.bDeviceProtocol = UX_HOST_CLASS_HUB_PROTOCOL_MU… in test_application_define()
96 …if (prolific -> ux_host_class_prolific_device -> ux_device_descriptor.bDeviceClass == 0x02) in _ux_host_class_prolific_setup()105 if (prolific -> ux_host_class_prolific_device -> ux_device_descriptor.bMaxPacketSize0 == 64) in _ux_host_class_prolific_setup()
125 prolific -> ux_host_class_prolific_version = device -> ux_device_descriptor.bcdDevice; in _ux_host_class_prolific_activate()
51 …tt_protocols = ((ULONG)hub -> ux_host_class_hub_device -> ux_device_descriptor.bDeviceProtocol << … in _ux_host_class_hub_descriptor_parse()
1995 ux_device_descriptor; member