Home
last modified time | relevance | path

Searched refs:UVC_ENTITY_TYPE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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_ctrl.c838 switch (UVC_ENTITY_TYPE(entity)) { in uvc_entity_match_guid()
955 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
1871 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
2111 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
2203 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
2254 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
2298 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_device()
2301 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_device()
2304 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_device()
H A Duvc_driver.c1229 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1239 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1252 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1254 if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1469 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1541 "0x%04x found in chain.\n", UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1572 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1657 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
2152 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
H A Duvcvideo.h30 #define UVC_ENTITY_TYPE(entity) ((entity)->type & 0x7fff) macro
H A Duvc_v4l2.c896 if (UVC_ENTITY_TYPE(iterm) == UVC_ITT_CAMERA) in uvc_ioctl_enum_input()
/kernel/linux/linux-6.6/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.c1013 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1023 } else if (UVC_ENTITY_TYPE(term) == in uvc_parse_standard_control()
1034 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) in uvc_parse_standard_control()
1036 else if (UVC_ENTITY_TYPE(term) == UVC_ITT_MEDIA_TRANSPORT_INPUT) in uvc_parse_standard_control()
1349 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_entity()
1415 UVC_ENTITY_TYPE(entity)); in uvc_scan_chain_entity()
1447 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1529 switch (UVC_ENTITY_TYPE(entity)) { in uvc_scan_chain_backward()
2033 if (UVC_ENTITY_TYPE(term) != UVC_TT_STREAMING) in uvc_register_terms()
H A Duvc_ctrl.c995 if (UVC_ENTITY_TYPE(ctrl->entity) != in uvc_ctrl_populate_cache()
2180 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT && in uvc_xu_ctrl_query()
2458 if (UVC_ENTITY_TYPE(entity) != UVC_VC_EXTENSION_UNIT || in uvc_ctrl_add_mapping()
2550 switch (UVC_ENTITY_TYPE(entity)) { in uvc_ctrl_prune_entity()
2601 if (UVC_ENTITY_TYPE(ctrl->entity) == UVC_VC_EXTENSION_UNIT) in uvc_ctrl_init_ctrl()
2685 if (UVC_ENTITY_TYPE(entity) == UVC_VC_EXTENSION_UNIT) { in uvc_ctrl_init_chain()
2688 } else if (UVC_ENTITY_TYPE(entity) == UVC_VC_PROCESSING_UNIT) { in uvc_ctrl_init_chain()
2691 } else if (UVC_ENTITY_TYPE(entity) == UVC_ITT_CAMERA) { in uvc_ctrl_init_chain()
2694 } 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()

Completed in 24 milliseconds