Home
last modified time | relevance | path

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

12345678910>>...52

/linux/Documentation/input/devices/
H A 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/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs42l42.yaml94 cirrus,ts-dbnc-fall:
162 If present this sets the rate that the HS bias should rise and fall.
163 The actual rise and fall times depend on external hardware (the
164 datasheet gives several rise and fall time examples).
166 0 - Fast rise time; slow, load-dependent fall time
220 cirrus,ts-dbnc-fall = <CS42L42_TS_DBNCE_0>;
/linux/arch/xtensa/include/asm/
H A Dasm-uaccess.h35 * in for optimal use in the access_ok macro below (i.e., we fall
42 * <error> label to branch to on error; implies fall-through
65 * branch fall-through case on success.
72 * <error> label to branch to on error; implies fall-through
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c62 * 1. All 4 points fall in the left padding.
63 * 2. The left 2 points fall in the left padding.
64 * 3. All 4 points fall in the cropped (target) region.
65 * 4. The right 2 points fall in the right padding.
66 * 5. All 4 points fall in the right padding.
71 * fall. We extrapolate the shading table into the
129 make sure they fall within the table */ in crop_and_interpolate()
167 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate()
/linux/Documentation/misc-devices/
H A 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/include/linux/input/
H A 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
H A Dcma3000.h32 * @mdfftmr: Motion detect and free fall time value
33 * @ffthr: Free fall threshold value
/linux/drivers/gpio/
H A Dgpio-mt7621.c112 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local
118 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE); in mediatek_gpio_irq_unmask()
122 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall | (BIT(pin) & rg->falling)); in mediatek_gpio_irq_unmask()
135 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local
139 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE); in mediatek_gpio_irq_mask()
142 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall & ~BIT(pin)); in mediatek_gpio_irq_mask()
/linux/Documentation/sphinx/
H A 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/Documentation/leds/
H A 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/arch/x86/kernel/
H A De820.c190 case E820_TYPE_RAM: /* Fall through: */ in e820_print_type()
197 case E820_TYPE_PMEM: /* Fall through: */ in e820_print_type()
1066 case E820_TYPE_RESERVED_KERN: /* Fall-through: */ in e820_type_to_string()
1082 case E820_TYPE_RESERVED_KERN: /* Fall-through: */ in e820_type_to_iomem_type()
1084 case E820_TYPE_ACPI: /* Fall-through: */ in e820_type_to_iomem_type()
1085 case E820_TYPE_NVS: /* Fall-through: */ in e820_type_to_iomem_type()
1086 case E820_TYPE_UNUSABLE: /* Fall-through: */ in e820_type_to_iomem_type()
1087 case E820_TYPE_PRAM: /* Fall-through: */ in e820_type_to_iomem_type()
1088 case E820_TYPE_PMEM: /* Fall-through: */ in e820_type_to_iomem_type()
1089 case E820_TYPE_RESERVED: /* Fall-through: */ in e820_type_to_iomem_type()
[all …]
/linux/arch/mips/vdso/
H A Dvgettimeofday.c26 * can do without it. When libc fails the symbol lookup it should fall back on
62 * can do without it. When libc fails the symbol lookup it should fall back on
/linux/fs/reiserfs/
H A 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/arch/powerpc/kernel/ptrace/
H A 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
H A Dptrace-altivec.c33 * transaction to fall back on in case it aborts.
69 * transaction to fall back on in case it aborts.
/linux/Documentation/admin-guide/media/
H A Dci.rst58 Cards that fall in this category
61 At present the cards that fall in this category are the Twinhan and its
/linux/tools/perf/ui/
H A Dsetup.c95 /* fall through */ in setup_browser()
99 /* fall through */ in setup_browser()
/linux/Documentation/userspace-api/media/v4l/
H A 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/drivers/gpu/drm/panel/
H A 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/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst50 task policy "fall back" to the System Default Policy.
84 address space that don't have an explicit VMA policy will fall
85 back to the task policy, which may itself fall back to the
180 MPOL_DEFAULT means "fall back to the next most specific policy
183 For example, a NULL or default task policy will fall back to the
184 system default policy. A NULL or default vma policy will fall
250 can fall back to all existing numa nodes. This is effectively
/linux/arch/x86/kernel/cpu/
H A Dhygon.c73 * result in a usable node fall back to the path for the in srat_detect_node()
246 /* Handle DTLB 2M and 4M sizes, fall back to L1 if L2 is disabled */ in cpu_detect_tlb_hygon()
255 /* Handle ITLB 2M and 4M sizes, fall back to L1 if L2 is disabled */ in cpu_detect_tlb_hygon()
/linux/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S98 // fall through to puthexnibble
158 // fall through to memfill
/linux/arch/powerpc/lib/
H A Dmem_64.S16 /* fall through */
20 /* fall through */
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmem_64.S16 /* fall through */
20 /* fall through */
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-rk3x.yaml94 Number of nanoseconds the SCL signal takes to fall
102 Number of nanoseconds the SDA signal takes to fall

12345678910>>...52