Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/uvc/
Duvc_entity.c34 sink = (UVC_ENTITY_TYPE(entity) == UVC_TT_STREAMING) in uvc_mc_register_entity()
52 source = (UVC_ENTITY_TYPE(remote) == UVC_TT_STREAMING) in uvc_mc_register_entity()
65 if (UVC_ENTITY_TYPE(entity) == UVC_TT_STREAMING) in uvc_mc_register_entity()
76 if (UVC_ENTITY_TYPE(entity) != UVC_TT_STREAMING) in uvc_mc_cleanup_entity()
86 if (UVC_ENTITY_TYPE(entity) != UVC_TT_STREAMING) { in uvc_mc_init_entity()
Duvc_ctrl.c765 switch (UVC_ENTITY_TYPE(entity)) { in uvc_entity_match_guid()
882 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
1443 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
1686 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
1771 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
1822 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
1857 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
1860 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_device()
1863 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_device()
Duvc_driver.c996 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1006 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1020 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1022 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1244 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1316 "0x%04x found in chain.\n", UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1342 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1395 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
1754 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
Duvcvideo.h26 #define UVC_ENTITY_TYPE(entity) ((entity)->type & 0x7fff) macro
Duvc_v4l2.c706 if (UVC_ENTITY_TYPE(iterm) == UVC_ITT_CAMERA) in uvc_v4l2_do_ioctl()