Home
last modified time | relevance | path

Searched refs:UVC_VC_PROCESSING_UNIT (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/media/usb/uvc/
Duvc_entity.c86 case UVC_VC_PROCESSING_UNIT: in uvc_mc_init_entity()
Duvc_driver.c1323 case UVC_VC_PROCESSING_UNIT: in uvc_parse_standard_control()
1489 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_entity()
1634 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_backward()
1853 if (entity->type != UVC_VC_PROCESSING_UNIT && in uvc_scan_fallback()
Duvc_ctrl.c844 case UVC_VC_PROCESSING_UNIT: in uvc_entity_match_guid()
2194 case UVC_VC_PROCESSING_UNIT: in uvc_ctrl_prune_entity()
2291 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_device()
/Linux-v5.10/drivers/usb/gadget/legacy/
Dwebcam.c120 .bDescriptorSubType = UVC_VC_PROCESSING_UNIT,
/Linux-v5.10/include/uapi/linux/usb/
Dvideo.h40 #define UVC_VC_PROCESSING_UNIT 0x05 macro
/Linux-v5.10/drivers/usb/gadget/function/
Df_uvc.c812 pd->bDescriptorSubType = UVC_VC_PROCESSING_UNIT; in uvc_alloc_inst()