Symbol: matrix
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
213
stream->gamut_remap_matrix.matrix[i] = dc_fixpt_zero;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
218
val = ctm->matrix[i - (i/4)];
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
223
stream->gamut_remap_matrix.matrix[i].value = val;
sys/dev/drm/amd/display/dc/basics/conversion.c
104
matrix[i] = (uint16_t)reg_value;
sys/dev/drm/amd/display/dc/basics/conversion.c
84
uint16_t *matrix,
sys/dev/drm/amd/display/dc/basics/conversion.h
37
uint16_t *matrix,
sys/dev/drm/amd/display/dc/core/dc.c
396
stream->csc_color_matrix.matrix);
sys/dev/drm/amd/display/dc/dc_hw_types.h
433
uint16_t matrix[12];
sys/dev/drm/amd/display/dc/dc_types.h
652
struct fixed31_32 matrix[12];
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2177
pipe_ctx->stream->gamut_remap_matrix.matrix[i];
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2627
pipe_ctx->stream->csc_color_matrix.matrix[i];
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2638
pipe_ctx->stream->gamut_remap_matrix.matrix[i];
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2802
uint16_t *matrix)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
2814
tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i];
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
406
tbl_entry.regval[i] = input_csc_color_matrix.matrix[i];
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1704
pipe_ctx->stream->gamut_remap_matrix.matrix[i];
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1713
uint16_t *matrix)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1717
pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment(pipe_ctx->plane_res.dpp, matrix);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1727
uint16_t *matrix,
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1733
matrix);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2127
pipe_ctx->stream->csc_color_matrix.matrix,
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
93
uint16_t *matrix);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
98
uint16_t *matrix,
sys/dev/drm/i915/intel_color.c
161
input = ctm_mult_by_limited(temp, ctm->matrix);
sys/dev/drm/i915/intel_color.c
163
input = ctm->matrix;
sys/dev/drm/i915/intel_color.c
270
((1ULL << 63) - 1) & ctm->matrix[i];
sys/dev/drm/i915/intel_color.c
278
if (ctm->matrix[i] & (1ULL << 63))
sys/dev/drm/include/uapi/drm/drm_mode.h
620
__u64 matrix[9];
sys/dev/misc/evdev/evdev_mt.c
130
size += sizeof(mt->matrix[0]) * (slots + 6) * slots;
sys/dev/misc/evdev/evdev_mt.c
139
mt->matrix = (int *)(mt->match_slots + slots);
sys/dev/misc/evdev/evdev_mt.c
248
evdev_mt_matching(int *matrix, int m, int n, int *buffer)
sys/dev/misc/evdev/evdev_mt.c
265
for (i = 0, p = matrix + col; i < m; i++, p += n) {
sys/dev/misc/evdev/evdev_mt.c
283
for (i = 0, p = matrix; i < m; i++, p += n)
sys/dev/misc/evdev/evdev_mt.c
328
KKASSERT(mt->matrix != NULL);
sys/dev/misc/evdev/evdev_mt.c
334
p = mt->matrix;
sys/dev/misc/evdev/evdev_mt.c
355
evdev_mt_matching(mt->matrix, m, n, p);
sys/dev/misc/evdev/evdev_mt.c
94
int *matrix;
sys/dev/sound/pci/hda/hdaa.c
351
for (i = 0; i < sizeof(matrixes) / sizeof(struct matrix); i++) {
sys/dev/sound/pcm/channel.c
1262
c->matrix = *feeder_matrix_id_map(SND_CHN_MATRIX_1_0);
sys/dev/sound/pcm/channel.c
1263
c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL;
sys/dev/sound/pcm/channel.c
1453
return (&c->matrix);
sys/dev/sound/pcm/channel.c
1467
c->matrix = *m;
sys/dev/sound/pcm/channel.c
1468
c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL;
sys/dev/sound/pcm/channel.c
1487
return (feeder_matrix_oss_get_channel_order(&c->matrix, map));
sys/dev/sound/pcm/channel.c
1503
m = c->matrix;
sys/dev/sound/pcm/channel.h
165
struct pcmchan_matrix matrix;
sys/dev/sound/pcm/feeder_chain.c
192
cdesc->current.matrix->channels, cdesc->current.matrix->ext);
sys/dev/sound/pcm/feeder_chain.c
311
cdesc->target.matrix->channels, cdesc->target.matrix->ext);
sys/dev/sound/pcm/feeder_chain.c
321
ret = feeder_matrix_setup(f, cdesc->current.matrix,
sys/dev/sound/pcm/feeder_chain.c
322
cdesc->target.matrix);
sys/dev/sound/pcm/feeder_chain.c
332
cdesc->current.matrix = cdesc->target.matrix;
sys/dev/sound/pcm/feeder_chain.c
392
ret = feeder_volume_apply_matrix(f, cdesc->current.matrix);
sys/dev/sound/pcm/feeder_chain.c
41
struct pcmchan_matrix *matrix; /* matrix map */
sys/dev/sound/pcm/feeder_chain.c
530
#define FEEDER_BW(c, t) ((c)->t.matrix->channels * (c)->t.rate)
sys/dev/sound/pcm/feeder_chain.c
536
#define FEEDMATRIX_UP(c) ((c)->target.matrix->channels > \
sys/dev/sound/pcm/feeder_chain.c
537
(c)->current.matrix->channels)
sys/dev/sound/pcm/feeder_chain.c
538
#define FEEDMATRIX_DOWN(c) ((c)->target.matrix->channels < \
sys/dev/sound/pcm/feeder_chain.c
539
(c)->current.matrix->channels)
sys/dev/sound/pcm/feeder_chain.c
655
softmatrix = &c->matrix;
sys/dev/sound/pcm/feeder_chain.c
665
c->matrix = *softmatrix;
sys/dev/sound/pcm/feeder_chain.c
666
c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL;
sys/dev/sound/pcm/feeder_chain.c
679
cdesc.origin.matrix = softmatrix;
sys/dev/sound/pcm/feeder_chain.c
682
cdesc.target.matrix = hwmatrix;
sys/dev/sound/pcm/feeder_chain.c
686
cdesc.origin.matrix = hwmatrix;
sys/dev/sound/pcm/feeder_chain.c
689
cdesc.target.matrix = softmatrix;
sys/dev/sound/pcm/feeder_chain.c
718
if (feeder_matrix_compare(cdesc.origin.matrix,
sys/dev/sound/pcm/feeder_chain.c
719
cdesc.target.matrix) != 0)
sys/dev/sound/pcm/feeder_chain.c
788
FEEDER_BUILD(matrix);
sys/dev/sound/pcm/feeder_chain.c
794
FEEDER_BUILD(matrix);
sys/dev/sound/pcm/feeder_chain.c
816
FEEDER_BUILD(matrix);
sys/dev/sound/pcm/feeder_matrix.c
132
for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF; \
sys/dev/sound/pcm/feeder_matrix.c
134
if (info->matrix[i].chn[0] == SND_CHN_T_NULL) { \
sys/dev/sound/pcm/feeder_matrix.c
139
} else if (info->matrix[i].chn[1] == \
sys/dev/sound/pcm/feeder_matrix.c
142
src + info->matrix[i].chn[0]); \
sys/dev/sound/pcm/feeder_matrix.c
151
info->matrix[i].chn[j] != SND_CHN_T_EOF; \
sys/dev/sound/pcm/feeder_matrix.c
154
src + info->matrix[i].chn[j]); \
sys/dev/sound/pcm/feeder_matrix.c
158
accum = (accum * info->matrix[i].mul) >> \
sys/dev/sound/pcm/feeder_matrix.c
159
info->matrix[i].shift; \
sys/dev/sound/pcm/feeder_matrix.c
233
for (i = 0; i < (sizeof(info->matrix) / sizeof(info->matrix[0])); i++) {
sys/dev/sound/pcm/feeder_matrix.c
235
j < (sizeof(info->matrix[i].chn) /
sys/dev/sound/pcm/feeder_matrix.c
236
sizeof(info->matrix[i].chn[0])); j++) {
sys/dev/sound/pcm/feeder_matrix.c
237
info->matrix[i].chn[j] = SND_CHN_T_EOF;
sys/dev/sound/pcm/feeder_matrix.c
239
info->matrix[i].mul = 1;
sys/dev/sound/pcm/feeder_matrix.c
240
info->matrix[i].shift = 0;
sys/dev/sound/pcm/feeder_matrix.c
254
for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF;
sys/dev/sound/pcm/feeder_matrix.c
256
if (info->matrix[i].chn[0] == SND_CHN_T_NULL) {
sys/dev/sound/pcm/feeder_matrix.c
260
} else if (info->matrix[i].chn[1] ==
sys/dev/sound/pcm/feeder_matrix.c
262
v = info->rd(src + info->matrix[i].chn[0]);
sys/dev/sound/pcm/feeder_matrix.c
270
info->matrix[i].chn[j] != SND_CHN_T_EOF;
sys/dev/sound/pcm/feeder_matrix.c
272
v = info->rd(src + info->matrix[i].chn[j]);
sys/dev/sound/pcm/feeder_matrix.c
276
accum = (accum * info->matrix[i].mul) >>
sys/dev/sound/pcm/feeder_matrix.c
277
info->matrix[i].shift;
sys/dev/sound/pcm/feeder_matrix.c
336
info->matrix[ch].chn[0] = SND_CHN_T_NULL;
sys/dev/sound/pcm/feeder_matrix.c
346
info->matrix[ch].chn[j++] =
sys/dev/sound/pcm/feeder_matrix.c
349
info->matrix[ch].chn[j++] =
sys/dev/sound/pcm/feeder_matrix.c
370
info->matrix[ch].mul = mul;
sys/dev/sound/pcm/feeder_matrix.c
371
info->matrix[ch].shift = shift;
sys/dev/sound/pcm/feeder_matrix.c
378
for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF; i++) {
sys/dev/sound/pcm/feeder_matrix.c
380
for (j = 0; info->matrix[i].chn[j] != SND_CHN_T_EOF; j++) {
sys/dev/sound/pcm/feeder_matrix.c
384
(info->matrix[i].chn[j] == SND_CHN_T_NULL) ?
sys/dev/sound/pcm/feeder_matrix.c
385
0xffffffff : info->matrix[i].chn[j] / info->bps);
sys/dev/sound/pcm/feeder_matrix.c
388
info->matrix[i].mul, info->matrix[i].shift);
sys/dev/sound/pcm/feeder_matrix.c
475
if (info->matrix[0].chn[0] == SND_CHN_T_EOF)
sys/dev/sound/pcm/feeder_matrix.c
80
} matrix[SND_CHN_T_MAX + 1];
sys/dev/sound/pcm/feeder_volume.c
100
int matrix[SND_CHN_MAX];
sys/dev/sound/pcm/feeder_volume.c
240
int i, *vol, *matrix;
sys/dev/sound/pcm/feeder_volume.c
252
matrix = info->matrix;
sys/dev/sound/pcm/feeder_volume.c
260
if (vol[matrix[--i]] != SND_VOL_FLAT) {
sys/dev/sound/pcm/feeder_volume.c
282
info->apply(vol, matrix, info->channels, dst, j);
sys/dev/sound/pcm/feeder_volume.c
331
for (i = 0; i < (sizeof(info->matrix) / sizeof(info->matrix[0])); i++) {
sys/dev/sound/pcm/feeder_volume.c
333
info->matrix[i] = m->map[i].type;
sys/dev/sound/pcm/feeder_volume.c
335
info->matrix[i] = SND_CHN_T_FL;
sys/dev/sound/pcm/feeder_volume.c
53
feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \
sys/dev/sound/pcm/feeder_volume.c
67
v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \