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

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

Completed in 152 milliseconds