Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_driver.c778 static struct uvc_entity *uvc_alloc_new_entity(struct uvc_device *dev, u16 type, in uvc_alloc_new_entity() function
920 unit = uvc_alloc_new_entity(dev, UVC_VC_EXTENSION_UNIT, in uvc_parse_vendor_control()
1032 term = uvc_alloc_new_entity(dev, type | UVC_TERM_INPUT, in uvc_parse_standard_control()
1091 term = uvc_alloc_new_entity(dev, type | UVC_TERM_OUTPUT, in uvc_parse_standard_control()
1113 unit = uvc_alloc_new_entity(dev, buffer[2], buffer[3], in uvc_parse_standard_control()
1136 unit = uvc_alloc_new_entity(dev, buffer[2], buffer[3], 2, n); in uvc_parse_standard_control()
1165 unit = uvc_alloc_new_entity(dev, buffer[2], buffer[3], in uvc_parse_standard_control()
1308 unit = uvc_alloc_new_entity(dev, UVC_EXT_GPIO_UNIT, in uvc_gpio_parse()