Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/uvc/
Duvc_entity.c86 case UVC_VC_PROCESSING_UNIT: in uvc_mc_init_entity()
Duvc_driver.c814 case UVC_VC_PROCESSING_UNIT: in uvc_alloc_entity()
1111 case UVC_VC_PROCESSING_UNIT: in uvc_parse_standard_control()
1373 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_entity()
1542 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_backward()
1759 if (entity->type != UVC_VC_PROCESSING_UNIT && in uvc_scan_fallback()
Duvc_ctrl.c2607 case UVC_VC_PROCESSING_UNIT: in uvc_ctrl_prune_entity()
2715 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_chain()
/linux-6.12.1/include/uapi/linux/usb/
Dvideo.h40 #define UVC_VC_PROCESSING_UNIT 0x05 macro
/linux-6.12.1/drivers/usb/gadget/legacy/
Dwebcam.c119 .bDescriptorSubType = UVC_VC_PROCESSING_UNIT,
/linux-6.12.1/drivers/usb/gadget/function/
Df_uvc.c911 pd->bDescriptorSubType = UVC_VC_PROCESSING_UNIT; in uvc_alloc_inst()