1 .. SPDX-License-Identifier: GFDL-1.1-no-invari !! 1 .. Permission is granted to copy, distribute and/or modify this >> 2 .. document under the terms of the GNU Free Documentation License, >> 3 .. Version 1.1 or any later version published by the Free Software >> 4 .. Foundation, with no Invariant Sections, no Front-Cover Texts >> 5 .. and no Back-Cover Texts. A copy of the license is included at >> 6 .. Documentation/userspace-api/media/fdl-appendix.rst. >> 7 .. >> 8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 2 9 3 .. c:type:: dvb_frontend_event 10 .. c:type:: dvb_frontend_event 4 11 5 *************** 12 *************** 6 frontend events 13 frontend events 7 *************** 14 *************** 8 15 9 16 10 .. code-block:: c 17 .. code-block:: c 11 18 12 struct dvb_frontend_event { 19 struct dvb_frontend_event { 13 fe_status_t status; 20 fe_status_t status; 14 struct dvb_frontend_parameters parame 21 struct dvb_frontend_parameters parameters; 15 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.