Lines Matching +full:operational +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0+ */
38 u64 mode; /* mode bits */ member
50 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
92 u64 op_mode; /* card operational mode(s) */
101 u64 op_mode; /* domain operational mode(s) */
129 * - apqn is online and is in fact an EP11 apqn
130 * - if cardnr is not FFFF only apqns with this cardnr
131 * - if domain is not FFFF only apqns with this domainnr
132 * - if minhwtype > 0 only apqns with hwtype >= minhwtype
133 * - if minapi > 0 only apqns with API_ord_nr >= minapi
134 * - if wkvp != NULL only apqns where the wkvp (EP11_WKVPLEN bytes) matches
136 * key for this domain. When a wkvp is given there will always be a re-fetch
137 * of the domain info for the potential apqn - so this triggers an request
144 * -ENODEV is returned.