Searched refs:UVC_TT_STREAMING (Results 1 – 3 of 3) sorted by relevance
34 sink = (UVC_ENTITY_TYPE(entity) == UVC_TT_STREAMING) in uvc_mc_register_entity()52 source = (UVC_ENTITY_TYPE(remote) == UVC_TT_STREAMING) in uvc_mc_register_entity()65 if (UVC_ENTITY_TYPE(entity) == UVC_TT_STREAMING) in uvc_mc_register_entity()76 if (UVC_ENTITY_TYPE(entity) != UVC_TT_STREAMING) in uvc_mc_cleanup_entity()86 if (UVC_ENTITY_TYPE(entity) != UVC_TT_STREAMING) { in uvc_mc_init_entity()
1348 case UVC_TT_STREAMING: in uvc_scan_chain_entity()1409 case UVC_TT_STREAMING: in uvc_scan_chain_forward()1486 case UVC_TT_STREAMING: in uvc_scan_chain_backward()1802 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
141 #define UVC_TT_STREAMING 0x0101 macro