Lines Matching +full:super +full:- +full:set
1 /* SPDX-License-Identifier: GPL-2.0 */
7 * Copyright (c) 2013-2014 Samsung Electronics Co., Ltd.
36 * Control descriptors array pointers for full-/high-speed and
37 * super-speed. They point by default to the uvc_fs_control_cls and
45 * Streaming descriptors array pointers for full-speed, high-speed and
46 * super-speed. They will point to the uvc_[fhs]s_streaming_cls arrays
47 * for configfs-based gadgets. Legacy gadgets must initialize them in
54 /* Default control descriptors for configfs-based gadgets. */
60 * Control descriptors pointers arrays for full-/high-speed and
61 * super-speed. The first element is a configurable control header
76 * Streaming descriptors for full-speed, high-speed and super-speed.
86 * Indexes into the function's string descriptors allowing users to set
87 * custom descriptions rather than the hard-coded defaults.
103 * Only for legacy gadget. Shall be NULL for configfs-composed gadgets,