| /linux-6.15/include/trace/events/ |
| H A D | irq_matrix.h | 14 TP_PROTO(struct irq_matrix *matrix), 16 TP_ARGS(matrix), 41 TP_ARGS(bit, matrix), 70 TP_ARGS(bit, cpu, matrix, cmap), 110 TP_ARGS(matrix) 117 TP_ARGS(matrix) 124 TP_ARGS(matrix) 131 TP_ARGS(matrix) 138 TP_ARGS(bit, matrix) 146 TP_ARGS(bit, cpu, matrix, cmap) [all …]
|
| /linux-6.15/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ |
| H A D | ia_css_csc.host.c | 33 to->m00 = (int16_t)from->matrix[0]; in ia_css_encode_cc() 34 to->m01 = (int16_t)from->matrix[1]; in ia_css_encode_cc() 35 to->m02 = (int16_t)from->matrix[2]; in ia_css_encode_cc() 36 to->m10 = (int16_t)from->matrix[3]; in ia_css_encode_cc() 37 to->m11 = (int16_t)from->matrix[4]; in ia_css_encode_cc() 38 to->m12 = (int16_t)from->matrix[5]; in ia_css_encode_cc() 113 config->matrix[0], in ia_css_cc_config_debug_dtrace() 114 config->matrix[1], config->matrix[2], in ia_css_cc_config_debug_dtrace() 115 config->matrix[3], config->matrix[4], in ia_css_cc_config_debug_dtrace() 116 config->matrix[5], config->matrix[6], in ia_css_cc_config_debug_dtrace() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | atmel,at91sam9260-matrix.yaml | 22 - atmel,at91sam9260-matrix 23 - atmel,at91sam9261-matrix 24 - atmel,at91sam9263-matrix 25 - atmel,at91sam9rl-matrix 26 - atmel,at91sam9g45-matrix 27 - atmel,at91sam9n12-matrix 28 - atmel,at91sam9x5-matrix 29 - atmel,sama5d3-matrix 33 - microchip,sam9x60-matrix 34 - microchip,sam9x7-matrix [all …]
|
| H A D | tc3589x.txt | 50 - keypad,num-rows : number of rows in the matrix, see 51 bindings/input/matrix-keymap.txt 52 - keypad,num-columns : number of columns in the matrix, see 53 bindings/input/matrix-keymap.txt 55 bindings/input/matrix-keymap.txt
|
| /linux-6.15/drivers/media/platform/amphion/ |
| H A D | vpu_color.c | 89 u32 vpu_color_cvrt_matrix_v2i(u32 matrix) in vpu_color_cvrt_matrix_v2i() argument 94 u32 vpu_color_cvrt_matrix_i2v(u32 matrix) in vpu_color_cvrt_matrix_i2v() argument 96 return matrix < ARRAY_SIZE(colormatrixcoefs) ? colormatrixcoefs[matrix] : 0; in vpu_color_cvrt_matrix_i2v() 122 int vpu_color_check_matrix(u32 matrix) in vpu_color_check_matrix() argument 146 u32 matrix; in vpu_color_get_default() local 152 matrix = V4L2_YCBCR_ENC_709; in vpu_color_get_default() 158 matrix = V4L2_YCBCR_ENC_601; in vpu_color_get_default() 162 matrix = V4L2_YCBCR_ENC_SMPTE240M; in vpu_color_get_default() 166 matrix = V4L2_YCBCR_ENC_BT2020; in vpu_color_get_default() 170 matrix = V4L2_YCBCR_ENC_DEFAULT; in vpu_color_get_default() [all …]
|
| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 646 struct ap_matrix *matrix) in vfio_ap_matrix_init() argument 980 matrix_mdev->matrix.aqm)) in vfio_ap_mdev_validate_masks() 984 matrix_mdev->matrix.apm, in vfio_ap_mdev_validate_masks() 985 matrix_mdev->matrix.aqm); in vfio_ap_mdev_validate_masks() 1483 if (id > matrix_mdev->matrix.adm_max) { in assign_control_domain_store() 1620 static DEVICE_ATTR_RO(matrix); 1677 if (bit > matrix_mdev->matrix.apm_max) in ap_matrix_overflow_check() 1682 if (bit > matrix_mdev->matrix.aqm_max) in ap_matrix_overflow_check() 2613 matrix_mdev->matrix.apm, in vfio_ap_mdev_cfg_remove() 2616 matrix_mdev->matrix.aqm, in vfio_ap_mdev_cfg_remove() [all …]
|
| /linux-6.15/drivers/of/ |
| H A D | of_numa.c | 77 const __be32 *matrix; in of_numa_parse_distance_map_v1() local 83 matrix = of_get_property(map, "distance-matrix", NULL); in of_numa_parse_distance_map_v1() 84 if (!matrix) { in of_numa_parse_distance_map_v1() 98 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 99 matrix++; in of_numa_parse_distance_map_v1() 100 nodeb = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 101 matrix++; in of_numa_parse_distance_map_v1() 102 distance = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 103 matrix++; in of_numa_parse_distance_map_v1()
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | gpio-matrix-keypad.yaml | 5 $id: http://devicetree.org/schemas/input/gpio-matrix-keypad.yaml# 8 title: GPIO matrix keypad 14 GPIO driven matrix keypad is used to interface a SoC with a matrix keypad. 15 The matrix keypad supports multiple row and column lines, a key can be 16 placed at each intersection of a unique row and a unique column. The matrix 21 - $ref: /schemas/input/matrix-keymap.yaml# 25 const: gpio-matrix-keypad 83 matrix-keypad { 84 compatible = "gpio-matrix-keypad";
|
| H A D | nvidia,tegra20-kbc.txt | 2 The key controller has maximum 24 pins to make matrix keypad. Any pin 15 devicetree/bindings/input/matrix-keymap.txt. 24 matrix-keyboard bindings: 27 matrix-keyboard-controller spec but to be used when the KEY_FN modifier
|
| H A D | tca8418_keypad.txt | 1 This binding is based on the matrix-keymap binding with the following 10 - linux,keymap: Keys definitions, see keypad-matrix.
|
| H A D | google,cros-ec-keyb.yaml | 15 Google's ChromeOS EC Keyboard is a simple matrix keyboard 31 Enable a ghost filter for the matrix keyboard. This is recommended 40 An ordered u32 array describing the rows/columns (in the scan matrix) 60 $ref: /schemas/input/matrix-keymap.yaml# 136 /* No matrix keyboard, just buttons/switches */
|
| H A D | cirrus,ep9307-keypad.yaml | 13 - $ref: /schemas/input/matrix-keymap.yaml# 16 The KPP is designed to interface with a keypad matrix with 2-point contact 18 of scanning a keypad matrix. The KPP is capable of detecting, debouncing,
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-mpu6050 | 7 This is mounting matrix for motion sensors. Mounting matrix 8 is a 3x3 unitary matrix. A typical mounting matrix would look like 11 positions relative to the board that holds these sensors. Identity matrix
|
| /linux-6.15/samples/auxdisplay/ |
| H A D | cfag12864b-example.c | 151 static void cfag12864b_format(unsigned char * matrix) in cfag12864b_format() argument 160 if (matrix[i * CFAG12864B_WIDTH + in cfag12864b_format() 189 unsigned char matrix[CFAG12864B_WIDTH * CFAG12864B_HEIGHT]; in example() local 212 memset(matrix, 0, CFAG12864B_WIDTH * CFAG12864B_HEIGHT); in example() 215 matrix[j * CFAG12864B_WIDTH + i] = 1; in example() 216 cfag12864b_format(matrix); in example()
|
| /linux-6.15/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 10 Mounting matrix 12 The mounting matrix is a device tree property used to orient any device 16 The purpose of the mounting matrix is to translate the sensor frame of 17 reference into the device frame of reference using a translation matrix as 154 To achieve this, use the device tree property "mount-matrix" for the sensor. 156 This supplies a 3x3 rotation matrix in the strict linear algebraic sense, 165 The mounting matrix has the layout: 178 producing the transformation matrix. 185 mount-matrix = "1", "0", "0", 192 mount-matrix = "1", "0", "0", [all …]
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_tables.h | 17 .matrix = {141, 18, 68, -40, -5, -19, 35, 4, 16}, 23 .matrix = {255, 29, 120, 0, 374, 342, 0, 672, -301}, 29 .matrix = {255, 29, 120, 0, 0, 0, 0, 0, 0},
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov7670.c | 1279 int matrix[CMATRIX_LEN]) in ov7670_store_cmatrix() 1294 if (matrix[i] < 0) { in ov7670_store_cmatrix() 1296 if (matrix[i] < -255) in ov7670_store_cmatrix() 1301 if (matrix[i] > 255) in ov7670_store_cmatrix() 1381 matrix[0] = (matrix[3]*sinth + matrix[0]*costh)/1000; in ov7670_calc_cmatrix() 1382 matrix[1] = (matrix[4]*sinth + matrix[1]*costh)/1000; in ov7670_calc_cmatrix() 1383 matrix[2] = (matrix[5]*sinth + matrix[2]*costh)/1000; in ov7670_calc_cmatrix() 1384 matrix[3] = (matrix[3]*costh - matrix[0]*sinth)/1000; in ov7670_calc_cmatrix() 1385 matrix[4] = (matrix[4]*costh - matrix[1]*sinth)/1000; in ov7670_calc_cmatrix() 1386 matrix[5] = (matrix[5]*costh - matrix[2]*sinth)/1000; in ov7670_calc_cmatrix() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/basics/ |
| H A D | conversion.c | 80 uint16_t *matrix, in convert_float_matrix() argument 100 matrix[i] = (uint16_t)reg_value; in convert_float_matrix() 130 void convert_hw_matrix(struct fixed31_32 *matrix, in convert_hw_matrix() argument 135 matrix[i] = int_frac_to_fixed_point(reg[i], 2, 13); in convert_hw_matrix()
|
| H A D | conversion.h | 37 uint16_t *matrix, 44 void convert_hw_matrix(struct fixed31_32 *matrix,
|
| /linux-6.15/Documentation/devicetree/bindings/iio/accel/ |
| H A D | kionix,kxcjk1013.yaml | 31 mount-matrix: 32 description: an optional 3x3 mounting rotation matrix. 49 mount-matrix = "0", "1", "0",
|
| H A D | kionix,kxsd9.yaml | 29 mount-matrix: 30 description: an optional 3x3 mounting rotation matrix. 54 mount-matrix = "-0.984807753012208", "0", "-0.173648177666930",
|
| /linux-6.15/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_mpeg2.c | 59 const u8 *matrix; in cedrus_mpeg2_setup() local 72 matrix = quantisation->intra_quantiser_matrix; in cedrus_mpeg2_setup() 74 reg = VE_DEC_MPEG_IQMINPUT_WEIGHT(i, matrix[i]); in cedrus_mpeg2_setup() 81 matrix = quantisation->non_intra_quantiser_matrix; in cedrus_mpeg2_setup() 83 reg = VE_DEC_MPEG_IQMINPUT_WEIGHT(i, matrix[i]); in cedrus_mpeg2_setup()
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-detect.rst | 39 ``V4L2_CID_DETECT_MD_THRESHOLD_GRID`` matrix control. 46 ``V4L2_CID_DETECT_MD_REGION_GRID`` matrix control. 54 ``V4L2_CID_DETECT_MD_THRESHOLD_GRID (__u16 matrix)`` 60 ``V4L2_CID_DETECT_MD_REGION_GRID (__u8 matrix)``
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | numa.txt | 44 - distance-matrix 45 This property defines a matrix to describe the relative distances 55 3. distance-matrix should have entries in lexicographical ascending 60 distance-matrix is used. 83 and dt presentation for this distance matrix is, 87 distance-matrix = <0 0 10>, 131 distance-matrix = <0 0 10>, 316 distance-matrix = <0 0 10>,
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | vfio-ap.rst | 190 1. AP matrix device 310 matrix device. 364 matrix: 444 matrix mdev device and deconfigures the guest's AP matrix. 808 --------------- matrix 817 --------------- matrix 826 --------------- matrix 853 cat matrix 949 /sys/devices/vfio_ap/matrix/ 1008 The features list can be found here: /sys/bus/matrix/devices/matrix/features [all …]
|