Lines Matching +full:operational +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0+ */
36 u64 mode; /* mode bits */ member
48 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
84 u64 op_mode; /* card operational mode(s) */
93 u64 op_mode; /* domain operational mode(s) */
120 * - apqn is online and is in fact an EP11 apqn
121 * - if cardnr is not FFFF only apqns with this cardnr
122 * - if domain is not FFFF only apqns with this domainnr
123 * - if minhwtype > 0 only apqns with hwtype >= minhwtype
124 * - if minapi > 0 only apqns with API_ord_nr >= minapi
125 * - if wkvp != NULL only apqns where the wkvp (EP11_WKVPLEN bytes) matches
127 * key for this domain. When a wkvp is given there will aways be a re-fetch
128 * of the domain info for the potential apqn - so this triggers an request
135 * -ENODEV is returned.