Searched refs:endpoint_type (Results 1 – 4 of 4) sorted by relevance
91 UCHAR endpoint_type; in _ux_host_stack_endpoint_instance_create() local102 endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_endpoint_instance_create()103 switch (endpoint_type) in _ux_host_stack_endpoint_instance_create()139 if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_stack_endpoint_instance_create()
92 ULONG endpoint_type; in _ux_host_stack_new_endpoint_create() local122 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_new_endpoint_create()133 if (endpoint_type == UX_CONTROL_ENDPOINT || endpoint_type == UX_BULK_ENDPOINT) in _ux_host_stack_new_endpoint_create()175 if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) || in _ux_host_stack_new_endpoint_create()
99 ULONG endpoint_type; in _ux_host_stack_transfer_run() local111 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes; in _ux_host_stack_transfer_run()112 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_transfer_run()
82 ULONG endpoint_type; in _ux_device_class_ccid_activate() local107 endpoint_type = endpoint -> ux_slave_endpoint_descriptor.bmAttributes; in _ux_device_class_ccid_activate()108 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_device_class_ccid_activate()109 if (endpoint_type == UX_INTERRUPT_ENDPOINT) in _ux_device_class_ccid_activate()113 if (endpoint_type == UX_BULK_ENDPOINT) in _ux_device_class_ccid_activate()