Searched refs:UVC_VC_EXTENSION_UNIT (Results 1 – 3 of 3) sorted by relevance
843 case UVC_VC_EXTENSION_UNIT: in uvc_entity_match_guid()951 UVC_VC_EXTENSION_UNIT) in uvc_ctrl_populate_cache()1855 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()2106 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()2249 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()2286 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
1030 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control()1279 case UVC_VC_EXTENSION_UNIT: in uvc_parse_standard_control()1400 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_entity()1498 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_forward()1551 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_backward()1765 entity->type != UVC_VC_EXTENSION_UNIT) in uvc_scan_fallback()
41 #define UVC_VC_EXTENSION_UNIT 0x06 macro