Lines Matching +full:re +full:- +full:initialization

1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #include <media/v4l2-dev.h>
12 #include "pvrusb2-io.h"
13 #include "pvrusb2-ctrl.h"
17 pvr2_hdw_get_ctrl_by_id() - these are NOT visible in V4L */
61 * DEAD - Device is in an unusable state and cannot be recovered. This
66 * COLD - Device is in an unusable state, needs microcontroller firmware.
68 * WARM - We can communicate with the device and the proper
69 * microcontroller firmware is running, but other device initialization is
72 * ERROR - A problem prevents capture operation (e.g. encoder firmware
75 * READY - Device is operational, but not streaming.
77 * RUN - Device is streaming.
98 /* Perform second stage initialization, passing in a notification callback
111 device. This is useful for indexing array-valued module parameters. */
123 /* Retrieve per-instance string identifier for this specific device */
135 /* Retrieve a control handle given its index (0..count-1) */
171 /* Mark tuner status stale so that it will be re-fetched */
180 /* Query device and see if it thinks it is on a high-speed USB link */
212 /* Return true if we're in a mode for retrieval CPU firmware */
216 value is the number of bytes retrieved or zero if we're past the end or
240 /* Call if for any reason we can't talk to the hardware anymore - this will
247 /* Execute a USB-commanded device reset */
302 /* Non-intrusively retrieve internal state info - this is useful for
309 /* Intrusively retrieve internal state info - this is useful for
311 the overall driver mutex - so if there are locking problems this will
317 Results are written into the passed-in buffer. */