| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ep93xx.c | 33 static int ep93xx_rtc_get_swcomp(struct device *dev, unsigned short *preload, in ep93xx_rtc_get_swcomp() argument 41 if (preload) in ep93xx_rtc_get_swcomp() 42 *preload = (comp & EP93XX_RTC_SWCOMP_INT_MASK) in ep93xx_rtc_get_swcomp() 74 unsigned short preload, delete; in ep93xx_rtc_proc() local 76 ep93xx_rtc_get_swcomp(dev, &preload, &delete); in ep93xx_rtc_proc() 78 seq_printf(seq, "preload\t\t: %d\n", preload); in ep93xx_rtc_proc() 93 unsigned short preload; in comp_preload_show() local 95 ep93xx_rtc_get_swcomp(dev->parent, &preload, NULL); in comp_preload_show() 97 return sprintf(buf, "%d\n", preload); in comp_preload_show()
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/cpu/ |
| H A D | timer.c | 47 u32 preload = 0; in timer_init() local 73 preload = fdtdec_get_int(blob, node, "clock-frequency", 0); in timer_init() 74 preload /= CONFIG_SYS_HZ; in timer_init() 79 if (tmr && preload && irq >= 0) { in timer_init() 80 tmr->loadreg = preload; in timer_init()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/ |
| H A D | bpf_preload_kern.c | 13 static int preload(struct bpf_preload_info *obj); 18 .preload = preload, 23 static int preload(struct bpf_preload_info *obj) in preload() function
|
| H A D | bpf_preload.h | 10 int (*preload)(struct bpf_preload_info *); member
|
| /OK3568_Linux_fs/buildroot/package/libdrm-cursor/ |
| H A D | libdrm-cursor.mk | 19 grep "libdrm-cursor.so" ld.so.preload 2>/dev/null || \ 20 echo "/usr/lib/libdrm-cursor.so" >> ld.so.preload
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | ie6xx_wdt.c | 97 u32 preload; in ie6xx_wdt_set_timeout() local 104 preload = (t * clock) >> 15; in ie6xx_wdt_set_timeout() 109 preload -= 1; in ie6xx_wdt_set_timeout() 121 outl(preload, ie6xx_wdt_data.sch_wdtba + PV2); in ie6xx_wdt_set_timeout()
|
| /OK3568_Linux_fs/buildroot/package/libarm-memhook/ |
| H A D | libarm-memhook.mk | 20 grep "libarm-memhook.so" ld.so.preload 2>/dev/null || \ 21 echo "/usr/lib/libarm-memhook.so" >> ld.so.preload
|
| H A D | Config.in | 11 bool "preload"
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | timer.c | 24 u32 preload[3]; /* Timer preload value */ member 116 writel(0x0, &armd1timers->preload[TIMER]); in timer_init()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | rate.c | 98 int preload; /* Number of zero samples to pre-load the fifo */ member 244 stage->preload = f->post_peak / L; in dft_stage_init() 358 s->preload = s->pre = s->pre_post >> 1; in rate_init() 379 arb_stage.preload = arb_stage.pre = 1; in rate_init() 430 arb_stage.preload = (num_coefs - 1) >> 1; in rate_init() 453 memset(fifo_reserve(&s->fifo, s->preload), 0, sizeof(sample_t)*s->preload); in rate_init() 455 s->pre, s->pre_post - s->pre, s->preload, s->remL); in rate_init()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | dsp_cmx.c | 1317 int preload = 0; local 1348 preload = len; 1349 if (preload < 128) 1350 preload = 128; 1354 nskb = mI_alloc_skb(len + preload, GFP_ATOMIC); 1358 len + preload); 1370 d = skb_put(nskb, preload + len); /* result */ 1377 if (preload) { 1378 memset(d, dsp_silence, preload); 1379 d += preload; [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | Build | 1 liblockdep-y += common.o lockdep.o preload.o rbtree.o
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | twofish-avx-x86_64-asm_64.S | 177 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument 182 preload(c ## 1); \ 185 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument 190 preload(c ## 1); \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_util.c | 209 u32 phase_init, preload, src_y_rgb, src_uv, dst; in dpu_hw_setup_scaler3() local 225 preload = in dpu_hw_setup_scaler3() 279 DPU_REG_WRITE(c, QSEED3_PRELOAD + scaler_offset, preload); in dpu_hw_setup_scaler3()
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTAIGraph.h | 36 RT_RET preload(RtMetaData *meta);
|
| H A D | RTUVCGraph.h | 85 RT_RET preload(RtMetaData *meta);
|
| /OK3568_Linux_fs/buildroot/board/csky/gx6605s/ |
| H A D | gdbinit | 8 # vendor custom setup, double cache line & preload
|
| /OK3568_Linux_fs/buildroot/package/libmpeg2/ |
| H A D | 0002-armv4l.patch | 12 +@ Data preload is supported only by ARM V5TE and above
|
| /OK3568_Linux_fs/buildroot/package/dante/ |
| H A D | dante.mk | 16 DANTE_CONF_OPTS += --disable-client --disable-preload
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | slave-eeprom-backend.rst | 22 You can also preload data during boot if a device-property named
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | sram243x.S | 233 adr r4, pbegin @ addr of preload start 234 adr r8, pend @ addr of preload end 235 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
| H A D | sram242x.S | 233 adr r4, pbegin @ addr of preload start 234 adr r8, pend @ addr of preload end 235 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | Makefile | 38 obj-$(CONFIG_BPF_PRELOAD) += preload/
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | smsc47m1.c | 108 #define FAN_FROM_REG(reg, div, preload) ((reg) <= (preload) || (reg) == 255 ? \ argument 110 983040 / (((reg) - (preload)) * (div)))
|
| /OK3568_Linux_fs/debian/scripts/patches/ |
| H A D | 0002-modify-export-image-to-meet-rockchip-image-requireme.patch | 32 if [ -e "${ROOTFS_DIR}/etc/ld.so.preload" ]; then 67 if [ -e "${ROOTFS_DIR}/etc/ld.so.preload.disabled" ]; then
|