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

/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c1602 struct uvcg_color_matching *color_matching_desc; local
1623 color_matching_desc = uvcg_format_get_default_color_match(streaming);
1624 if (fmt->color_matching != color_matching_desc) {
1629 color_matching_desc->refcnt--;
1631 color_matching_desc = to_uvcg_color_matching(to_config_group(tgt));
1632 fmt->color_matching = color_matching_desc;
1633 color_matching_desc->refcnt++;
1645 struct uvcg_color_matching *color_matching_desc; local
1651 color_matching_desc = to_uvcg_color_matching(to_config_group(tgt));
1652 color_matching_desc
[all...]

Completed in 89 milliseconds