Home
last modified time | relevance | path

Searched full:fall (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/Linux-v5.15/Documentation/input/devices/
Dcma3000_d0x.rst18 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-v5.15/arch/xtensa/include/asm/
Dasm-uaccess.h76 * 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-v5.15/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c61 * 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-v5.15/Documentation/misc-devices/
Dlis3lv02d.rst63 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-v5.15/include/linux/input/
Dadxl34x.h162 * 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
Dcma3000.h32 * @mdfftmr: Motion detect and free fall time value
33 * @ffthr: Free fall threshold value
/Linux-v5.15/drivers/gpio/
Dgpio-mt7621.c113 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local
117 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE); in mediatek_gpio_irq_unmask()
121 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall | (BIT(pin) & rg->falling)); in mediatek_gpio_irq_unmask()
134 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local
138 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE); in mediatek_gpio_irq_mask()
141 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall & ~BIT(pin)); in mediatek_gpio_irq_mask()
/Linux-v5.15/arch/arm/mach-pxa/
Dregs-u2d.h80 #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-v5.15/Documentation/sphinx/
Dparallel-wrapper.sh5 # environment (as exported by scripts/jobserver-exec), or fall back to
15 # fall back to the expected "-jauto" mode that the "htmldocs"
/Linux-v5.15/Documentation/leds/
Dleds-sc27xx.rst13 high time, fall time and low time for the breathing mode.
17 format, we should set brightness as 0 for rise stage, fall
/Linux-v5.15/arch/mips/vdso/
Dvgettimeofday.c25 * 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-v5.15/arch/x86/kernel/
De820.c190 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-v5.15/fs/reiserfs/
Dibalance.c857 * 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-v5.15/arch/powerpc/kernel/ptrace/
Dptrace-tm.c78 * GPR register values for the current transaction to fall back on if it
126 * GPR register values for the current transaction to fall back on if it
220 * values for the current transaction to fall back on if it aborts
264 * FPR register values for the current transaction to fall back on
332 * the checkpointed values for the current transaction to fall
383 * the checkpointed values for the current transaction to fall
461 * values for the current transaction to fall back on if it aborts
504 * VSX register values for the current transaction to fall back on
Dptrace-altivec.c33 * transaction to fall back on in case it aborts.
69 * transaction to fall back on in case it aborts.
/Linux-v5.15/tools/perf/ui/
Dsetup.c94 /* fall through */ in setup_browser()
98 /* fall through */ in setup_browser()
/Linux-v5.15/Documentation/admin-guide/media/
Dci.rst58 Cards that fall in this category
61 At present the cards that fall in this category are the Twinhan and its
/Linux-v5.15/drivers/gpu/drm/panel/
Dpanel-feiyang-fy07024di26a30d.c126 /* 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-v5.15/Documentation/userspace-api/media/v4l/
Dvidioc-g-modulator.rst146 driver does not support stereo audio it shall fall back to mono.
157 return an ``EINVAL`` error code and the driver shall fall back to mono
179 driver shall fall back to mono or stereo mode.
/Linux-v5.15/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst52 task policy "fall back" to the System Default Policy.
86 address space that don't have an explicit VMA policy will fall
87 back to the task policy, which may itself fall back to the
182 MPOL_DEFAULT means "fall back to the next most specific policy
185 For example, a NULL or default task policy will fall back to the
186 system default policy. A NULL or default vma policy will fall
252 can fall back to all existing numa nodes. This is effectively
/Linux-v5.15/arch/powerpc/lib/
Dmem_64.S16 /* fall through */
20 /* fall through */
/Linux-v5.15/Documentation/devicetree/bindings/i2c/
Di2c-rk3x.yaml90 Number of nanoseconds the SCL signal takes to fall
98 Number of nanoseconds the SDA signal takes to fall
/Linux-v5.15/Documentation/process/
Ddeprecated.rst182 Implicit switch case fall-through
184 The C language allows switch cases to fall through to the next case
188 looking at the code if `STATE_ONE` is intentionally designed to fall
203 implicit fall-through. In order to identify intentional fall-through
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs42l42.txt42 - cirrus,ts-dbnc-fall : Debounce the falling edge of TIP_SENSE_UNPLUG.
109 cirrus,ts-dbnc-fall = <0x00>;
/Linux-v5.15/arch/arm/mach-omap2/
Dsleep34xx.S151 /* Otherwise fall through to the save context code */
355 bne omap3_restore @ Fall through to OMAP3 common code
367 b omap3_restore @ Fall through to OMAP3 common code
375 bne omap3_restore @ Fall through to OMAP3 common code
382 /* Fall through to common code for the remaining logic */

12345678910>>...53