Lines Matching +full:odd +full:- +full:parity
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
29 * struct ca_slot_info - CA slot interface types and info.
39 * - %CA_CI - CI high level interface;
40 * - %CA_CI_LINK - CI link layer level interface;
41 * - %CA_CI_PHYS - CI physical layer level interface;
42 * - %CA_DESCR - built-in descrambler;
43 * - %CA_SC -simple smart card interface.
47 * - %CA_CI_MODULE_PRESENT - module (or card) inserted;
48 * - %CA_CI_MODULE_READY - module is ready for usage.
67 * struct ca_descr_info - descrambler types and info.
76 * - %CA_ECD - European Common Descrambler (ECD) hardware;
77 * - %CA_NDS - Videoguard (NDS) hardware;
78 * - %CA_DSS - Distributed Sample Scrambling (DSS) hardware.
89 * struct ca_caps - CA slot interface capabilities.
106 * struct ca_msg - a message to/from a CI-CAM
123 * struct ca_descr - CA descrambler control words info
126 * @parity: control words parity, where 0 means even and 1 means odd
131 unsigned int parity; member