Home
last modified time | relevance | path

Searched full:transforms (Results 1 – 25 of 115) sorted by relevance

12345

/kernel/linux/linux-6.6/security/apparmor/
DMakefile26 # Transforms lines from
52 # Transforms lines from
68 # Transforms lines from
77 # Transforms lines from
83 # Transforms lines from
/kernel/linux/linux-5.10/security/apparmor/
DMakefile22 # Transforms lines from
48 # Transforms lines from
64 # Transforms lines from
73 # Transforms lines from
79 # Transforms lines from
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
DKconfig11 ANX6345 transforms the LVTTL RGB output of an
21 designed for portable devices. The ANX78XX transforms
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
DKconfig13 ANX6345 transforms the LVTTL RGB output of an
25 designed for portable devices. The ANX78XX transforms
/kernel/linux/linux-6.6/Documentation/crypto/
Dapi-intro.rst26 'Transforms' are user-instantiated objects, which maintain state, handle all
41 The API currently supports five main types of transforms: AEAD (Authenticated
89 Transforms may only be allocated in user context, and cryptographic
91 transforms with a setkey method it too should only be called from
Dasync-tx-api.rst4 Asynchronous Transfers/Transforms API
32 bulk memory transfers/transforms with support for inter-transactional
/kernel/linux/linux-5.10/Documentation/crypto/
Dapi-intro.rst26 'Transforms' are user-instantiated objects, which maintain state, handle all
41 The API currently supports five main types of transforms: AEAD (Authenticated
89 Transforms may only be allocated in user context, and cryptographic
91 transforms with a setkey method it too should only be called from
Dasync-tx-api.rst4 Asynchronous Transfers/Transforms API
32 bulk memory transfers/transforms with support for inter-transactional
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dcolorspaces.rst43 After some further mathematical transforms these stimuli are known as
88 constructed that transforms CIE XYZ colors to colors in the new
96 function that takes a linear color component value and transforms it to
105 The final piece that defines a colorspace is a function that transforms
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dcolorspaces.rst43 After some further mathematical transforms these stimuli are known as
88 constructed that transforms CIE XYZ colors to colors in the new
96 function that takes a linear color component value and transforms it to
105 The final piece that defines a colorspace is a function that transforms
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/
Damstaos,tsl2591.yaml14 light-to-digital converter that transforms light intensity into a digital
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c814 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct()
815 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct()
1071 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
1072 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1269 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1270 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1463 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1464 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c809 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct()
810 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct()
1062 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct()
1063 if (pool->base.transforms[i] == NULL) { in dce60_construct()
1260 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct()
1261 if (pool->base.transforms[i] == NULL) { in dce61_construct()
1454 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct()
1455 if (pool->base.transforms[i] == NULL) { in dce64_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c812 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct()
813 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct()
1072 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
1073 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1272 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1273 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1469 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1470 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c805 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct()
806 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct()
1058 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct()
1059 if (pool->base.transforms[i] == NULL) { in dce60_construct()
1256 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct()
1257 if (pool->base.transforms[i] == NULL) { in dce61_construct()
1450 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct()
1451 if (pool->base.transforms[i] == NULL) { in dce64_construct()
/kernel/linux/linux-6.6/include/crypto/internal/
Dkpp.h37 * crypto_grab_kpp(). Transforms may subsequently get instantiated
233 * &struct kpp_alg via crypto_grab_kpp(), transforms for the latter
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c827 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct()
828 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct()
1145 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1277 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1469 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct()
1470 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c820 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct()
821 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct()
1140 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1272 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1468 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct()
1469 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dvimc.rst57 Transforms images in bayer format into a non-bayer format.
/kernel/linux/linux-6.6/arch/x86/crypto/
DKconfig206 Through two affine transforms,
228 Through two affine transforms,
/kernel/linux/linux-6.6/net/sctp/
Dauth.c448 * Initialize all the possible digest transforms that we can use. Right
450 * because of the restrictiong that transforms may only be allocated in
451 * user context. This forces us to pre-allocated all possible transforms
459 /* If the transforms are already allocated, we are done */ in sctp_auth_init_hmacs()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c766 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct()
767 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct()
1107 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct()
1108 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
/kernel/linux/linux-5.10/net/sctp/
Dauth.c448 * Initialize all the possible digest transforms that we can use. Right
450 * because of the restrictiong that transforms may only be allocated in
451 * user context. This forces us to pre-allocated all possible transforms
459 /* If the transforms are already allocated, we are done */ in sctp_auth_init_hmacs()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c764 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct()
765 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct()
1108 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct()
1109 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dvimc.rst76 Transforms images in bayer format into a non-bayer format.

12345