Home
last modified time | relevance | path

Searched refs:uvc_alloc_new_entity (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/usb/uvc/
H A Duvc_driver.c810 static struct uvc_entity *uvc_alloc_new_entity(struct uvc_device *dev, u16 type, in uvc_alloc_new_entity() function
952 unit = uvc_alloc_new_entity(dev, UVC_VC_EXTENSION_UNIT, in uvc_parse_vendor_control()
1064 term = uvc_alloc_new_entity(dev, type | UVC_TERM_INPUT, in uvc_parse_standard_control()
1123 term = uvc_alloc_new_entity(dev, type | UVC_TERM_OUTPUT, in uvc_parse_standard_control()
1145 unit = uvc_alloc_new_entity(dev, buffer[2], buffer[3], in uvc_parse_standard_control()
1168 unit = uvc_alloc_new_entity(dev, buffer[2], buffer[3], 2, n); in uvc_parse_standard_control()
1197 unit = uvc_alloc_new_entity(dev, buffer[2], buffer[3], in uvc_parse_standard_control()
1345 unit = uvc_alloc_new_entity(dev, UVC_EXT_GPIO_UNIT, in uvc_gpio_parse()