/linux/drivers/gpu/drm/bridge/analogix/ |
A D | Kconfig | 11 ANX6345 transforms the LVTTL RGB output of an 21 designed for portable devices. The ANX78XX transforms
|
/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
A D | dce60_resource.c | 804 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct() 805 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct() 1057 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct() 1058 if (pool->base.transforms[i] == NULL) { in dce60_construct() 1254 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct() 1255 if (pool->base.transforms[i] == NULL) { in dce61_construct() 1447 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct() 1448 if (pool->base.transforms[i] == NULL) { in dce64_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dce80/ |
A D | dce80_resource.c | 809 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct() 810 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct() 1068 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct() 1069 if (pool->base.transforms[i] == NULL) { in dce80_construct() 1267 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct() 1268 if (pool->base.transforms[i] == NULL) { in dce81_construct() 1462 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct() 1463 if (pool->base.transforms[i] == NULL) { in dce83_construct()
|
/linux/Documentation/devicetree/bindings/iio/light/ |
A D | amstaos,tsl2591.yaml | 14 light-to-digital converter that transforms light intensity into a digital
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | colorspaces.rst | 43 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
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_resource.c | 820 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct() 821 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct() 1138 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay() 1270 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create() 1465 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct() 1466 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
|
A D | dce110_hw_sequencer.c | 2651 xfm = dc->res_pool->transforms[i]; 2913 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( 2914 dc->res_pool->transforms[fe_idx]);
|
/linux/drivers/gpu/drm/amd/display/dc/dce100/ |
A D | dce100_resource.c | 761 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct() 762 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct() 1104 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct() 1105 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
A D | dce120_resource.c | 604 if (pool->base.transforms[i] != NULL) in dce120_resource_destruct() 605 dce120_transform_destroy(&pool->base.transforms[i]); in dce120_resource_destruct() 1195 pool->base.transforms[j] = dce120_transform_create(ctx, i); in dce120_resource_construct() 1196 if (pool->base.transforms[i] == NULL) { in dce120_resource_construct()
|
/linux/drivers/comedi/drivers/ |
A D | jr3_pci.h | 725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
|
A D | jr3_pci.c | 141 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms() 144 set_s16(&sensor->transforms[num].link[i].link_amount, in set_transforms()
|
/linux/drivers/gpu/drm/amd/display/dc/dce112/ |
A D | dce112_resource.c | 782 if (pool->base.transforms[i] != NULL) in dce112_resource_destruct() 783 dce112_transform_destroy(&pool->base.transforms[i]); in dce112_resource_destruct() 1349 pool->base.transforms[i] = dce112_transform_create(ctx, i); in dce112_resource_construct() 1350 if (pool->base.transforms[i] == NULL) { in dce112_resource_construct()
|
/linux/Documentation/crypto/ |
A D | api-intro.rst | 41 The API currently supports five main types of transforms: AEAD (Authenticated 91 transforms with a setkey method it too should only be called from
|
A D | async-tx-api.rst | 32 bulk memory transfers/transforms with support for inter-transactional
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 214 struct transform *transforms[MAX_PIPES]; member
|
/linux/tools/scripts/ |
A D | utilities.mak | 120 # processes the resulting escaped text, it transforms
|
/linux/Documentation/devicetree/bindings/arm/ |
A D | l2c2x0.yaml | 162 be specified to indicate that such transforms are precluded.
|
/linux/drivers/bus/ |
A D | Kconfig | 140 Driver to enable ocp2scp module which transforms ocp interface
|
/linux/Documentation/virt/kvm/ |
A D | ppc-pv.rst | 16 and transforms them into unprivileged ones with some help from the hypervisor.
|
/linux/Documentation/admin-guide/media/ |
A D | ipu3.rst | 516 Color Correction Color Correction algo transforms sensor specific color 523 CSC Color space conversion transforms each pixel from the
|
/linux/crypto/ |
A D | Kconfig | 716 transforms to be used if they are available. 1588 instruction set for block cipher. Through two affine transforms, 1610 instruction set for block cipher. Through two affine transforms,
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_resource.c | 1758 pipe_ctx->plane_res.xfm = pool->transforms[i]; in acquire_first_free_pipe() 2046 pipe_ctx->plane_res.xfm = pool->transforms[tg_inst]; in acquire_resource_from_hw_enabled_state()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_resource.c | 1900 next_odm_pipe->plane_res.xfm = pool->transforms[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm() 1985 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
|
/linux/drivers/gpu/drm/amd/display/dc/calcs/ |
A D | dcn_calcs.c | 540 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_resource.c | 1772 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
|