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.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.c836 switch (UVC_ENTITY_TYPE(entity)) { in uvc_entity_match_guid()
953 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
1732 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
1976 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
2068 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
2119 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
2154 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
2157 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_device()
2160 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_device()
Duvc_driver.c1072 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1082 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1096 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1098 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1320 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1392 "0x%04x found in chain.\n", UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1423 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1476 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
1951 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
Duvcvideo.h28 #define UVC_ENTITY_TYPE(entity) ((entity)->type & 0x7fff) macro
Duvc_v4l2.c862 if (UVC_ENTITY_TYPE(iterm) == UVC_ITT_CAMERA) in uvc_ioctl_enum_input()