/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | pixfmt-srggb10-ipu3.rst | 42 B\ :sub:`0000high`\ (bits 1--0) 45 G\ :sub:`0001high`\ (bits 3--0) 48 B\ :sub:`0002high`\ (bits 5--0) 50 - G\ :sub:`0003high` 54 B\ :sub:`0004high`\ (bits 1--0) 57 G\ :sub:`0005high`\ (bits 3--0) 61 B\ :sub:`0006high`\ (bits 5--0) 62 - G\ :sub:`0007high` 66 B\ :sub:`0008high`\ (bits 1--0) 70 G\ :sub:`0009high`\ (bits 3--0) [all …]
|
D | pixfmt-z16.rst | 33 - Z\ :sub:`00high` 35 - Z\ :sub:`01high` 37 - Z\ :sub:`02high` 39 - Z\ :sub:`03high` 42 - Z\ :sub:`10high` 44 - Z\ :sub:`11high` 46 - Z\ :sub:`12high` 48 - Z\ :sub:`13high` 51 - Z\ :sub:`20high` 53 - Z\ :sub:`21high` [all …]
|
D | pixfmt-tch-tu16.rst | 33 - R'\ :sub:`00high` 35 - R'\ :sub:`01high` 37 - R'\ :sub:`02high` 39 - R'\ :sub:`03high` 42 - R'\ :sub:`10high` 44 - R'\ :sub:`11high` 46 - R'\ :sub:`12high` 48 - R'\ :sub:`13high` 51 - R'\ :sub:`20high` 53 - R'\ :sub:`21high` [all …]
|
D | pixfmt-tch-td16.rst | 34 - D'\ :sub:`00high` 36 - D'\ :sub:`01high` 38 - D'\ :sub:`02high` 40 - D'\ :sub:`03high` 43 - D'\ :sub:`10high` 45 - D'\ :sub:`11high` 47 - D'\ :sub:`12high` 49 - D'\ :sub:`13high` 52 - D'\ :sub:`20high` 54 - D'\ :sub:`21high` [all …]
|
D | pixfmt-srggb10.rst | 24 high bits filled with zeros. Each n-pixel row contains n/2 green samples and 31 Each cell is one byte, the 6 most significant bits in the high bytes 43 - B\ :sub:`00high` 45 - G\ :sub:`01high` 47 - B\ :sub:`02high` 49 - G\ :sub:`03high` 52 - G\ :sub:`10high` 54 - R\ :sub:`11high` 56 - G\ :sub:`12high` 58 - R\ :sub:`13high` [all …]
|
D | pixfmt-srggb12.rst | 25 high bits filled with zeros. Each n-pixel row contains n/2 green samples 32 Each cell is one byte, the 4 most significant bits in the high bytes are 44 - B\ :sub:`00high` 46 - G\ :sub:`01high` 48 - B\ :sub:`02high` 50 - G\ :sub:`03high` 53 - G\ :sub:`10high` 55 - R\ :sub:`11high` 57 - G\ :sub:`12high` 59 - R\ :sub:`13high` [all …]
|
D | pixfmt-srggb14.rst | 23 colour. Each sample is stored in a 16-bit word, with two unused high 31 Each cell is one byte, the two most significant bits in the high bytes are 44 - B\ :sub:`00high` 46 - G\ :sub:`01high` 48 - B\ :sub:`02high` 50 - G\ :sub:`03high` 53 - G\ :sub:`10high` 55 - R\ :sub:`11high` 57 - G\ :sub:`12high` 59 - R\ :sub:`13high` [all …]
|
D | pixfmt-srggb16.rst | 38 - B\ :sub:`00high` 40 - G\ :sub:`01high` 42 - B\ :sub:`02high` 44 - G\ :sub:`03high` 47 - G\ :sub:`10high` 49 - R\ :sub:`11high` 51 - G\ :sub:`12high` 53 - R\ :sub:`13high` 56 - B\ :sub:`20high` 58 - G\ :sub:`21high` [all …]
|
D | pixfmt-srggb10p.rst | 24 bytes. Each of the first 4 bytes contain the 8 high order bits 44 - B\ :sub:`00high` 45 - G\ :sub:`01high` 46 - B\ :sub:`02high` 47 - G\ :sub:`03high` 52 - G\ :sub:`10high` 53 - R\ :sub:`11high` 54 - G\ :sub:`12high` 55 - R\ :sub:`13high` 60 - B\ :sub:`20high` [all …]
|
D | pixfmt-srggb12p.rst | 22 bytes. Each of the first two bytes contain the 8 high order bits of 44 - B\ :sub:`00high` 45 - G\ :sub:`01high` 49 - B\ :sub:`02high` 50 - G\ :sub:`03high` 56 - G\ :sub:`10high` 57 - R\ :sub:`11high` 61 - G\ :sub:`12high` 62 - R\ :sub:`13high` 67 - B\ :sub:`20high` [all …]
|
/Linux-v6.6/arch/arm/boot/dts/nuvoton/ |
D | nuvoton-npcm750-pincfg-evb.dtsi | 11 pin9_output_high: pin9-output-high { 14 output-high; 21 pin11_output_high: pin11-output-high { 24 output-high; 31 pin24_output_high: pin24-output-high { 34 output-high; 41 pin32_output_high: pin32-output-high { 44 output-high; 46 pin61_output_high: pin61-output-high { 49 output-high; [all …]
|
/Linux-v6.6/drivers/net/ethernet/sfc/falcon/ |
D | bitfield.h | 50 /* High bit number of the specified field */ 109 * Extract bit field portion [low,high) from the native-endian element 112 * For example, suppose "element" represents the high 32 bits of a 121 * [0,high-low), with garbage in bits [high-low+1,...). 123 #define EF4_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument 124 ((low) > (max) || (high) < (min) ? 0 : \ 130 * Extract bit field portion [low,high) from the 64-bit little-endian 133 #define EF4_EXTRACT64(element, min, max, low, high) \ argument 134 EF4_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high) 137 * Extract bit field portion [low,high) from the 32-bit little-endian [all …]
|
/Linux-v6.6/arch/x86/include/asm/ |
D | msr.h | 44 /* Using 64-bit values saves one instruction clearing the high half of low */ 45 #define DECLARE_ARGS(val, low, high) unsigned long low, high argument 46 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) argument 47 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument 49 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 50 #define EAX_EDX_VAL(val, low, high) (val) argument 51 #define EAX_EDX_RET(val, low, high) "=A" (val) argument 82 DECLARE_ARGS(val, low, high); in __rdmsr() 87 : EAX_EDX_RET(val, low, high) : "c" (msr)); in __rdmsr() 89 return EAX_EDX_VAL(val, low, high); in __rdmsr() [all …]
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | bitfield.h | 52 /* High bit number of the specified field */ 111 * Extract bit field portion [low,high) from the native-endian element 114 * For example, suppose "element" represents the high 32 bits of a 123 * [0,high-low), with garbage in bits [high-low+1,...). 125 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument 126 ((low) > (max) || (high) < (min) ? 0 : \ 132 * Extract bit field portion [low,high) from the 64-bit little-endian 135 #define EFX_EXTRACT64(element, min, max, low, high) \ argument 136 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high) 139 * Extract bit field portion [low,high) from the 32-bit little-endian [all …]
|
/Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
D | bitfield.h | 50 /* High bit number of the specified field */ 109 * Extract bit field portion [low,high) from the native-endian element 112 * For example, suppose "element" represents the high 32 bits of a 121 * [0,high-low), with garbage in bits [high-low+1,...). 123 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument 124 ((low) > (max) || (high) < (min) ? 0 : \ 130 * Extract bit field portion [low,high) from the 64-bit little-endian 133 #define EFX_EXTRACT64(element, min, max, low, high) \ argument 134 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high) 137 * Extract bit field portion [low,high) from the 32-bit little-endian [all …]
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | stacktrace.h | 28 unsigned long high = low + IRQ_STACK_SIZE; in stackinfo_get_irq() local 32 .high = high, in stackinfo_get_irq() 45 unsigned long high = low + THREAD_SIZE; in stackinfo_get_task() local 49 .high = high, in stackinfo_get_task() 68 unsigned long high = low + OVERFLOW_STACK_SIZE; in stackinfo_get_overflow() local 72 .high = high, in stackinfo_get_overflow() 86 unsigned long high = low + SDEI_STACK_SIZE; in stackinfo_get_sdei_normal() local 90 .high = high, in stackinfo_get_sdei_normal() 97 unsigned long high = low + SDEI_STACK_SIZE; in stackinfo_get_sdei_critical() local 101 .high = high, in stackinfo_get_sdei_critical() [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 67 high, enumerator 82 {off, off, off, high, high, high, high}, 83 {off, in_A, off, high, high, high, low}, 84 {off, out_A, off, high, low, high, high}, 85 {off, in_B, off, high, high, high, low}, 86 {off, out_B, off, high, low, high, high}, 87 {in_A, off, off, high, high, high, low}, 88 {in_A, in_B, off, high, high, high, low}, 89 {in_A, out_B, off, high, low, high, high}, 90 {out_A, off, off, high, low, high, high}, [all …]
|
/Linux-v6.6/tools/testing/selftests/drivers/net/netdevsim/ |
D | ethtool-coalesce.sh | 32 ["rx-frames-high"]="rx-frame-high" 33 ["tx-frames-high"]="tx-frame-high" 46 ["pkt-rate-high"]="pkt-rate-high" 47 ["rx-usecs-high"]="rx-usecs-high" 48 ["tx-usecs-high"]="tx-usecs-high" 55 ["rx-frames-high"]="" 56 ["tx-frames-high"]="" 69 ["pkt-rate-high"]="" 70 ["rx-usecs-high"]="" 71 ["tx-usecs-high"]="" [all …]
|
/Linux-v6.6/drivers/net/ethernet/engleder/ |
D | tsnep_ptp.c | 10 u32 high; in tsnep_get_system_time() local 12 /* read high dword twice to detect overrun */ in tsnep_get_system_time() 13 high = ioread32(adapter->addr + ECM_SYSTEM_TIME_HIGH); in tsnep_get_system_time() 16 high_before = high; in tsnep_get_system_time() 17 high = ioread32(adapter->addr + ECM_SYSTEM_TIME_HIGH); in tsnep_get_system_time() 18 } while (high != high_before); in tsnep_get_system_time() 19 *time = (((u64)high) << 32) | ((u64)low); in tsnep_get_system_time() 117 /* high dword is buffered in hardware and synchronously written to in tsnep_ptp_adjtime() 137 u32 high; in tsnep_ptp_gettimex64() local 140 /* read high dword twice to detect overrun */ in tsnep_ptp_gettimex64() [all …]
|
/Linux-v6.6/include/linux/mfd/ |
D | ac100.h | 84 /* ADC digital audio processing (high pass filter & auto gain control */ 91 #define AC100_ADC_DAP_L_H_A_C 0x86 /* Left High Avg. Coef */ 93 #define AC100_ADC_DAP_R_H_A_C 0x88 /* Right High Avg. Coef */ 100 #define AC100_ADC_DAP_L_H_N_A_C 0x8f /* Left High Noise Avg. Coef */ 102 #define AC100_ADC_DAP_R_H_N_A_C 0x91 /* Right High Noise Avg. Coef */ 104 #define AC100_ADC_DAP_H_HPF_C 0x93 /* High High-Pass-Filter Coef */ 105 #define AC100_ADC_DAP_L_HPF_C 0x94 /* Low High-Pass-Filter Coef */ 108 /* DAC digital audio processing (high pass filter & dynamic range control) */ 110 #define AC100_DAC_DAP_H_HPF_C 0xa1 /* High High-Pass-Filter Coef */ 111 #define AC100_DAC_DAP_L_HPF_C 0xa2 /* Low High-Pass-Filter Coef */ [all …]
|
/Linux-v6.6/Documentation/hwmon/ |
D | isl68137.rst | 411 and 'hv' for high voltage single-rail devices. Consult the individual datasheets 437 curr1_crit_alarm Current critical high alarm 442 curr[2-3]_crit_alarm Current critical high alarm 449 in1_crit_alarm Input voltage critical high alarm 456 in[2-3]_crit_alarm Output voltage critical high alarm 460 power1_alarm Input power high alarm 466 temp[1-3]_crit Critical high temperature 467 temp[1-3]_crit_alarm Chip temperature critical high alarm 469 temp[1-3]_max_alarm Chip temperature high alarm 479 curr1_crit_alarm Current critical high alarm [all …]
|
/Linux-v6.6/Documentation/fb/ |
D | viafb.modes | 202 timings 25000 88 40 23 1 128 4 hsync high vsync high endmode 224 timings 20203 160 16 21 1 80 3 hsync high vsync high endmode 246 timings 17777 152 32 27 1 64 3 hsync high vsync high endmode 268 timings 14667 216 0 14 7 64 4 hsync high vsync high endmode 290 timings 11912 144 56 39 1 88 3 hsync high vsync high endmode 312 timings 31746 104 24 12 3 80 5 hsync high vsync high endmode 335 hsync high vsync high endmode mode "960x600-60" 389 timings 24218 126 32 15 1 104 3 hsync high vsync high endmode 455 timings 12699 176 16 28 1 96 3 hsync high vsync high endmode 477 timings 10582 208 48 36 1 96 3 hsync high vsync high endmode [all …]
|
/Linux-v6.6/include/dt-bindings/pinctrl/ |
D | k210-fpioa.h | 32 #define K210_PCF_UARTHS_RX 18 /* UART High speed Receiver */ 33 #define K210_PCF_UARTHS_TX 19 /* UART High speed Transmitter */ 38 #define K210_PCF_GPIOHS0 24 /* GPIO High speed 0 */ 39 #define K210_PCF_GPIOHS1 25 /* GPIO High speed 1 */ 40 #define K210_PCF_GPIOHS2 26 /* GPIO High speed 2 */ 41 #define K210_PCF_GPIOHS3 27 /* GPIO High speed 3 */ 42 #define K210_PCF_GPIOHS4 28 /* GPIO High speed 4 */ 43 #define K210_PCF_GPIOHS5 29 /* GPIO High speed 5 */ 44 #define K210_PCF_GPIOHS6 30 /* GPIO High speed 6 */ 45 #define K210_PCF_GPIOHS7 31 /* GPIO High speed 7 */ [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtmv20-regulator.yaml | 38 load current pulse delay in microsecond after strobe pin pulse high. 45 Load current pulse width in microsecond after strobe pin pulse high. 52 Fsin1 pulse high delay in microsecond after vsync signal pulse high. 59 Fsin1 pulse high width in microsecond after vsync signal pulse high. 66 Fsin2 pulse high delay in microsecond after vsync signal pulse high. 73 Fsin2 pulse high width in microsecond after vsync signal pulse high. 100 richtek,strobe-polarity-high: 104 richtek,vsync-polarity-high: 150 richtek,strobe-polarity-high; 151 richtek,vsync-polarity-high;
|
/Linux-v6.6/include/linux/ |
D | io-64-nonatomic-hi-lo.h | 11 u32 low, high; in hi_lo_readq() local 13 high = readl(p + 1); in hi_lo_readq() 16 return low + ((u64)high << 32); in hi_lo_readq() 28 u32 low, high; in hi_lo_readq_relaxed() local 30 high = readl_relaxed(p + 1); in hi_lo_readq_relaxed() 33 return low + ((u64)high << 32); in hi_lo_readq_relaxed() 62 u32 low, high; in ioread64_hi_lo() local 64 high = ioread32(addr + sizeof(u32)); in ioread64_hi_lo() 67 return low + ((u64)high << 32); in ioread64_hi_lo() 84 u32 low, high; in ioread64be_hi_lo() local [all …]
|