Lines Matching defs:streaming

1566  * streaming/uncompressed
1567 * streaming/mjpeg
1576 uvcg_format_get_default_color_match(struct config_item *streaming)
1581 color_matching_item = config_group_find_item(to_config_group(streaming),
1602 struct config_item *streaming, *color_matching;
1608 streaming = src->ci_parent->ci_parent;
1609 color_matching = config_group_find_item(to_config_group(streaming), "color_matching");
1622 color_matching_desc = uvcg_format_get_default_color_match(streaming);
1645 struct config_item *streaming;
1653 streaming = src->ci_parent->ci_parent;
1654 color_matching_desc = uvcg_format_get_default_color_match(streaming);
1728 * streaming/header/<NAME>
1729 * streaming/header
1760 * (streaming/uncompressed or streaming/mjpeg nodes). First check that
1762 * (the streaming node), and then verify that the target parent is a
1920 * streaming/<mode>/<format>/<NAME>
2226 * streaming/uncompressed/<NAME>
2432 struct config_item *streaming;
2435 streaming = group->cg_item.ci_parent;
2436 color_match = uvcg_format_get_default_color_match(streaming);
2479 * streaming/mjpeg/<NAME>
2624 struct config_item *streaming;
2627 streaming = group->cg_item.ci_parent;
2628 color_match = uvcg_format_get_default_color_match(streaming);
2669 * streaming/color_matching/default
2769 * streaming/color_matching
2828 * streaming/class/{fs|hs|ss}
2863 * Iterate over a hierarchy of streaming descriptors' config items.
2873 * the amount of memory needed for an array of streaming descriptors
2876 * @h: streaming header pointer
2920 * Count how many bytes are needed for an array of streaming descriptors.
2983 * Fill an array of streaming descriptors.
3075 struct config_item *streaming, *header;
3086 streaming = src->ci_parent->ci_parent;
3087 header = config_group_find_item(to_config_group(streaming), "header");
3091 opts = to_f_uvc_opts(streaming->ci_parent);
3148 struct config_item *streaming, *header;
3156 streaming = src->ci_parent->ci_parent;
3157 header = config_group_find_item(to_config_group(streaming), "header");
3161 opts = to_f_uvc_opts(streaming->ci_parent);
3197 * streaming/class
3232 * streaming
3271 .name = "streaming",