Lines Matching +full:odd +full:- +full:parity
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
14 * struct ca_slot_info - CA slot interface types and info.
24 * - %CA_CI - CI high level interface;
25 * - %CA_CI_LINK - CI link layer level interface;
26 * - %CA_CI_PHYS - CI physical layer level interface;
27 * - %CA_DESCR - built-in descrambler;
28 * - %CA_SC -simple smart card interface.
32 * - %CA_CI_MODULE_PRESENT - module (or card) inserted;
33 * - %CA_CI_MODULE_READY - module is ready for usage.
52 * struct ca_descr_info - descrambler types and info.
61 * - %CA_ECD - European Common Descrambler (ECD) hardware;
62 * - %CA_NDS - Videoguard (NDS) hardware;
63 * - %CA_DSS - Distributed Sample Scrambling (DSS) hardware.
74 * struct ca_caps - CA slot interface capabilities.
91 * struct ca_msg - a message to/from a CI-CAM
108 * struct ca_descr - CA descrambler control words info
111 * @parity: control words parity, where 0 means even and 1 means odd
116 unsigned int parity; member