| /OK3568_Linux_fs/kernel/lib/ |
| H A D | siphash.c | 66 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_aligned() 67 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_aligned() 68 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_aligned() 70 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_aligned() 99 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_unaligned() 100 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_unaligned() 101 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_unaligned() 103 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_unaligned() 266 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __hsiphash_aligned() 267 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_aligned() [all …]
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_env.c | 43 /* fall through */ in memparse() 47 /* fall through */ in memparse() 51 /* fall through */ in memparse() 55 /* fall through */ in memparse() 59 /* fall through */ in memparse()
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A 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
|
| H A D | cma3000.h | 32 * @mdfftmr: Motion detect and free fall time value 33 * @ffthr: Free fall threshold value
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.c | 91 /* fall through */ in ustrtoul() 94 /* fall through */ in ustrtoul() 114 /* fall through */ in ustrtoull() 117 /* fall through */ in ustrtoull()
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A 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 */
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ep93xx_eth.c | 414 /* Fall through */ in ep93xx_eth_send_packet() 514 /* Fall through */ in ep93xx_eth_initialize() 518 /* Fall through */ in ep93xx_eth_initialize() 522 /* Fall through */ in ep93xx_eth_initialize() 526 /* Fall through */ in ep93xx_eth_initialize() 530 /* Fall through */ in ep93xx_eth_initialize() 533 /* Fall through */ in ep93xx_eth_initialize() 598 /* Fall through */ in ep93xx_miiphy_read() 647 /* Fall through */ in ep93xx_miiphy_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_pbha.c | 31 /* Valid ID - fall through all */ in read_setting_valid() 48 /* Valid setting value - fall through all */ in read_setting_valid() 69 /* Valid ID - fall through all */ in write_setting_valid() 87 /* Valid setting value - fall through all */ in write_setting_valid()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A 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() 1077 case E820_TYPE_RESERVED_KERN: /* Fall-through: */ in e820_type_to_string() 1093 case E820_TYPE_RESERVED_KERN: /* Fall-through: */ in e820_type_to_iomem_type() 1095 case E820_TYPE_ACPI: /* Fall-through: */ in e820_type_to_iomem_type() 1096 case E820_TYPE_NVS: /* Fall-through: */ in e820_type_to_iomem_type() 1097 case E820_TYPE_UNUSABLE: /* Fall-through: */ in e820_type_to_iomem_type() 1098 case E820_TYPE_PRAM: /* Fall-through: */ in e820_type_to_iomem_type() 1099 case E820_TYPE_PMEM: /* Fall-through: */ in e820_type_to_iomem_type() 1100 case E820_TYPE_RESERVED: /* Fall-through: */ in e820_type_to_iomem_type() [all …]
|
| /OK3568_Linux_fs/u-boot/Licenses/ |
| H A D | Exceptions | 8 U-Boot, and does *not* fall under the heading of "derived work". 13 *not* fall under the heading of "derived work".
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk_zynq.c | 95 /* fall through */ in zynq_clk_get_register() 182 /* fall through */ in zynq_clk_get_cpu_rate() 189 /* fall through */ in zynq_clk_get_cpu_rate() 390 /* fall through */ in zynq_clk_get_rate() 415 /* fall through */ in zynq_clk_set_rate()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | start.S | 232 pop {r1-r5} @ Restore the cpu info - fall through 253 pop {r1-r5} @ Restore the cpu info - fall through 265 pop {r1-r5} @ Restore the cpu info - fall through 278 pop {r1-r5} @ Restore the cpu info - fall through 291 pop {r1-r5} @ Restore the cpu info - fall through 304 pop {r1-r5} @ Restore the cpu info - fall through
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A 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"
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0005-softfloat-Add-flag-specific-to-signaling-nans.patch | 61 + /* fall through */ 73 + /* fall through */ 102 + /* fall through */
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru-gru.dts | 104 // TODO: rise / fall times? 126 // TODO: rise / fall times? 136 // TODO: rise / fall times?
|