Home
last modified time | relevance | path

Searched full:matrix (Results 1 – 25 of 155) sorted by relevance

1234567

/linux-3.3/drivers/media/video/
Dov7670.c149 * This matrix defines how the colors are generated, must be
302 /* Matrix coefficients */
357 { 0x4f, 0x80 }, /* "matrix coefficient 1" */
358 { 0x50, 0x80 }, /* "matrix coefficient 2" */
360 { 0x52, 0x22 }, /* "matrix coefficient 4" */
361 { 0x53, 0x5e }, /* "matrix coefficient 5" */
362 { 0x54, 0x80 }, /* "matrix coefficient 6" */
373 { 0x4f, 0xb3 }, /* "matrix coefficient 1" */
374 { 0x50, 0xb3 }, /* "matrix coefficient 2" */
376 { 0x52, 0x3d }, /* "matrix coefficient 4" */
[all …]
Dstk-sensor.c172 #define COM13_CMATRIX 0x10 /* Enable color matrix for RGB or YUV */
191 * This matrix defines how the colors are generated, must be
402 { 0x4f, 0x80 }, /* "matrix coefficient 1" */
403 { 0x50, 0x80 }, /* "matrix coefficient 2" */
405 { 0x52, 0x22 }, /* "matrix coefficient 4" */
406 { 0x53, 0x5e }, /* "matrix coefficient 5" */
407 { 0x54, 0x80 }, /* "matrix coefficient 6" */
415 { 0x4f, 0x80 }, /* "matrix coefficient 1" */
416 { 0x50, 0x80 }, /* "matrix coefficient 2" */
418 { 0x52, 0x22 }, /* "matrix coefficient 4" */
[all …]
/linux-3.3/drivers/video/
Dbfin_adv7393fb.h90 0xC3, 0x26, /* Program RGB->YCrCb Color Space conversion matrix */
91 0xC5, 0x12, /* Program RGB->YCrCb Color Space conversion matrix */
92 0xC2, 0x4A, /* Program RGB->YCrCb Color Space conversion matrix */
93 0xC6, 0x5E, /* Program RGB->YCrCb Color Space conversion matrix */
94 0xBD, 0x19, /* Program RGB->YCrCb Color Space conversion matrix */
95 0xBF, 0x42, /* Program RGB->YCrCb Color Space conversion matrix */
112 0xC3, 0x26, /* Program RGB->YCrCb Color Space conversion matrix */
113 0xC5, 0x12, /* Program RGB->YCrCb Color Space conversion matrix */
114 0xC2, 0x4A, /* Program RGB->YCrCb Color Space conversion matrix */
115 0xC6, 0x5E, /* Program RGB->YCrCb Color Space conversion matrix */
[all …]
/linux-3.3/drivers/media/dvb/dvb-core/
Ddvb_filter.c435 static void initialize_quant_matrix( u32 *matrix )
439 matrix[0] = 0x08101013;
440 matrix[1] = 0x10131616;
441 matrix[2] = 0x16161616;
442 matrix[3] = 0x1a181a1b;
443 matrix[4] = 0x1b1b1a1a;
444 matrix[5] = 0x1a1a1b1b;
445 matrix[6] = 0x1b1d1d1d;
446 matrix[7] = 0x2222221d;
447 matrix[8] = 0x1d1d1b1b;
[all …]
/linux-3.3/Documentation/auxdisplay/
Dcfag12864b-example.c160 * format a [128*64] matrix
165 static void cfag12864b_format(unsigned char * matrix) in cfag12864b_format() argument
174 if (matrix[i * CFAG12864B_WIDTH + in cfag12864b_format()
203 unsigned char matrix[CFAG12864B_WIDTH * CFAG12864B_HEIGHT]; in example() local
225 printf("Draw rows formatting a [128*64] matrix"); in example()
226 memset(matrix, 0, CFAG12864B_WIDTH * CFAG12864B_HEIGHT); in example()
229 matrix[j * CFAG12864B_WIDTH + i] = 1; in example()
230 cfag12864b_format(matrix); in example()
/linux-3.3/include/linux/input/
Dmatrix_keypad.h21 * struct matrix_keymap_data - keymap for matrix keyboards
27 * keymaps to drivers that implement matrix-like keypads/keyboards.
78 * matrix_keypad_build_keymap - convert platform keymap into matrix keymap
83 * matrix keyboad driver
87 * an array of keycodes that is suitable for using in a standard matrix
/linux-3.3/drivers/isdn/i4l/
Disdn_v110.c30 * The following data are precoded matrices, online and offline matrix
184 len is the number of matrix-lines. len must be a multiple of 10, i.e.
199 while (line < len) { /* Are we done with all lines of the matrix? */ in DecodeMatrix()
200 if ((line % 10) == 0) { /* the 0. line of the matrix is always 0 ! */ in DecodeMatrix()
207 line++; /* next line of matrix */ in DecodeMatrix()
219 introducer = (m[line] & mbit) ? 0 : 1; /* current bit of the matrix */ in DecodeMatrix()
229 if (m[line] & mbit) /* was that bit set in the matrix ? */ in DecodeMatrix()
240 goto next_byte; /* look for next bit in the matrix */ in DecodeMatrix()
322 matrix-lines generated.
335 switch (line % 10) { /* in which line of the matrix are we? */ in EncodeMatrix()
[all …]
/linux-3.3/drivers/input/keyboard/
DKconfig19 This option enables support for the keypad scan matrix
167 tristate "EP93xx Matrix Keypad support"
170 Say Y here to enable the matrix keypad on the Cirrus EP93XX.
241 tristate "GPIO driven matrix keypad support"
244 Enable support for GPIO driven matrix keypad.
395 tristate "NVIDIA Tegra internal matrix keyboard controller support"
398 Say Y here if you want to use a matrix keyboard connected directly
437 to support upto 18x8 matrix based keypad design.
574 tristate "W90P910 Matrix Keypad support"
577 Say Y here to enable the matrix keypad on evaluation board
Dpxa27x_keypad.c4 * Driver for the pxa27x matrix keyboard controller.
42 #define KPMK 0x0018 /* Keypad Matrix Key register */
53 #define KPC_MKRN(n) ((((n) - 1) & 0x7) << 26) /* matrix key row number */
54 #define KPC_MKCN(n) ((((n) - 1) & 0x7) << 23) /* matrix key column number */
59 #define KPC_MI (0x1 << 22) /* Matrix interrupt bit */
62 #define KPC_MS(n) (0x1 << (13 + (n))) /* Matrix scan line 'n' */
65 #define KPC_ME (0x1 << 12) /* Matrix Keypad Enable */
66 #define KPC_MIE (0x1 << 11) /* Matrix Interrupt Enable */
363 /* enable matrix keys with automatic scan */ in pxa27x_keypad_config()
Dimx_keypad.c60 * The matrix is stable only if no changes are detected after
75 * Matrix states:
83 /* Scan the matrix and return the new state in *matrix_volatile_state. */
146 * Compare the new matrix state (volatile) with the stable one stored in
213 * If the matrix state is changed from the previous scan in imx_keypad_check_for_events()
227 * If the matrix is not as stable as we want reschedule scan in imx_keypad_check_for_events()
237 * If the matrix state is stable, fire the events and save the new in imx_keypad_check_for_events()
238 * stable state. Note, if the matrix is kept stable for longer in imx_keypad_check_for_events()
307 /* The matrix is supposed to be changed */ in imx_keypad_irq_handler()
Dmatrix_keypad.c2 * GPIO driven matrix keyboard driver
336 "matrix-keypad", keypad); in init_matrix_gpio()
348 "matrix-keypad", keypad); in init_matrix_gpio()
492 .name = "matrix-keypad",
502 MODULE_DESCRIPTION("GPIO Driven Matrix Keypad Driver");
504 MODULE_ALIAS("platform:matrix-keypad");
Dep93xx_keypad.c2 * Driver for the Cirrus EP93xx matrix keypad controller.
6 * Based on the pxa27x matrix keypad controller by Rodolfo Giometti.
18 * Normal operation for the matrix does not autorepeat the key press.
397 MODULE_DESCRIPTION("EP93xx Matrix Keypad Controller");
Ddavinci_keyscan.c102 /* Define matrix type */ in davinci_ks_initialize()
111 dev_err(dev->parent, "wrong matrix type\n"); in davinci_ks_initialize()
115 /* Enable key scan module and set matrix type */ in davinci_ks_initialize()
/linux-3.3/drivers/media/video/omap3isp/
Disppreview.c39 { /* RGB-RGB Matrix */
49 { /* CSC Coef Matrix */
517 * Coefficient matrix always with default values.
572 * preview_config_rgb_blending - Configures the RGB-RGB Blending matrix.
573 * @rgb2rgb: Structure containing the rgb to rgb blending matrix and the rgb
583 val = (rgbrgb->matrix[0][0] & 0xfff) << ISPPRV_RGB_MAT1_MTX_RR_SHIFT; in preview_config_rgb_blending()
584 val |= (rgbrgb->matrix[0][1] & 0xfff) << ISPPRV_RGB_MAT1_MTX_GR_SHIFT; in preview_config_rgb_blending()
587 val = (rgbrgb->matrix[0][2] & 0xfff) << ISPPRV_RGB_MAT2_MTX_BR_SHIFT; in preview_config_rgb_blending()
588 val |= (rgbrgb->matrix[1][0] & 0xfff) << ISPPRV_RGB_MAT2_MTX_RG_SHIFT; in preview_config_rgb_blending()
591 val = (rgbrgb->matrix[1][1] & 0xfff) << ISPPRV_RGB_MAT3_MTX_GG_SHIFT; in preview_config_rgb_blending()
[all …]
/linux-3.3/arch/arm/plat-pxa/include/plat/
Dpxa27x_keypad.h26 * 4. matrix key and direct key will use the same debounce_interval by
38 /* code map for the matrix keys */
/linux-3.3/arch/arm/mach-pxa/include/mach/
Dpxafb.h23 * STN - for passive matrix
24 * DSTN - for dual scan passive matrix
25 * TFT - for active matrix
/linux-3.3/Documentation/blockdev/drbd/
DDRBD-data-packets.svg47 transform="matrix(0.9895258,-0.1443562,0.1443562,0.9895258,0,0)"
66 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,0,0)"
141 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,0,0)"
184 transform="matrix(0.9895258,-0.1443562,0.1443562,0.9895258,0,0)"
203 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,0,0)"
302 transform="matrix(0.9895258,-0.1443562,0.1443562,0.9895258,0,0)"
321 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,0,0)"
DDRBD-8.3-data-packets.svg45 transform="matrix(0.9895258,-0.1443562,0.1443562,0.9895258,-1244.4792,1416.5139)"
65 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,1620.9382,-1639.4947)"
141 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,2434.7562,-1674.649)"
201 transform="matrix(0.9895258,-0.1443562,0.1443562,0.9895258,-2539.5806,1529.3491)"
221 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,3461.4027,-1449.3012)"
297 transform="matrix(0.9895258,-0.1443562,0.1443562,0.9895258,-3543.8452,1630.5143)"
317 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,4918.2801,-1381.2128)"
385 transform="matrix(0.9788674,0.2044961,-0.2044961,0.9788674,5704.1907,-1328.312)"
/linux-3.3/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h478 #define PIXC_RYCON 0xffc04440 /* Color space conversion matrix register. C…
479 #define PIXC_GUCON 0xffc04444 /* Color space conversion matrix register. C…
480 #define PIXC_BVCON 0xffc04448 /* Color space conversion matrix register. C…
481 … PIXC_CCBIAS 0xffc0444c /* Bias values for the color space conversion matrix */
573 #define A11 0x3ff /* A11 in the Coefficient Matrix */
574 #define A12 0xffc00 /* A12 in the Coefficient Matrix */
575 #define A13 0x3ff00000 /* A13 in the Coefficient Matrix */
580 #define A21 0x3ff /* A21 in the Coefficient Matrix */
581 #define A22 0xffc00 /* A22 in the Coefficient Matrix */
582 #define A23 0x3ff00000 /* A23 in the Coefficient Matrix */
[all …]
DdefBF547.h458 #define PIXC_RYCON 0xffc04440 /* Color space conversion matrix register. C…
459 #define PIXC_GUCON 0xffc04444 /* Color space conversion matrix register. C…
460 #define PIXC_BVCON 0xffc04448 /* Color space conversion matrix register. C…
461 … PIXC_CCBIAS 0xffc0444c /* Bias values for the color space conversion matrix */
553 #define A11 0x3ff /* A11 in the Coefficient Matrix */
554 #define A12 0xffc00 /* A12 in the Coefficient Matrix */
555 #define A13 0x3ff00000 /* A13 in the Coefficient Matrix */
560 #define A21 0x3ff /* A21 in the Coefficient Matrix */
561 #define A22 0xffc00 /* A22 in the Coefficient Matrix */
562 #define A23 0x3ff00000 /* A23 in the Coefficient Matrix */
[all …]
/linux-3.3/Documentation/video4linux/
DCARDLIST.bttv8 7 -> MATRIX-Vision MV-Delta
46 45 -> MATRIX-Vision MV-Delta 2
126 125 -> MATRIX Vision Sigma-SQ
127 126 -> MATRIX Vision Sigma-SLC
/linux-3.3/drivers/video/omap2/dss/
DKconfig115 2xPCK (if active matrix) or 3xPCK (if passive matrix).
/linux-3.3/sound/pci/lola/
Dlola_mixer.c139 /* mixer matrix sources are physical input data and play streams */ in lola_init_mixer_widget()
143 /* mixer matrix destinations are record streams and physical output */ in lola_init_mixer_widget()
147 /* mixer matrix may have unused areas between PhysIn and in lola_init_mixer_widget()
468 /* clear all mixer matrix settings */ in init_mixer_values()
470 /* inform firmware about all updated matrix columns - capture part */ in init_mixer_values()
475 /* inform firmware about all updated matrix columns - output part */ in init_mixer_values()
490 /* set gain value 0dB diagonally in matrix - part INPUT -> CAPTURE */ in init_mixer_values()
495 /* set gain value 0dB diagonally in matrix , part PLAYBACK -> OUTPUT in init_mixer_values()
750 * destination gain (matrix-like) mixer
864 /* FIXME: buggy mixer matrix handling */ in lola_create_mixer()
/linux-3.3/drivers/usb/serial/
Dftdi_sio_ids.h354 (http://www.act-solutions.com/HomePro-Product-Matrix.html) */
399 * The following are the values for the Matrix Orbital LCD displays,
402 #define FTDI_MTXORB_0_PID 0xFA00 /* Matrix Orbital Product Id */
403 #define FTDI_MTXORB_1_PID 0xFA01 /* Matrix Orbital Product Id */
404 #define FTDI_MTXORB_2_PID 0xFA02 /* Matrix Orbital Product Id */
405 #define FTDI_MTXORB_3_PID 0xFA03 /* Matrix Orbital Product Id */
406 #define FTDI_MTXORB_4_PID 0xFA04 /* Matrix Orbital Product Id */
407 #define FTDI_MTXORB_5_PID 0xFA05 /* Matrix Orbital Product Id */
408 #define FTDI_MTXORB_6_PID 0xFA06 /* Matrix Orbital Product Id */
783 * The following are the values for the Matrix Orbital FTDI Range
/linux-3.3/include/sound/
Dhdspm.h23 /* Maximum channels is 64 even on 56Mode you have 64playbacks to matrix */
190 /* ------------- get Matrix Mixer IOCTL --------------- */

1234567