Searched refs:uvc_alloc_entity (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 767 static struct uvc_entity *uvc_alloc_entity(u16 type, u16 id, in uvc_alloc_entity() function 896 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control() 1008 term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3], in uvc_parse_standard_control() 1067 term = uvc_alloc_entity(type | UVC_TERM_OUTPUT, buffer[3], in uvc_parse_standard_control() 1089 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, 0); in uvc_parse_standard_control() 1111 unit = uvc_alloc_entity(buffer[2], buffer[3], 2, n); in uvc_parse_standard_control() 1140 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, n); in uvc_parse_standard_control() 1282 unit = uvc_alloc_entity(UVC_EXT_GPIO_UNIT, UVC_EXT_GPIO_UNIT_ID, 0, 1); in uvc_gpio_parse()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1022 static struct uvc_entity *uvc_alloc_entity(u16 type, u8 id, in uvc_alloc_entity() function 1110 unit = uvc_alloc_entity(UVC_VC_EXTENSION_UNIT, buffer[3], in uvc_parse_vendor_control() 1224 term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3], in uvc_parse_standard_control() 1283 term = uvc_alloc_entity(type | UVC_TERM_OUTPUT, buffer[3], in uvc_parse_standard_control() 1307 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, 0); in uvc_parse_standard_control() 1331 unit = uvc_alloc_entity(buffer[2], buffer[3], 2, n); in uvc_parse_standard_control() 1362 unit = uvc_alloc_entity(buffer[2], buffer[3], p + 1, n); in uvc_parse_standard_control()
|
Completed in 9 milliseconds