mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
60c2820d0f
The name of the subsystem is "media", and not "linux_tv". Also, as we plan to add other stuff there in the future, let's rename also the media uAPI book to media_uapi, to make it clearer. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
39 lines
700 B
ReStructuredText
39 lines
700 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. _frontend_legacy_types:
|
|
|
|
Frontend Legacy Data Types
|
|
==========================
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fe-type-t
|
|
fe-bandwidth-t
|
|
dvb-frontend-parameters
|
|
dvb-frontend-event
|
|
|
|
|
|
.. _frontend_legacy_fcalls:
|
|
|
|
Frontend Legacy Function Calls
|
|
==============================
|
|
|
|
Those functions are defined at DVB version 3. The support is kept in the
|
|
kernel due to compatibility issues only. Their usage is strongly not
|
|
recommended
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fe-read-ber
|
|
fe-read-snr
|
|
fe-read-signal-strength
|
|
fe-read-uncorrected-blocks
|
|
fe-set-frontend
|
|
fe-get-frontend
|
|
fe-get-event
|
|
fe-dishnetwork-send-legacy-cmd
|