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

/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_driver.c843 static struct uvc_entity *uvc_alloc_entity(u16 type, u8 id, uvc_alloc_entity() function
928 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], uvc_parse_vendor_control()
1036 term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3], uvc_parse_standard_control()
1095 term = uvc_alloc_entity(type | UVC_TERM_OUTPUT, buffer[3], uvc_parse_standard_control()
1121 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, 0); uvc_parse_standard_control()
1147 unit = uvc_alloc_entity(buffer[2], buffer[3], 2, n); uvc_parse_standard_control()
1180 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, n); uvc_parse_standard_control()

Completed in 54 milliseconds