/linux-5.10/Documentation/input/devices/ |
D | cma3000_d0x.rst | 18 Free fall modes. 28 Free fall Mode: 42 event with value 1 when free fall is detected. 68 Motion detect and free fall time threshold value 71 Free fall g range threshold value 116 5: 100 Hz Free fall mode 117 6: 40 Hz Free fall mode
|
/linux-5.10/lib/ |
D | siphash.c | 71 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_aligned() 72 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_aligned() 73 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_aligned() 75 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_aligned() 104 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_unaligned() 105 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_unaligned() 106 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_unaligned() 108 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_unaligned() 271 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __hsiphash_aligned() 272 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_aligned() [all …]
|
D | cmdline.c | 135 /* fall through */ in memparse() 139 /* fall through */ in memparse() 143 /* fall through */ in memparse() 147 /* fall through */ in memparse() 151 /* fall through */ in memparse()
|
/linux-5.10/arch/xtensa/include/asm/ |
D | asm-uaccess.h | 76 * in for optimal use in the access_ok macro below (i.e., we fall 82 * fall-through macro on error 105 * in for optimal use in the access_ok macro below (i.e., we fall 112 * <error> label to branch to on error; implies fall-through 135 * branch fall-through case on success. 142 * <error> label to branch to on error; implies fall-through
|
/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_shading.c | 61 * 1. All 4 points fall in the left padding. 62 * 2. The left 2 points fall in the left padding. 63 * 3. All 4 points fall in the cropped (target) region. 64 * 4. The right 2 points fall in the right padding. 65 * 5. All 4 points fall in the right padding. 70 * fall. We extrapolate the shading table into the 126 make sure they fall within the table */ in crop_and_interpolate() 164 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate()
|
/linux-5.10/Documentation/misc-devices/ |
D | lis3lv02d.rst | 63 acts similar to /dev/rtc and reacts on free-fall interrupts received 66 result is number of free-fall interrupts since the last successful 95 fall to the ground is out of question... 98 into free space, follow the fall with your hands for like 10
|
/linux-5.10/include/linux/input/ |
D | adxl34x.h | 162 * holds the threshold value for Free-Fall detection. 165 * free_fall_threshold to determine if a free fall event may be 167 * result in undesirable behavior if Free-Fall interrupt is 178 * free_fall_threshold to generate a Free-Fall interrupt. The 180 * undesirable behavior if Free-Fall interrupt is enabled. 291 * A valid BTN or KEY Code for Free-Fall or Activity enables 292 * input event reporting. A '0' disables the Free-Fall or
|
D | cma3000.h | 32 * @mdfftmr: Motion detect and free fall time value 33 * @ffthr: Free fall threshold value
|
/linux-5.10/drivers/gpio/ |
D | gpio-mt7621.c | 115 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local 119 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE); in mediatek_gpio_irq_unmask() 123 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall | (BIT(pin) & rg->falling)); in mediatek_gpio_irq_unmask() 136 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local 140 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE); in mediatek_gpio_irq_mask() 143 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall & ~BIT(pin)); in mediatek_gpio_irq_mask()
|
/linux-5.10/arch/arm/mach-pxa/ |
D | regs-u2d.h | 80 #define U2DOTGINT_FLS1 (1 << 6) /* RXCMD Linestate[1] Change Interrupt Fall */ 81 #define U2DOTGINT_FLS0 (1 << 5) /* RXCMD Linestate[0] Change Interrupt Fall */ 82 #define U2DOTGINT_FID (1 << 4) /* RXCMD OTG ID Change Interrupt Fall */ 83 #define U2DOTGINT_FSE (1 << 3) /* RXCMD OTG Session End Interrupt Fall */ 84 #define U2DOTGINT_FSV (1 << 2) /* RXCMD OTG Session Valid Interrupt Fall */ 85 #define U2DOTGINT_FVV (1 << 1) /* RXCMD OTG Vbus Valid Interrupt Fall */ 86 #define U2DOTGINT_FCK (1 << 0) /* RXCMD Carkit Interrupt Fall */
|
/linux-5.10/lib/zlib_inflate/ |
D | inflate.c | 117 output will fall in the output data, making match copies simpler and faster. 399 /* fall through */ in zlib_inflate() 407 /* fall through */ in zlib_inflate() 410 /* fall through */ in zlib_inflate() 449 /* fall through */ in zlib_inflate() 483 /* fall through */ in zlib_inflate() 504 /* fall through */ in zlib_inflate() 578 /* fall through */ in zlib_inflate() 618 /* fall through */ in zlib_inflate() 626 /* fall through */ in zlib_inflate() [all …]
|
/linux-5.10/Documentation/sphinx/ |
D | parallel-wrapper.sh | 5 # environment (as exported by scripts/jobserver-exec), or fall back to 15 # fall back to the expected "-jauto" mode that the "htmldocs"
|
/linux-5.10/Documentation/leds/ |
D | leds-sc27xx.rst | 13 high time, fall time and low time for the breathing mode. 17 format, we should set brightness as 0 for rise stage, fall
|
/linux-5.10/arch/mips/vdso/ |
D | vgettimeofday.c | 25 * can do without it. When libc fails the symbol lookup it should fall back on 61 * can do without it. When libc fails the symbol lookup it should fall back on
|
/linux-5.10/arch/x86/kernel/ |
D | e820.c | 190 case E820_TYPE_RAM: /* Fall through: */ in e820_print_type() 197 case E820_TYPE_PMEM: /* Fall through: */ in e820_print_type() 1058 case E820_TYPE_RESERVED_KERN: /* Fall-through: */ in e820_type_to_string() 1074 case E820_TYPE_RESERVED_KERN: /* Fall-through: */ in e820_type_to_iomem_type() 1076 case E820_TYPE_ACPI: /* Fall-through: */ in e820_type_to_iomem_type() 1077 case E820_TYPE_NVS: /* Fall-through: */ in e820_type_to_iomem_type() 1078 case E820_TYPE_UNUSABLE: /* Fall-through: */ in e820_type_to_iomem_type() 1079 case E820_TYPE_PRAM: /* Fall-through: */ in e820_type_to_iomem_type() 1080 case E820_TYPE_PMEM: /* Fall-through: */ in e820_type_to_iomem_type() 1081 case E820_TYPE_RESERVED: /* Fall-through: */ in e820_type_to_iomem_type() [all …]
|
/linux-5.10/fs/reiserfs/ |
D | ibalance.c | 857 * check how many of new items fall into L[h] or CFL[h] after in balance_internal() 862 /* new items don't fall into L[h] or CFL[h] */ in balance_internal() 867 /* all new items fall into L[h] */ in balance_internal() 886 * some items fall into L[h] or CFL[h], in balance_internal() 887 * but some don't fall in balance_internal() 890 /* calculate number of new items that fall into L[h] */ in balance_internal() 926 * check how many of new items fall into R or CFR in balance_internal() 931 /* new items fall into S[h] */ in balance_internal() 935 /* all new items fall into R[h] */ in balance_internal() 956 /* calculate number of new items that fall into R[h] */ in balance_internal() [all …]
|
/linux-5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-tm.c | 78 * GPR register values for the current transaction to fall back on if it 125 * GPR register values for the current transaction to fall back on if it 219 * values for the current transaction to fall back on if it aborts 263 * FPR register values for the current transaction to fall back on 331 * the checkpointed values for the current transaction to fall 382 * the checkpointed values for the current transaction to fall 460 * values for the current transaction to fall back on if it aborts 503 * VSX register values for the current transaction to fall back on
|
D | ptrace-altivec.c | 33 * transaction to fall back on in case it aborts. 69 * transaction to fall back on in case it aborts.
|
/linux-5.10/Documentation/admin-guide/media/ |
D | ci.rst | 58 Cards that fall in this category 61 At present the cards that fall in this category are the Twinhan and its
|
/linux-5.10/tools/perf/ui/ |
D | setup.c | 94 /* fall through */ in setup_browser() 98 /* fall through */ in setup_browser()
|
/linux-5.10/lib/dim/ |
D | rdma_dim.c | 62 /* fall through */ in rdma_dim_decision() 97 /* fall through */ in rdma_dim()
|
/linux-5.10/lib/xz/ |
D | xz_dec_stream.c | 586 /* fall through */ in dec_main() 611 /* fall through */ in dec_main() 623 /* fall through */ in dec_main() 632 /* fall through */ in dec_main() 654 /* fall through */ in dec_main() 678 /* fall through */ in dec_main() 702 /* fall through */ in dec_main() 712 /* fall through */ in dec_main()
|
/linux-5.10/drivers/gpu/drm/panel/ |
D | panel-feiyang-fy07024di26a30d.c | 126 /* T13 (backlight fall + video & logic signal fall) T13 >= 200ms */ in feiyang_unprepare() 133 /* T11 (dvdd rise to fall) 0 < T11 <= 10ms */ in feiyang_unprepare()
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-modulator.rst | 145 driver does not support stereo audio it shall fall back to mono. 156 return an ``EINVAL`` error code and the driver shall fall back to mono 178 driver shall fall back to mono or stereo mode.
|
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 42 - cirrus,ts-dbnc-fall : Debounce the falling edge of TIP_SENSE_UNPLUG. 102 cirrus,ts-dbnc-fall = <0x00>;
|