Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/uvc/
Duvc_entity.c86 case UVC_VC_PROCESSING_UNIT: in uvc_mc_init_entity()
Duvc_driver.c796 case UVC_VC_PROCESSING_UNIT: in uvc_alloc_entity()
1084 case UVC_VC_PROCESSING_UNIT: in uvc_parse_standard_control()
1356 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_entity()
1525 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_backward()
1742 if (entity->type != UVC_VC_PROCESSING_UNIT && in uvc_scan_fallback()
Duvc_ctrl.c2383 case UVC_VC_PROCESSING_UNIT: in uvc_ctrl_prune_entity()
2526 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_chain()
/linux-6.1.9/drivers/usb/gadget/legacy/
Dwebcam.c120 .bDescriptorSubType = UVC_VC_PROCESSING_UNIT,
/linux-6.1.9/include/uapi/linux/usb/
Dvideo.h40 #define UVC_VC_PROCESSING_UNIT 0x05 macro
/linux-6.1.9/drivers/usb/gadget/function/
Df_uvc.c826 pd->bDescriptorSubType = UVC_VC_PROCESSING_UNIT; in uvc_alloc_inst()