Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.c1601 struct uvcg_color_matching *color_matching_desc; in uvcg_format_allow_link() local
1622 color_matching_desc = uvcg_format_get_default_color_match(streaming); in uvcg_format_allow_link()
1623 if (fmt->color_matching != color_matching_desc) { in uvcg_format_allow_link()
1628 color_matching_desc->refcnt--; in uvcg_format_allow_link()
1630 color_matching_desc = to_uvcg_color_matching(to_config_group(tgt)); in uvcg_format_allow_link()
1631 fmt->color_matching = color_matching_desc; in uvcg_format_allow_link()
1632 color_matching_desc->refcnt++; in uvcg_format_allow_link()
1644 struct uvcg_color_matching *color_matching_desc; in uvcg_format_drop_link() local
1650 color_matching_desc = to_uvcg_color_matching(to_config_group(tgt)); in uvcg_format_drop_link()
1651 color_matching_desc in uvcg_format_drop_link()
[all...]

Completed in 3 milliseconds