Searched refs:uvc_alloc_entity (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 795 static struct uvc_entity *uvc_alloc_entity(u16 type, u16 id, in uvc_alloc_entity() function 924 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control() 1036 term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3], in uvc_parse_standard_control() 1095 term = uvc_alloc_entity(type | UVC_TERM_OUTPUT, buffer[3], in uvc_parse_standard_control() 1117 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, 0); in uvc_parse_standard_control() 1139 unit = uvc_alloc_entity(buffer[2], buffer[3], 2, n); in uvc_parse_standard_control() 1168 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, n); in uvc_parse_standard_control() 1310 unit = uvc_alloc_entity(UVC_EXT_GPIO_UNIT, UVC_EXT_GPIO_UNIT_ID, 0, 1); in uvc_gpio_parse()
|