Searched refs:UX_REQUEST_TARGET (Results 1 – 8 of 8) sorted by relevance
103 switch (request_type & UX_REQUEST_TARGET) in _ux_device_stack_clear_feature()
104 switch (request_type & UX_REQUEST_TARGET) in _ux_device_stack_set_feature()
112 switch (request_type & UX_REQUEST_TARGET) in _ux_device_stack_get_status()
217 if ((request_type & UX_REQUEST_TARGET) == UX_REQUEST_TARGET_INTERFACE) in _ux_device_stack_control_request_process()
130 if ((request_type & UX_REQUEST_TARGET) == UX_REQUEST_TARGET_ENDPOINT && in _ux_device_class_audio10_control_process()212 if ((request_type & UX_REQUEST_TARGET) == UX_REQUEST_TARGET_INTERFACE && in _ux_device_class_audio10_control_process()
106 if ((request_type & UX_REQUEST_TARGET) != UX_REQUEST_TARGET_INTERFACE) in _ux_device_class_video_control_request()
115 switch(request_type & UX_REQUEST_TARGET) in _ux_host_class_audio_control_request()
1211 #define UX_REQUEST_TARGET 0x03u macro