Home
last modified time | relevance | path

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

/linux/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.c1024 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1034 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1045 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1047 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1360 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1426 UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1458 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1540 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
2044 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
H A Duvc_ctrl.c1042 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
2236 if (UVC_ENTITY_TYPE(iter) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
2514 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
2606 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
2656 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
2712 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_chain()
2715 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_chain()
2718 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_chain()
2721 } 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.c959 if (UVC_ENTITY_TYPE(iterm) == UVC_ITT_CAMERA) in uvc_ioctl_enum_input()