| /linux/include/trace/events/ |
| H A D | irq_matrix.h | 14 TP_PROTO(struct irq_matrix *matrix), 16 TP_ARGS(matrix), 26 __entry->online_maps = matrix->online_maps; 27 __entry->global_available = matrix->global_available; 28 __entry->global_reserved = matrix->global_reserved; 29 __entry->total_allocated = matrix->total_allocated; 39 TP_PROTO(int bit, struct irq_matrix *matrix), 41 TP_ARGS(bit, matrix), 53 __entry->online_maps = matrix->online_maps; 54 __entry->global_available = matrix->global_available; [all …]
|
| /linux/drivers/of/ |
| H A D | of_numa.c | 80 const __be32 *matrix; in of_numa_parse_distance_map_v1() local 86 matrix = of_get_property(map, "distance-matrix", NULL); in of_numa_parse_distance_map_v1() 87 if (!matrix) { in of_numa_parse_distance_map_v1() 88 pr_err("No distance-matrix property in distance-map\n"); in of_numa_parse_distance_map_v1() 92 entry_count = of_property_count_u32_elems(map, "distance-matrix"); in of_numa_parse_distance_map_v1() 94 pr_err("Invalid distance-matrix\n"); in of_numa_parse_distance_map_v1() 101 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 102 matrix++; in of_numa_parse_distance_map_v1() 103 nodeb = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 104 matrix++; in of_numa_parse_distance_map_v1() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 5 * should we have HOWTO engineer a correct matrix for a new device (without comparing to a different… 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 43 to this world. When using the mounting matrix, the sensor and device orientation 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, 159 multiplied by this matrix to give the proper vectors values in three-dimensional 165 The mounting matrix has the layout: [all …]
|
| /linux/kernel/irq/ |
| H A D | matrix.c | 42 * @matrix_bits: Number of matrix bits must be <= IRQ_MATRIX_BITS 81 * irq_matrix_online - Bring the local CPU matrix online 82 * @m: Matrix pointer 102 * irq_matrix_offline - Bring the local CPU matrix offline 103 * @m: Matrix pointer 177 * irq_matrix_assign_system - Assign system wide entry in the matrix 178 * @m: Matrix pointer 209 * @m: Matrix pointer 247 * @m: Matrix pointer 288 * @m: Matrix pointer [all …]
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_composer.c | 132 const struct drm_color_ctm_3x4 *matrix) in apply_3x4_matrix() argument 141 rf = drm_fixp_mul(drm_sm2fixp(matrix->matrix[0]), r) + in apply_3x4_matrix() 142 drm_fixp_mul(drm_sm2fixp(matrix->matrix[1]), g) + in apply_3x4_matrix() 143 drm_fixp_mul(drm_sm2fixp(matrix->matrix[2]), b) + in apply_3x4_matrix() 144 drm_sm2fixp(matrix->matrix[3]); in apply_3x4_matrix() 146 gf = drm_fixp_mul(drm_sm2fixp(matrix->matrix[4]), r) + in apply_3x4_matrix() 147 drm_fixp_mul(drm_sm2fixp(matrix->matrix[5]), g) + in apply_3x4_matrix() 148 drm_fixp_mul(drm_sm2fixp(matrix->matrix[6]), b) + in apply_3x4_matrix() 149 drm_sm2fixp(matrix->matrix[7]); in apply_3x4_matrix() 151 bf = drm_fixp_mul(drm_sm2fixp(matrix->matrix[8]), r) + in apply_3x4_matrix() [all …]
|
| H A D | vkms_drv.h | 127 * struct conversion_matrix - Matrix to use for a specific encoding and range 129 * @matrix: Conversion matrix from yuv to rgb. The matrix is stored in a row-major manner and is 131 * [[r],[g],[b]] = @matrix * [[y],[u],[v]] 133 * [[r],[g],[b]] = @matrix * [[y],[v],[u]] 134 * The values of the matrix are signed fixed-point values with 32 bits fractional part. 138 s64 matrix[3][3]; member 148 * @conversion_matrix: matrix used for yuv formats to convert to rgb
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ap.rst | 150 be received (DQAP instruction). The validity of an APQN is defined by the matrix 190 1. AP matrix device 202 domains, and control domains comprising the matrix for a KVM guest. 205 by a KVM guest's SIE state description to grant the guest access to a matrix 222 | +----------------> Device core +----------> matrix device | 240 | admin | | VFIO device core |---------> matrix | 252 2. The vfio-ap driver during its initialization will register a single 'matrix' 254 all vfio_ap mediated devices used to configure an AP matrix for a guest. 255 3. The /sys/devices/vfio_ap/matrix device is created by the device core 302 | | device | | | vfio_ap.ko |<-> matrix [all …]
|
| /linux/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() 122 * convert_hw_matrix - converts HW values into fixed31_32 matrix. 123 * @matrix: fixed point 31.32 matrix 128 * 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()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-detect.rst | 40 ``V4L2_CID_DETECT_MD_THRESHOLD_GRID`` matrix control. 47 ``V4L2_CID_DETECT_MD_REGION_GRID`` matrix control. 55 ``V4L2_CID_DETECT_MD_THRESHOLD_GRID (__u16 matrix)`` 58 detection mode. Matrix element (0, 0) represents the cell at the 61 ``V4L2_CID_DETECT_MD_REGION_GRID (__u8 matrix)`` 64 detection mode. Matrix element (0, 0) represents the cell at the
|
| /linux/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/drivers/input/ |
| H A D | matrix-keymap.c | 3 * Helpers for matrix keyboard bindings 45 * matrix_keypad_parse_properties() - Read properties of matrix keypad 48 * @rows: Returns number of matrix rows 49 * @cols: Returns number of matrix columns 117 * matrix_keypad_build_keymap - convert platform keymap into matrix keymap 124 * matrix keyboard driver 128 * an array of keycodes that is suitable for using in a standard matrix 195 MODULE_DESCRIPTION("Helpers for matrix keyboard bindings");
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | apm,xgene-phy.yaml | 38 $ref: /schemas/types.yaml#/definitions/uint32-matrix 55 $ref: /schemas/types.yaml#/definitions/uint32-matrix 70 $ref: /schemas/types.yaml#/definitions/uint32-matrix 84 $ref: /schemas/types.yaml#/definitions/uint32-matrix 100 $ref: /schemas/types.yaml#/definitions/uint32-matrix 115 $ref: /schemas/types.yaml#/definitions/uint32-matrix 130 $ref: /schemas/types.yaml#/definitions/uint32-matrix
|
| /linux/drivers/media/i2c/ |
| H A D | ov7670.c | 142 * This matrix defines how the colors are generated, must be 356 /* Matrix coefficients */ 411 { 0x4f, 0x80 }, /* "matrix coefficient 1" */ 412 { 0x50, 0x80 }, /* "matrix coefficient 2" */ 414 { 0x52, 0x22 }, /* "matrix coefficient 4" */ 415 { 0x53, 0x5e }, /* "matrix coefficient 5" */ 416 { 0x54, 0x80 }, /* "matrix coefficient 6" */ 427 { 0x4f, 0xb3 }, /* "matrix coefficient 1" */ 428 { 0x50, 0xb3 }, /* "matrix coefficient 2" */ 430 { 0x52, 0x3d }, /* "matrix coefficient 4" */ [all …]
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | TreeRCU-dyntick.svg | 48 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" 104 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 118 transform="matrix(-0.4,0,0,-0.4,-4,0)" 147 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 161 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 175 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 188 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 202 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 216 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 230 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" [all …]
|
| H A D | TreeRCU-hotplug.svg | 48 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" 104 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 118 transform="matrix(-0.4,0,0,-0.4,-4,0)" 147 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 161 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 175 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 188 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 202 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 216 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 230 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" [all …]
|
| /linux/samples/auxdisplay/ |
| H A D | cfag12864b-example.c | 146 * format a [128*64] matrix 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 211 printf("Draw rows formatting a [128*64] matrix"); in example() 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/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_mpeg2.c | 59 const u8 *matrix; in cedrus_mpeg2_setup() local 71 /* Set intra quantisation matrix. */ in cedrus_mpeg2_setup() 72 matrix = quantisation->intra_quantiser_matrix; in cedrus_mpeg2_setup() 74 reg = VE_DEC_MPEG_IQMINPUT_WEIGHT(i, matrix[i]); in cedrus_mpeg2_setup() 80 /* Set non-intra quantisation matrix. */ 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/include/uapi/linux/media/amlogic/ |
| H A D | c3-isp-config.h | 167 * @C3_ISP_PARAMS_BLOCK_CCM: Color correction matrix parameters 385 * This struct allows the configuration of the matrix for 386 * color correction. The matrix consists of 3 x 3 points, 387 * so need to set matrix[3][3]. 393 * @matrix: a 3 x 3 matrix used for color correction, 394 * the value of matrix[x][y] is orig_value x 256. [-4096..4095] 399 __s16 matrix[3][3]; member 406 * This struct allows the configuration of the matrix for color space 407 * conversion. The matrix consists of 3 x 3 points, so need to set matrix[3][3]. 413 * @matrix: a 3x3 matrix used for the color space conversion, [all …]
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | mpo-cursor.svg | 33 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" 48 transform="matrix(-0.4,0,0,-0.4,-4,0)" 94 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 109 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 124 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 139 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 154 transform="matrix(-0.2,0,0,-0.2,-1.2,0)" /> 198 transform="matrix(0.33108827,0,0,0.33108827,-46.847588,7.8396545)"> 220 transform="matrix(0.33108827,0,0,0.33108827,-49.701591,6.5552955)"> 242 transform="matrix(0.33108827,0,0,0.33108827,-46.847588,7.8396518)"> [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| 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/Documentation/devicetree/bindings/input/ |
| 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
|
| /linux/Documentation/arch/arm64/ |
| H A D | sme.rst | 2 Scalable Matrix Extension support for AArch64 Linux 6 order to support use of the ARM Scalable Matrix Extension (SME). 79 controls the size of the streaming mode SVE vectors and the ZA matrix array. 80 The ZA matrix is square with each side having as many bytes as a streaming 88 ZA matrix and ZTn (if present) are preserved. 119 * The ZA matrix may or may not be included in the record, depending on 124 * If matrix data is present, the remainder of the record has a vl-dependent 128 * The matrix is stored as a series of horizontal vectors in the same format as 154 * If za_context is present in the signal frame and contains matrix data then 429 * A new ZA matrix register. This is a square matrix of SVLxSVL bits. Most [all …]
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | BigTreePreemptRCUBHdyntickCB.svg | 49 transform="matrix(-0.4,0,0,-0.4,-4,0)" 64 transform="matrix(-0.8,0,0,-0.8,-10,0)" 78 transform="matrix(-0.4,0,0,-0.4,-4,0)" 118 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> 125 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> 132 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> 139 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> 146 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> 153 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> 177 transform="matrix(1,0,0,0.95854605,12.340758,1579.9033)" /> [all …]
|
| /linux/Documentation/devicetree/bindings/perf/ |
| H A D | riscv,pmu.yaml | 38 $ref: /schemas/types.yaml#/definitions/uint32-matrix 43 The mapping is encoded in an matrix format where each element represents 55 $ref: /schemas/types.yaml#/definitions/uint32-matrix 59 of events. The information is encoded in an matrix format where each 69 $ref: /schemas/types.yaml#/definitions/uint32-matrix 75 encoded in a matrix format where each element represents the specific raw
|
| /linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
| H A D | ExpSchedFlow.svg | 48 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 62 transform="matrix(-0.4,0,0,-0.4,-4,0)" 77 transform="matrix(-0.4,0,0,-0.4,-4,0)" /> 91 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 105 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 119 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 133 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 147 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 161 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 175 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> [all …]
|