Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c833 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct()
834 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct()
1034 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct()
1035 if (pool->base.transforms[i] == NULL) { in dce60_construct()
1232 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct()
1233 if (pool->base.transforms[i] == NULL) { in dce61_construct()
1429 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct()
1430 if (pool->base.transforms[i] == NULL) { in dce64_construct()
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst44 After some further mathematical transforms these stimuli are known as
89 constructed that transforms CIE XYZ colors to colors in the new
97 function that takes a linear color component value and transforms it to
106 The final piece that defines a colorspace is a function that transforms
/linux/drivers/comedi/drivers/
H A Djr3_pci.h725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c790 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct()
791 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct()
1166 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct()
1167 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
/linux/Documentation/crypto/
H A Dapi-intro.rst41 The API currently supports five main types of transforms: AEAD (Authenticated
91 transforms with a setkey method it too should only be called from
/linux/tools/scripts/
H A Dutilities.mak120 # processes the resulting escaped text, it transforms
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst16 and transforms them into unprivileged ones with some help from the hypervisor.
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.1187 adapts, is based on, is a derivative work of, transforms, translates or
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3032 xfm = dc->res_pool->transforms[i]; in dce110_init_hw()
3299 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( in dce110_power_down_fe()
3300 dc->res_pool->transforms[fe_idx]); in dce110_power_down_fe()