Searched refs:UVC_VC_EXTENSION_UNIT (Results 1 – 3 of 3) sorted by relevance
846 case UVC_VC_EXTENSION_UNIT: in uvc_entity_match_guid()954 UVC_VC_EXTENSION_UNIT) in uvc_ctrl_populate_cache()1732 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()1976 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()2112 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()2147 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
928 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control()1169 case UVC_VC_EXTENSION_UNIT: in uvc_parse_standard_control()1290 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_entity()1388 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_forward()1441 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_backward()
39 #define UVC_VC_EXTENSION_UNIT 0x06 macro