Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/usb/uvc/
Duvc_entity.c86 case UVC_VC_PROCESSING_UNIT: in uvc_mc_init_entity()
Duvc_driver.c1069 case UVC_VC_PROCESSING_UNIT: in uvc_alloc_entity()
1355 case UVC_VC_PROCESSING_UNIT: in uvc_parse_standard_control()
1625 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_entity()
1794 case UVC_VC_PROCESSING_UNIT: in uvc_scan_chain_backward()
2011 if (entity->type != UVC_VC_PROCESSING_UNIT && in uvc_scan_fallback()
Duvc_ctrl.c2209 case UVC_VC_PROCESSING_UNIT: in uvc_ctrl_prune_entity()
2307 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_device()
/Linux-v5.15/drivers/usb/gadget/legacy/
Dwebcam.c120 .bDescriptorSubType = UVC_VC_PROCESSING_UNIT,
/Linux-v5.15/include/uapi/linux/usb/
Dvideo.h40 #define UVC_VC_PROCESSING_UNIT 0x05 macro
/Linux-v5.15/drivers/usb/gadget/function/
Df_uvc.c818 pd->bDescriptorSubType = UVC_VC_PROCESSING_UNIT; in uvc_alloc_inst()