Searched refs:UVC_VC_EXTENSION_UNIT (Results 1 – 4 of 4) sorted by relevance
87 case UVC_VC_EXTENSION_UNIT: in uvc_mc_init_entity()
1140 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control()1388 case UVC_VC_EXTENSION_UNIT: in uvc_parse_standard_control()1613 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_entity()1711 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_forward()1793 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_backward()2012 entity->type != UVC_VC_EXTENSION_UNIT) in uvc_scan_fallback()
952 UVC_VC_EXTENSION_UNIT) in uvc_ctrl_populate_cache()1877 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()2116 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()2260 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()2304 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
41 #define UVC_VC_EXTENSION_UNIT 0x06 macro