| /kernel/linux/linux-5.10/lib/crypto/ |
| D | blake2s-generic.c | 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 29 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 30 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | blake2s-generic.c | 20 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 21 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 22 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 23 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 24 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 25 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 26 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 27 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 28 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 29 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | subdev-formats.rst | 198 For instance, a format where pixels are encoded as 5-bits red, 5-bits 199 green and 5-bit blue values padded on the high bit, transferred as 2 259 - 5 616 - g\ :sub:`5` 661 - g\ :sub:`5` 768 - g\ :sub:`5` 805 - g\ :sub:`5` 912 - g\ :sub:`5` 934 - r\ :sub:`5` 940 - g\ :sub:`5` [all …]
|
| D | pixfmt-packed-hsv.rst | 14 The *saturation* (s) and the *value* (v) are measured in percentage of the 47 - 5 56 - 5 65 - 5 74 - 5 96 - h\ :sub:`5` 105 - s\ :sub:`5` 112 - v\ :sub:`7` 113 - v\ :sub:`6` 114 - v\ :sub:`5` [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | subdev-formats.rst | 194 For instance, a format where pixels are encoded as 5-bits red, 5-bits 195 green and 5-bit blue values padded on the high bit, transferred as 2 255 - 5 612 - g\ :sub:`5` 657 - g\ :sub:`5` 764 - g\ :sub:`5` 801 - g\ :sub:`5` 908 - g\ :sub:`5` 930 - r\ :sub:`5` 936 - g\ :sub:`5` [all …]
|
| D | pixfmt-packed-hsv.rst | 14 The *saturation* (s) and the *value* (v) are measured in percentage of the 47 - 5 56 - 5 65 - 5 74 - 5 96 - h\ :sub:`5` 105 - s\ :sub:`5` 112 - v\ :sub:`7` 113 - v\ :sub:`6` 114 - v\ :sub:`5` [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
| D | rockchip_vpu2_hw_h264_dec.c | 28 #define VDPU_REG_DEC_E(v) ((v) ? BIT(0) : 0) argument 30 #define VDPU_REG_DEC_ADV_PRE_DIS(v) ((v) ? BIT(11) : 0) argument 31 #define VDPU_REG_DEC_SCMD_DIS(v) ((v) ? BIT(10) : 0) argument 32 #define VDPU_REG_FILTERING_DIS(v) ((v) ? BIT(8) : 0) argument 33 #define VDPU_REG_PIC_FIXED_QUANT(v) ((v) ? BIT(7) : 0) argument 34 #define VDPU_REG_DEC_LATENCY(v) (((v) << 1) & GENMASK(6, 1)) argument 36 #define VDPU_REG_INIT_QP(v) (((v) << 25) & GENMASK(30, 25)) argument 37 #define VDPU_REG_STREAM_LEN(v) (((v) << 0) & GENMASK(23, 0)) argument 39 #define VDPU_REG_APF_THRESHOLD(v) (((v) << 17) & GENMASK(30, 17)) argument 40 #define VDPU_REG_STARTMB_X(v) (((v) << 8) & GENMASK(16, 8)) argument [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | blake2b_generic.c | 26 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 27 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 28 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 29 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 30 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 31 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 32 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 33 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 34 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 35 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | dme1737.rst | 66 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and 70 Fan[3-6] and pwm[3,5-6] are optional features and their availability depends on 75 fan[4-6] and pwm[5-6] don't exist. 94 in0: +5VTR (+5V standby) 0V - 6.64V 95 in1: Vccp (processor core) 0V - 3V 96 in2: VCC (internal +3.3V) 0V - 4.38V 97 in3: +5V 0V - 6.64V 98 in4: +12V 0V - 16V 99 in5: VTR (+3.3V standby) 0V - 4.38V 100 in6: Vbat (+3.0V) 0V - 4.38V [all …]
|
| D | ltc4245.rst | 52 in1_input 12v input voltage (mV) 53 in2_input 5v input voltage (mV) 54 in3_input 3v input voltage (mV) 55 in4_input Vee (-12v) input voltage (mV) 57 in1_min_alarm 12v input undervoltage alarm 58 in2_min_alarm 5v input undervoltage alarm 59 in3_min_alarm 3v input undervoltage alarm 60 in4_min_alarm Vee (-12v) input undervoltage alarm 62 curr1_input 12v current (mA) 63 curr2_input 5v current (mA) [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | dme1737.rst | 66 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and 70 Fan[3-6] and pwm[3,5-6] are optional features and their availability depends on 75 fan[4-6] and pwm[5-6] don't exist. 94 in0: +5VTR (+5V standby) 0V - 6.64V 95 in1: Vccp (processor core) 0V - 3V 96 in2: VCC (internal +3.3V) 0V - 4.38V 97 in3: +5V 0V - 6.64V 98 in4: +12V 0V - 16V 99 in5: VTR (+3.3V standby) 0V - 4.38V 100 in6: Vbat (+3.0V) 0V - 4.38V [all …]
|
| D | ltc4245.rst | 52 in1_input 12v input voltage (mV) 53 in2_input 5v input voltage (mV) 54 in3_input 3v input voltage (mV) 55 in4_input Vee (-12v) input voltage (mV) 57 in1_min_alarm 12v input undervoltage alarm 58 in2_min_alarm 5v input undervoltage alarm 59 in3_min_alarm 3v input undervoltage alarm 60 in4_min_alarm Vee (-12v) input undervoltage alarm 62 curr1_input 12v current (mA) 63 curr2_input 5v current (mA) [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | blake2b_generic.c | 54 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 55 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 56 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 57 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 58 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 59 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 60 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 61 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 62 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 63 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | blake2b-neon-core.S | 53 .byte 3, 4, 5, 6, 7, 0, 1, 2 55 .byte 2, 3, 4, 5, 6, 7, 0, 1 63 // Execute one round of BLAKE2b by updating the state matrix v[0..15] in the 73 // (v[0], v[4], v[8], v[12]), (v[1], v[5], v[9], v[13]), 74 // (v[2], v[6], v[10], v[14]), and (v[3], v[7], v[11], v[15]). 145 // (v[0], v[5], v[10], v[15]), (v[1], v[6], v[11], v[12]), 146 // (v[2], v[7], v[8], v[13]), and (v[3], v[4], v[9], v[14]). 245 .align 5 274 // 'v'. Fortunately, there are exactly enough NEON registers to fit the 285 veor q6, q6, q14 // v[12..13] = IV[4..5] ^ t[0..1] [all …]
|
| D | blake2s-core.S | 113 // Execute one round of BLAKE2s by updating the state matrix v[0..15]. v[0..9] 115 // spilling v[8..9], then to v[9..15], then to the message block. r10-r12 and 132 // (v[0], v[4], v[8], v[12]) and (v[1], v[5], v[9], v[13]). 133 __ldrd r10, r11, sp, 16 // load v[12] and v[13] 140 // (v[2], v[6], v[10], v[14]) and (v[3], v[7], v[11], v[15]). 141 __ldrd r8, r9, sp, 8 // load v[10] and v[11] 142 __ldrd r10, r11, sp, 24 // load v[14] and v[15] 145 str r10, [sp, #24] // store v[14] 146 // v[10], v[11], and v[15] are used below, so no need to store them yet. 152 // (v[0], v[5], v[10], v[15]) and (v[1], v[6], v[11], v[12]). [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
| D | drm_fourcc.h | 32 #define DRM_FORMAT_XRGB1555 fourcc_code('X', 'R', '1', '5') 33 #define DRM_FORMAT_XBGR1555 fourcc_code('X', 'B', '1', '5') 34 #define DRM_FORMAT_RGBX5551 fourcc_code('R', 'X', '1', '5') 35 #define DRM_FORMAT_BGRX5551 fourcc_code('B', 'X', '1', '5') 36 #define DRM_FORMAT_ARGB1555 fourcc_code('A', 'R', '1', '5') 37 #define DRM_FORMAT_ABGR1555 fourcc_code('A', 'B', '1', '5') 38 #define DRM_FORMAT_RGBA5551 fourcc_code('R', 'A', '1', '5') 39 #define DRM_FORMAT_BGRA5551 fourcc_code('B', 'A', '1', '5') 60 #define DRM_FORMAT_YUYV fourcc_code('Y', 'U', 'Y', 'V') 61 #define DRM_FORMAT_YVYU fourcc_code('Y', 'V', 'Y', 'U') [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
| D | regs-scaler.h | 60 * 5 b0 b4 b8 bc 190 194 198 19c 74 * 5 118 11c 1f8 1fc 168 #define SCALER_INT_EN_ILLEGAL_SRC_Y_SPAN (1 << 5) 196 #define SCALER_INT_STATUS_ILLEGAL_SRC_Y_SPAN (1 << 5) 205 #define SCALER_SRC_CFG_GET_BYTE_SWAP(r) SCALER_GET(r, 6, 5) 206 #define SCALER_SRC_CFG_SET_BYTE_SWAP(v) SCALER_SET(v, 6, 5) argument 208 #define SCALER_SRC_CFG_SET_COLOR_FORMAT(v) SCALER_SET(v, 4, 0) argument 213 #define SCALER_ARGB1555 5 232 #define SCALER_SRC_SPAN_SET_C_SPAN(v) SCALER_SET(v, 29, 16) argument 234 #define SCALER_SRC_SPAN_SET_Y_SPAN(v) SCALER_SET(v, 13, 0) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
| D | regs-scaler.h | 60 * 5 b0 b4 b8 bc 190 194 198 19c 74 * 5 118 11c 1f8 1fc 168 #define SCALER_INT_EN_ILLEGAL_SRC_Y_SPAN (1 << 5) 196 #define SCALER_INT_STATUS_ILLEGAL_SRC_Y_SPAN (1 << 5) 205 #define SCALER_SRC_CFG_GET_BYTE_SWAP(r) SCALER_GET(r, 6, 5) 206 #define SCALER_SRC_CFG_SET_BYTE_SWAP(v) SCALER_SET(v, 6, 5) argument 208 #define SCALER_SRC_CFG_SET_COLOR_FORMAT(v) SCALER_SET(v, 4, 0) argument 213 #define SCALER_ARGB1555 5 232 #define SCALER_SRC_SPAN_SET_C_SPAN(v) SCALER_SET(v, 29, 16) argument 234 #define SCALER_SRC_SPAN_SET_Y_SPAN(v) SCALER_SET(v, 13, 0) argument [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
| D | drm_fourcc.h | 45 #define DRM_FORMAT_XRGB1555 fourcc_code('X', 'R', '1', '5') 46 #define DRM_FORMAT_XBGR1555 fourcc_code('X', 'B', '1', '5') 47 #define DRM_FORMAT_RGBX5551 fourcc_code('R', 'X', '1', '5') 48 #define DRM_FORMAT_BGRX5551 fourcc_code('B', 'X', '1', '5') 49 #define DRM_FORMAT_ARGB1555 fourcc_code('A', 'R', '1', '5') 50 #define DRM_FORMAT_ABGR1555 fourcc_code('A', 'B', '1', '5') 51 #define DRM_FORMAT_RGBA5551 fourcc_code('R', 'A', '1', '5') 52 #define DRM_FORMAT_BGRA5551 fourcc_code('B', 'A', '1', '5') 77 #define DRM_FORMAT_YUYV fourcc_code('Y', 'U', 'Y', 'V') 78 #define DRM_FORMAT_YVYU fourcc_code('Y', 'V', 'Y', 'U') [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
| D | drm_fourcc.h | 45 #define DRM_FORMAT_XRGB1555 fourcc_code('X', 'R', '1', '5') 46 #define DRM_FORMAT_XBGR1555 fourcc_code('X', 'B', '1', '5') 47 #define DRM_FORMAT_RGBX5551 fourcc_code('R', 'X', '1', '5') 48 #define DRM_FORMAT_BGRX5551 fourcc_code('B', 'X', '1', '5') 49 #define DRM_FORMAT_ARGB1555 fourcc_code('A', 'R', '1', '5') 50 #define DRM_FORMAT_ABGR1555 fourcc_code('A', 'B', '1', '5') 51 #define DRM_FORMAT_RGBA5551 fourcc_code('R', 'A', '1', '5') 52 #define DRM_FORMAT_BGRA5551 fourcc_code('B', 'A', '1', '5') 77 #define DRM_FORMAT_YUYV fourcc_code('Y', 'U', 'Y', 'V') 78 #define DRM_FORMAT_YVYU fourcc_code('Y', 'V', 'Y', 'U') [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | router_multicast.sh | 5 # | H1 (v$h1) | 24 # | H2 (v$h2) | | | H3 (v$h3) | | 44 ip route add 198.51.100.16/28 vrf v$h1 nexthop via 198.51.100.1 45 ip route add 198.51.100.32/28 vrf v$h1 nexthop via 198.51.100.1 47 ip route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::1 48 ip route add 2001:db8:3::/64 vrf v$h1 nexthop via 2001:db8:1::1 57 ip route del 2001:db8:3::/64 vrf v$h1 58 ip route del 2001:db8:2::/64 vrf v$h1 60 ip route del 198.51.100.32/28 vrf v$h1 61 ip route del 198.51.100.16/28 vrf v$h1 [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | videodev2.h | 37 V4L2_FIELD_SEQ_TB = 5, 54 V4L2_BUF_TYPE_VBI_OUTPUT = 5, 74 V4L2_TUNER_RF = 5, 89 V4L2_COLORSPACE_470_SYSTEM_M = 5, 105 V4L2_XFER_FUNC_NONE = 5, 116 V4L2_YCBCR_ENC_SYCC = 5, 222 #define V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') 223 #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') 224 #define V4L2_PIX_FMT_RGBA555 v4l2_fourcc('R', 'A', '1', '5') 225 #define V4L2_PIX_FMT_RGBX555 v4l2_fourcc('R', 'X', '1', '5') [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | videodev2.h | 37 V4L2_FIELD_SEQ_TB = 5, 54 V4L2_BUF_TYPE_VBI_OUTPUT = 5, 74 V4L2_TUNER_RF = 5, 89 V4L2_COLORSPACE_470_SYSTEM_M = 5, 105 V4L2_XFER_FUNC_NONE = 5, 116 V4L2_YCBCR_ENC_SYCC = 5, 222 #define V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') 223 #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') 224 #define V4L2_PIX_FMT_RGBA555 v4l2_fourcc('R', 'A', '1', '5') 225 #define V4L2_PIX_FMT_RGBX555 v4l2_fourcc('R', 'X', '1', '5') [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/ |
| D | sun6i_csi_reg.h | 18 #define SUN6I_CSI_EN_PTN_CYCLE(v) (((v) << 16) & GENMASK(23, 16)) argument 29 #define SUN6I_CSI_IF_CFG_FIELD_DT_PCLK_SHIFT(v) (((v) << 24) & GENMASK(27, 24)) argument 54 #define SUN6I_CSI_IF_CFG_IF_CSI_BT1120 (5 << 0) 57 #define SUN6I_CSI_CAP_MASK(v) (((v) << 2) & GENMASK(5, 2)) argument 70 #define SUN6I_CSI_CH_CFG_PAD_VAL(v) (((v) << 24) & GENMASK(31, 24)) argument 71 #define SUN6I_CSI_CH_CFG_INPUT_FMT(v) (((v) << 20) & GENMASK(23, 20)) argument 72 #define SUN6I_CSI_CH_CFG_OUTPUT_FMT(v) (((v) << 16) & GENMASK(19, 16)) argument 78 #define SUN6I_CSI_CH_CFG_INPUT_YUV_SEQ(v) (((v) << 8) & GENMASK(9, 8)) argument 91 #define SUN6I_CSI_OUTPUT_FMT_FRAME_RGB888 5 106 #define SUN6I_CSI_OUTPUT_FMT_FRAME_YUV420SP 5 [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
| D | rseq-mips-bits.h | 14 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpeqv_storev)(intptr_t *v, intptr_t expect, intptr_t newv, int c… in RSEQ_TEMPLATE_IDENTIFIER() 29 LONG_L " $4, %[v]\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 34 LONG_L " $4, %[v]\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 38 LONG_S " %[newv], %[v]\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 40 RSEQ_INJECT_ASM(5) in RSEQ_TEMPLATE_IDENTIFIER() 41 "b 5f\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 43 "5:\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 48 [v] "m" (*v), in RSEQ_TEMPLATE_IDENTIFIER() 74 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER() 90 LONG_L " $4, %[v]\n\t" in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|