Searched refs:UVC_ENTITY_IS_UNIT (Results 1 – 2 of 2) sorted by relevance
/drivers/media/video/uvc/ | ||
D | uvcvideo.h | 223 #define UVC_ENTITY_IS_UNIT(entity) (((entity)->type & 0xff00) == 0) macro |
D | uvc_driver.c | 1422 if (!UVC_ENTITY_IS_UNIT(entity)) in uvc_scan_chain() |