| /kernel/linux/linux-4.19/include/trace/events/ |
| 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 …]
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | atmel-matrix.txt | 1 * Device tree bindings for Atmel Bus Matrix 3 The Bus Matrix registers are used to configure Atmel SoCs internal bus 8 "atmel,at91sam9260-matrix", "syscon" 9 "atmel,at91sam9261-matrix", "syscon" 10 "atmel,at91sam9263-matrix", "syscon" 11 "atmel,at91sam9rl-matrix", "syscon" 12 "atmel,at91sam9g45-matrix", "syscon" 13 "atmel,at91sam9n12-matrix", "syscon" 14 "atmel,at91sam9x5-matrix", "syscon" 15 "atmel,sama5d3-matrix", "syscon" [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/ |
| D | atmel-matrix.txt | 1 * Device tree bindings for Atmel Bus Matrix 3 The Bus Matrix registers are used to configure Atmel SoCs internal bus 8 "atmel,at91sam9260-matrix", "syscon" 9 "atmel,at91sam9261-matrix", "syscon" 10 "atmel,at91sam9263-matrix", "syscon" 11 "atmel,at91sam9rl-matrix", "syscon" 12 "atmel,at91sam9g45-matrix", "syscon" 13 "atmel,at91sam9n12-matrix", "syscon" 14 "atmel,at91sam9x5-matrix", "syscon" 15 "atmel,sama5d3-matrix", "syscon" [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/crypto/ |
| D | vfio_ap_private.h | 3 * Private data and functions for adjunct processor VFIO matrix driver. 28 * ap_matrix_dev - the AP matrix device structure 29 * @device: generic device structure associated with the AP matrix device 30 * @available_instances: number of mediated matrix devices that can be created 32 * mdev_list: the list of mediated matrix devices created 33 * lock: mutex for locking the AP matrix device. This lock will be 51 * The AP matrix is comprised of three bit masks identifying the adapters, 52 * queues (domains) and control domains that belong to an AP matrix. The bits i 54 * 0 to 255. When a bit is set, the corresponding ID belongs to the matrix. 57 * @apm identifies the AP adapters in the matrix [all …]
|
| D | vfio_ap_ops.c | 3 * Adjunct processor matrix VFIO device driver callbacks. 39 * @matrix_mdev: the associated mediated matrix 44 * Verify that the APID and the APQI are set in the matrix. 54 if (!test_bit_inv(AP_QID_CARD(apqn), matrix_mdev->matrix.apm)) in vfio_ap_get_queue() 56 if (!test_bit_inv(AP_QID_QUEUE(apqn), matrix_mdev->matrix.aqm)) in vfio_ap_get_queue() 318 struct ap_matrix *matrix) in vfio_ap_matrix_init() argument 320 matrix->apm_max = info->apxa ? info->Na : 63; in vfio_ap_matrix_init() 321 matrix->aqm_max = info->apxa ? info->Nd : 15; in vfio_ap_matrix_init() 322 matrix->adm_max = info->apxa ? info->Nd : 15; in vfio_ap_matrix_init() 339 vfio_ap_matrix_init(&matrix_dev->info, &matrix_mdev->matrix); in vfio_ap_mdev_create() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ |
| D | ia_css_csc.host.c | 42 to->m00 = (int16_t)from->matrix[0]; in ia_css_encode_cc() 43 to->m01 = (int16_t)from->matrix[1]; in ia_css_encode_cc() 44 to->m02 = (int16_t)from->matrix[2]; in ia_css_encode_cc() 45 to->m10 = (int16_t)from->matrix[3]; in ia_css_encode_cc() 46 to->m11 = (int16_t)from->matrix[4]; in ia_css_encode_cc() 47 to->m12 = (int16_t)from->matrix[5]; in ia_css_encode_cc() 48 to->m20 = (int16_t)from->matrix[6]; in ia_css_encode_cc() 49 to->m21 = (int16_t)from->matrix[7]; in ia_css_encode_cc() 50 to->m22 = (int16_t)from->matrix[8]; in ia_css_encode_cc() 122 config->matrix[0], in ia_css_cc_config_debug_dtrace() [all …]
|
| D | ia_css_csc_types.h | 32 * 2. Color Correction Matrix (YCgCo to RGB) for ISP2. 33 * ISP block: CCM2 (Color Correction Matrix) 72 u32 fraction_bits;/** Fractional bits of matrix. 74 s32 matrix[3 * 3]; /** Conversion matrix. member
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | vs6624_regs.h | 180 /* color matrix dampers */ 181 #define VS6624_CM_DISABLE 0x1F00 /* disable color matrix damper */ 206 /* pipe 0 RGB to YUV matrix manual control */ 207 #define VS6624_RYM0_MAN_CTRL 0x2180 /* enable manual RGB to YUV matrix */ 208 #define VS6624_RYM0_W00_MSB 0x2183 /* row 0 column 0 of YUV matrix MSB */ 209 #define VS6624_RYM0_W00_LSB 0x2184 /* row 0 column 0 of YUV matrix LSB */ 210 #define VS6624_RYM0_W01_MSB 0x2187 /* row 0 column 1 of YUV matrix MSB */ 211 #define VS6624_RYM0_W01_LSB 0x2188 /* row 0 column 1 of YUV matrix LSB */ 212 #define VS6624_RYM0_W02_MSB 0x218C /* row 0 column 2 of YUV matrix MSB */ 213 #define VS6624_RYM0_W02_LSB 0x218D /* row 0 column 2 of YUV matrix LSB */ [all …]
|
| /kernel/linux/linux-4.19/drivers/media/i2c/ |
| D | vs6624_regs.h | 188 /* color matrix dampers */ 189 #define VS6624_CM_DISABLE 0x1F00 /* disable color matrix damper */ 214 /* pipe 0 RGB to YUV matrix manual control */ 215 #define VS6624_RYM0_MAN_CTRL 0x2180 /* enable manual RGB to YUV matrix */ 216 #define VS6624_RYM0_W00_MSB 0x2183 /* row 0 column 0 of YUV matrix MSB */ 217 #define VS6624_RYM0_W00_LSB 0x2184 /* row 0 column 0 of YUV matrix LSB */ 218 #define VS6624_RYM0_W01_MSB 0x2187 /* row 0 column 1 of YUV matrix MSB */ 219 #define VS6624_RYM0_W01_LSB 0x2188 /* row 0 column 1 of YUV matrix LSB */ 220 #define VS6624_RYM0_W02_MSB 0x218C /* row 0 column 2 of YUV matrix MSB */ 221 #define VS6624_RYM0_W02_LSB 0x218D /* row 0 column 2 of YUV matrix LSB */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/s390/ |
| D | vfio-ap.rst | 153 be received (DQAP instruction). The validity of an APQN is defined by the matrix 193 1. AP matrix device 195 3. VFIO AP mediated matrix pass-through device 203 2. Sets up the VFIO mediated device interfaces to manage a mediated matrix 205 domains, and control domains comprising the matrix for a KVM guest. 208 SIE state description to grant the guest access to a matrix of AP devices 224 | +----------------> Device core +----------> matrix device | 242 | admin | | VFIO device core |---------> matrix | 254 2. The vfio-ap driver during its initialization will register a single 'matrix' 256 all mediated matrix devices used to configure an AP matrix for a guest. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/ |
| D | gpio-matrix-keypad.txt | 1 * GPIO driven matrix keypad device tree bindings 3 GPIO driven matrix keypad is used to interface a SoC with a matrix keypad. 4 The matrix keypad supports multiple row and column lines, a key can be 5 placed at each intersection of a unique row and a unique column. The matrix 10 - compatible: Should be "gpio-matrix-keypad" 18 bindings/input/matrix-keymap.txt 31 matrix-keypad { 32 compatible = "gpio-matrix-keypad";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | gpio-matrix-keypad.txt | 1 * GPIO driven matrix keypad device tree bindings 3 GPIO driven matrix keypad is used to interface a SoC with a matrix keypad. 4 The matrix keypad supports multiple row and column lines, a key can be 5 placed at each intersection of a unique row and a unique column. The matrix 10 - compatible: Should be "gpio-matrix-keypad" 18 bindings/input/matrix-keymap.txt 31 matrix-keypad { 32 compatible = "gpio-matrix-keypad";
|
| /kernel/linux/linux-4.19/drivers/of/ |
| D | of_numa.c | 90 const __be32 *matrix; in of_numa_parse_distance_map_v1() local 96 matrix = of_get_property(map, "distance-matrix", NULL); in of_numa_parse_distance_map_v1() 97 if (!matrix) { in of_numa_parse_distance_map_v1() 98 pr_err("No distance-matrix property in distance-map\n"); in of_numa_parse_distance_map_v1() 102 entry_count = of_property_count_u32_elems(map, "distance-matrix"); in of_numa_parse_distance_map_v1() 104 pr_err("Invalid distance-matrix\n"); in of_numa_parse_distance_map_v1() 111 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 112 matrix++; in of_numa_parse_distance_map_v1() 113 nodeb = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 114 matrix++; in of_numa_parse_distance_map_v1() [all …]
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | of_numa.c | 79 const __be32 *matrix; in of_numa_parse_distance_map_v1() local 85 matrix = of_get_property(map, "distance-matrix", NULL); in of_numa_parse_distance_map_v1() 86 if (!matrix) { in of_numa_parse_distance_map_v1() 87 pr_err("No distance-matrix property in distance-map\n"); in of_numa_parse_distance_map_v1() 91 entry_count = of_property_count_u32_elems(map, "distance-matrix"); in of_numa_parse_distance_map_v1() 93 pr_err("Invalid distance-matrix\n"); in of_numa_parse_distance_map_v1() 100 nodea = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 101 matrix++; in of_numa_parse_distance_map_v1() 102 nodeb = of_read_number(matrix, 1); in of_numa_parse_distance_map_v1() 103 matrix++; in of_numa_parse_distance_map_v1() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/ |
| 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 …]
|
| /kernel/linux/linux-4.19/kernel/irq/ |
| D | matrix.c | 44 * @matrix_bits: Number of matrix bits must be <= IRQ_MATRIX_BITS 75 * irq_matrix_online - Bring the local CPU matrix online 76 * @m: Matrix pointer 96 * irq_matrix_offline - Bring the local CPU matrix offline 97 * @m: Matrix pointer 171 * irq_matrix_assign_system - Assign system wide entry in the matrix 172 * @m: Matrix pointer 203 * @m: Matrix pointer 241 * @m: Matrix pointer 282 * @m: Matrix pointer [all …]
|
| /kernel/linux/linux-5.10/kernel/irq/ |
| D | matrix.c | 44 * @matrix_bits: Number of matrix bits must be <= IRQ_MATRIX_BITS 75 * irq_matrix_online - Bring the local CPU matrix online 76 * @m: Matrix pointer 96 * irq_matrix_offline - Bring the local CPU matrix offline 97 * @m: Matrix pointer 171 * irq_matrix_assign_system - Assign system wide entry in the matrix 172 * @m: Matrix pointer 203 * @m: Matrix pointer 241 * @m: Matrix pointer 282 * @m: Matrix pointer [all …]
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| 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)`` 57 detection mode. Matrix element (0, 0) represents the cell at the 60 ``V4L2_CID_DETECT_MD_REGION_GRID (__u8 matrix)`` 63 detection mode. Matrix element (0, 0) represents the cell at the
|
| /kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
| D | stk-sensor.c | 162 #define COM13_CMATRIX 0x10 /* Enable color matrix for RGB or YUV */ 181 * This matrix defines how the colors are generated, must be 392 { 0x4f, 0x80 }, /* "matrix coefficient 1" */ 393 { 0x50, 0x80 }, /* "matrix coefficient 2" */ 395 { 0x52, 0x22 }, /* "matrix coefficient 4" */ 396 { 0x53, 0x5e }, /* "matrix coefficient 5" */ 397 { 0x54, 0x80 }, /* "matrix coefficient 6" */ 405 { 0x4f, 0x80 }, /* "matrix coefficient 1" */ 406 { 0x50, 0x80 }, /* "matrix coefficient 2" */ 408 { 0x52, 0x22 }, /* "matrix coefficient 4" */ [all …]
|
| /kernel/linux/linux-4.19/drivers/media/usb/stkwebcam/ |
| D | stk-sensor.c | 170 #define COM13_CMATRIX 0x10 /* Enable color matrix for RGB or YUV */ 189 * This matrix defines how the colors are generated, must be 400 { 0x4f, 0x80 }, /* "matrix coefficient 1" */ 401 { 0x50, 0x80 }, /* "matrix coefficient 2" */ 403 { 0x52, 0x22 }, /* "matrix coefficient 4" */ 404 { 0x53, 0x5e }, /* "matrix coefficient 5" */ 405 { 0x54, 0x80 }, /* "matrix coefficient 6" */ 413 { 0x4f, 0x80 }, /* "matrix coefficient 1" */ 414 { 0x50, 0x80 }, /* "matrix coefficient 2" */ 416 { 0x52, 0x22 }, /* "matrix coefficient 4" */ [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/vc4/ |
| D | vc4_kms.c | 112 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[0]), in vc4_ctm_commit() 114 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[3]), in vc4_ctm_commit() 116 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[6]), in vc4_ctm_commit() 119 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[1]), in vc4_ctm_commit() 121 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[4]), in vc4_ctm_commit() 123 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[7]), in vc4_ctm_commit() 126 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[2]), in vc4_ctm_commit() 128 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[5]), in vc4_ctm_commit() 130 VC4_SET_FIELD(vc4_ctm_s31_32_to_s0_9(ctm->matrix[8]), in vc4_ctm_commit() 356 /* CTM is being enabled or the matrix changed. */ in vc4_ctm_atomic_check() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_mpeg2.c | 86 const u8 *matrix; in cedrus_mpeg2_setup() local 101 /* Set intra quantization matrix. */ in cedrus_mpeg2_setup() 104 matrix = quantization->intra_quantiser_matrix; in cedrus_mpeg2_setup() 106 matrix = intra_quantization_matrix_default; in cedrus_mpeg2_setup() 109 reg = VE_DEC_MPEG_IQMINPUT_WEIGHT(i, matrix[i]); in cedrus_mpeg2_setup() 115 /* Set non-intra quantization matrix. */ in cedrus_mpeg2_setup() 118 matrix = quantization->non_intra_quantiser_matrix; in cedrus_mpeg2_setup() 120 matrix = non_intra_quantization_matrix_default; in cedrus_mpeg2_setup() 123 reg = VE_DEC_MPEG_IQMINPUT_WEIGHT(i, matrix[i]); in cedrus_mpeg2_setup()
|