Home
last modified time | relevance | path

Searched full:derive (Results 1 – 25 of 206) sorted by relevance

123456789

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h86 * @bi: struct vmw_ctx_bindinfo we derive from.
97 * @bi: struct vmw_ctx_bindinfo we derive from.
108 * @bi: struct vmw_ctx_bindinfo we derive from.
125 * @bi: struct vmw_ctx_bindinfo we derive from.
138 * @bi: struct vmw_ctx_bindinfo we derive from.
153 * @bi: struct vmw_ctx_bindinfo we derive from.
168 * @bi: struct vmw_ctx_bindinfo we derive from.
209 * @bi: struct vmw_ctx_bindinfo we derive from.
/linux/drivers/gpu/nova-core/
H A Dgpu.rs15 #[derive(fmt::Debug, Copy, Clone, PartialOrd, Ord, PartialEq, Eq)]
34 // TODO replace with something like derive(FromPrimitive)
91 // Hence, replace with something like strum_macros derive(Display).
101 #[derive(fmt::Debug)]
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-rk3x.yaml59 there is one clock that is used both to derive the functional clock
61 For newer hardware (rk3399) this clock is used to derive
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h27 * in the queue must all be the same so the client can derive their structure pointer from the
78 * structure. The caller must be able to derive the address of the start of their data structure
/linux/rust/kernel/
H A Dtime.rs58 #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord)]
102 #[derive(Clone, Copy, PartialEq, Eq, Debug)]
165 #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Debug)]
H A Dalloc.rs29 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
38 #[derive(Clone, Copy, PartialEq)]
126 /// In order to be able to support `#[derive(CoercePointee)]` later on, we need to avoid a design
/linux/Documentation/devicetree/bindings/clock/
H A Dxgene.txt21 - clock-output-names : shall be the name of the PLL referenced by derive
30 - clock-output-names : shall be the name of the clock referenced by derive
H A Dcirrus,cs2000-cp.yaml60 If not given, the static mode shall be used to derive the
H A Dimx7ulp-scg-clock.yaml30 include: clock reference selection, generation of clock used to derive
/linux/rust/pin-init/examples/
H A Dlinked_list.rs23 #[derive(Debug)]
94 #[derive(Clone, Debug)]
/linux/Documentation/devicetree/bindings/iio/adc/
H A Daspeed,ast2400-adc.yaml28 Input clock used to derive the sample clock. Expected to be the
H A Daspeed,ast2600-adc.yaml42 Input clock used to derive the sample clock. Expected to be the
/linux/drivers/platform/x86/
H A Ddual_accel_detect.h14 * (instead userspace can derive the status itself by directly reading the 2 accels).
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c662 .desc = "Derive Kc subkey for camellia128-cts-cmac",
669 .desc = "Derive Ke subkey for camellia128-cts-cmac",
676 .desc = "Derive Ki subkey for camellia128-cts-cmac",
683 .desc = "Derive Kc subkey for camellia256-cts-cmac",
690 .desc = "Derive Ke subkey for camellia256-cts-cmac",
697 .desc = "Derive Ki subkey for camellia256-cts-cmac",
1287 .desc = "Derive Kc subkey for aes128-cts-hmac-sha256-128",
1294 .desc = "Derive Ke subkey for aes128-cts-hmac-sha256-128",
1301 .desc = "Derive Ki subkey for aes128-cts-hmac-sha256-128",
1308 .desc = "Derive Kc subkey for aes256-cts-hmac-sha384-192",
[all …]
H A Dgss_krb5_keys.c255 * krb5_derive_key_v2 - Derive a subkey for an RFC 3962 enctype
344 * krb5_kdf_feedback_cmac - Derive a subkey for a Camellia/CMAC-based enctype
479 * krb5_kdf_hmac_sha2 - Derive a subkey for an AES/SHA2-based enctype
/linux/rust/pin-init/internal/src/
H A Dlib.rs48 zeroable::derive(input.into()).into() in derive_zeroable()
H A Dzeroable.rs77 pub(crate) fn derive(input: TokenStream) -> TokenStream { in derive() function
/linux/rust/kernel/net/phy/
H A Dreg.rs55 #[derive(Copy, Clone, Debug)]
138 #[derive(Copy, Clone, Debug)]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_rdonly_maps.c51 /* validate verifier can derive loop termination */ in part_loop()
/linux/Documentation/devicetree/bindings/serial/
H A Dmarvell,armada-3700-uart.yaml28 UART reference clock used to derive the baud rate. If absent, only fixed
/linux/Documentation/virt/coco/
H A Dsev-guest.rst110 The SNP_GET_DERIVED_KEY ioctl can be used to get a key derive from a root key.
115 SEV-SNP firmware to derive the key. See SEV-SNP specification for further details
/linux/rust/macros/
H A Dzeroable.rs
/linux/Documentation/devicetree/bindings/devfreq/
H A Dnvidia,tegra30-actmon.yaml16 components in the system. This information can be used to derive the rate at
/linux/Documentation/block/
H A Dinline-encryption.rst429 derive subkeys after unwrapping the wrapped key. The hardware's choice of KDF
440 Hardware must derive distinct subkeys for each supported encryption algorithm.
454 (HKDF-SHA512) to derive other subkeys such as filenames encryption keys.
461 make the hardware derive per-file keys using per-file nonces passed down the
/linux/Documentation/security/tpm/
H A Dtpm-security.rst82 and storage seeds, which can be used to derive asymmetric keys.
88 The mechanism chosen for the Linux Kernel is to derive the primary

123456789