Searched refs:endpoint_type (Results 1 – 4 of 4) sorted by relevance
90 UCHAR endpoint_type; in _ux_host_stack_endpoint_instance_create() local101 endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_endpoint_instance_create()102 switch (endpoint_type) in _ux_host_stack_endpoint_instance_create()138 if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_stack_endpoint_instance_create()
91 ULONG endpoint_type; in _ux_host_stack_new_endpoint_create() local121 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_new_endpoint_create()132 if (endpoint_type == UX_CONTROL_ENDPOINT || endpoint_type == UX_BULK_ENDPOINT) in _ux_host_stack_new_endpoint_create()174 if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) || in _ux_host_stack_new_endpoint_create()
98 ULONG endpoint_type; in _ux_host_stack_transfer_run() local110 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes; in _ux_host_stack_transfer_run()111 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_transfer_run()
85 ULONG endpoint_type; in _ux_device_class_ccid_activate() local110 endpoint_type = endpoint -> ux_slave_endpoint_descriptor.bmAttributes; in _ux_device_class_ccid_activate()111 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_device_class_ccid_activate()112 if (endpoint_type == UX_INTERRUPT_ENDPOINT) in _ux_device_class_ccid_activate()121 if (endpoint_type == UX_BULK_ENDPOINT) in _ux_device_class_ccid_activate()