Searched refs:UVC_VC_EXTENSION_UNIT (Results 1 – 3 of 3) sorted by relevance
848 case UVC_VC_EXTENSION_UNIT: in uvc_entity_match_guid()956 UVC_VC_EXTENSION_UNIT) in uvc_ctrl_populate_cache()1860 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()2111 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()2254 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()2291 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
994 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control()1235 case UVC_VC_EXTENSION_UNIT: in uvc_parse_standard_control()1356 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_entity()1454 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_forward()1507 case UVC_VC_EXTENSION_UNIT: in uvc_scan_chain_backward()1721 entity->type != UVC_VC_EXTENSION_UNIT) in uvc_scan_fallback()
41 #define UVC_VC_EXTENSION_UNIT 0x06 macro