Home
last modified time | relevance | path

Searched refs:UVC_ENTITY_TYPE (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/usb/uvc/
H A Duvc_entity.c25 sink = (UVC_ENTITY_TYPE(entity) == UVC_TT_STREAMING) in uvc_mc_create_links()
43 source = (UVC_ENTITY_TYPE(remote) == UVC_TT_STREAMING) in uvc_mc_create_links()
64 if (UVC_ENTITY_TYPE(entity) != UVC_TT_STREAMING) in uvc_mc_cleanup_entity()
75 if (UVC_ENTITY_TYPE(entity) != UVC_TT_STREAMING) { in uvc_mc_init_entity()
82 switch (UVC_ENTITY_TYPE(entity)) { in uvc_mc_init_entity()
H A Duvc_driver.c1041 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1051 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1062 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1064 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1389 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1455 UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1487 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1569 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
2104 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
H A Duvc_ctrl.c1237 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
2676 if (UVC_ENTITY_TYPE(iter) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
2963 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
3055 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
3105 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
3161 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_chain()
3164 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_chain()
3167 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_chain()
3170 } else if (UVC_ENTITY_TYPE(entity) == UVC_EXT_GPIO_UNIT) { in uvc_ctrl_init_chain()
H A Duvcvideo.h31 #define UVC_ENTITY_TYPE(entity) ((entity)->type & 0x7fff) macro
H A Duvc_v4l2.c904 if (UVC_ENTITY_TYPE(iterm) == UVC_ITT_CAMERA) in uvc_ioctl_enum_input()