CrazyCat 3feba21f58 media: tbscapture: Convert to generic PCM copy ops
This patch converts the tbsecp3 driver code to use the new unified
    PCM copy callback.  It's a straightforward conversion from *_user() to
    *_iter() variants.  As copy_to_iter() updates the internal offest at
    each write, we can drop the dst counter update in the loop, too.

    Note that copy_to_iter() returns the copied bytes, hence the error
    condition is adjusted accordingly.
2023-11-17 22:42:48 +02:00
2022-09-28 09:02:20 +02:00
2023-07-09 10:29:53 -07:00
2023-07-09 13:53:13 -07:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
TBS linux open source drivers
Readme 3 GiB
Languages
C 97.5%
Assembly 1.1%
Shell 0.5%
Makefile 0.3%
Python 0.2%