/linux-6.1.9/drivers/rtc/ |
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()
|
/linux-6.1.9/kernel/bpf/preload/ |
D | bpf_preload_kern.c | 20 static int preload(struct bpf_preload_info *obj) in preload() function 30 .preload = preload,
|
D | bpf_preload.h | 11 int (*preload)(struct bpf_preload_info *); member
|
/linux-6.1.9/drivers/watchdog/ |
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()
|
/linux-6.1.9/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 172 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument 177 preload(c ## 1); \ 180 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument 185 preload(c ## 1); \
|
/linux-6.1.9/drivers/isdn/mISDN/ |
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 …]
|
/linux-6.1.9/sound/soc/codecs/ |
D | wm_adsp.c | 962 char preload[32]; in wm_adsp2_preloader_put() local 967 snprintf(preload, ARRAY_SIZE(preload), "%s Preload", dsp->cs_dsp.name); in wm_adsp2_preloader_put() 970 snd_soc_component_force_enable_pin(component, preload); in wm_adsp2_preloader_put() 972 snd_soc_component_disable_pin(component, preload); in wm_adsp2_preloader_put() 981 snd_soc_component_disable_pin(component, preload); in wm_adsp2_preloader_put() 1084 char preload[32]; in wm_adsp2_component_probe() local 1086 snprintf(preload, ARRAY_SIZE(preload), "%s Preload", dsp->cs_dsp.name); in wm_adsp2_component_probe() 1087 snd_soc_component_disable_pin(component, preload); in wm_adsp2_component_probe()
|
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.c | 275 u32 phase_init, preload, src_y_rgb, src_uv, dst; in dpu_hw_setup_scaler3() local 291 preload = in dpu_hw_setup_scaler3() 348 DPU_REG_WRITE(c, QSEED3_PRELOAD + scaler_offset, preload); in dpu_hw_setup_scaler3()
|
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | Makefile | 8 coresight-cfg-preload.o coresight-cfg-afdo.o \
|
/linux-6.1.9/Documentation/i2c/ |
D | slave-eeprom-backend.rst | 22 You can also preload data during boot if a device-property named
|
/linux-6.1.9/kernel/bpf/ |
D | Makefile | 41 obj-$(CONFIG_BPF_PRELOAD) += preload/
|
D | Kconfig | 88 source "kernel/bpf/preload/Kconfig"
|
D | inode.c | 724 err = bpf_preload_ops->preload(objs); in populate_bpffs()
|
/linux-6.1.9/arch/arm/mach-omap2/ |
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
|
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
|
/linux-6.1.9/drivers/hwmon/ |
D | smsc47m1.c | 108 #define FAN_FROM_REG(reg, div, preload) ((reg) <= (preload) || (reg) == 255 ? \ argument 110 983040 / (((reg) - (preload)) * (div)))
|
/linux-6.1.9/drivers/gpu/drm/tidss/ |
D | tidss_dispc.c | 2114 u32 preload; in dispc_k2g_plane_init() local 2122 preload = thr_low; in dispc_k2g_plane_init() 2130 preload); in dispc_k2g_plane_init() 2137 dispc_vid_write(dispc, hw_plane, DISPC_VID_PRELOAD, preload); in dispc_k2g_plane_init() 2169 u32 preload; in dispc_k3_plane_init() local 2177 preload = thr_low; in dispc_k3_plane_init() 2185 preload); in dispc_k3_plane_init() 2192 dispc_vid_write(dispc, hw_plane, DISPC_VID_PRELOAD, preload); in dispc_k3_plane_init()
|
/linux-6.1.9/net/sctp/ |
D | associola.c | 1627 bool preload = gfpflags_allow_blocking(gfp); in sctp_assoc_set_id() local 1634 if (preload) in sctp_assoc_set_id() 1643 if (preload) in sctp_assoc_set_id()
|
/linux-6.1.9/sound/pci/asihpi/ |
D | asihpi.c | 592 unsigned int preload = ds->period_bytes * 1; in snd_card_asihpi_trigger() local 593 snd_printddd("%d preload %d\n", s->number, preload); in snd_card_asihpi_trigger() 597 preload, in snd_card_asihpi_trigger() 599 ds->pcm_buf_host_rw_ofs = preload; in snd_card_asihpi_trigger()
|
/linux-6.1.9/drivers/firewire/ |
D | core-cdev.c | 477 bool preload = gfpflags_allow_blocking(gfp_mask); in add_client_resource() local 481 if (preload) in add_client_resource() 497 if (preload) in add_client_resource()
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1812 * Fixup the residual next S/G pointer. The S/G preload 2276 * Load a dummy segment if preload space is available.
|
D | aic7xxx.seq | 986 * Fixup the residual next S/G pointer. The S/G preload
|