Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
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()
Duvc_ctrl.c995 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
2187 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
2465 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
2557 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
2608 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
2692 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_chain()
2695 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_chain()
2698 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_chain()
2701 } else if (UVC_ENTITY_TYPE(entity) == UVC_EXT_GPIO_UNIT) { in uvc_ctrl_init_chain()
Duvc_driver.c1014 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1024 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1035 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1037 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1350 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1416 UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1448 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1530 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
2034 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
Duvcvideo.h31 #define UVC_ENTITY_TYPE(entity) ((entity)->type & 0x7fff) macro
Duvc_v4l2.c959 if (UVC_ENTITY_TYPE(iterm) == UVC_ITT_CAMERA) in uvc_ioctl_enum_input()