Searched refs:uvc_alloc_entity (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_driver.c | 842 static struct uvc_entity *uvc_alloc_entity(u16 type, u8 id, in uvc_alloc_entity() function 927 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control() 1035 term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3], in uvc_parse_standard_control() 1094 term = uvc_alloc_entity(type | UVC_TERM_OUTPUT, buffer[3], in uvc_parse_standard_control() 1120 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, 0); in uvc_parse_standard_control() 1146 unit = uvc_alloc_entity(buffer[2], buffer[3], 2, n); in uvc_parse_standard_control() 1179 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, n); in uvc_parse_standard_control()
|