Searched refs:late_initcall (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/linux-master/arch/um/drivers/
H A Dumcast_kern.c188 late_initcall(register_umcast);
H A Dssl.c177 late_initcall(ssl_init);
H A Dstdio_console.c179 late_initcall(stdio_init);
/linux-master/drivers/cpufreq/
H A Dp4-clockmod.c272 late_initcall(cpufreq_p4_init);
H A Damd_freq_sensitivity.c142 late_initcall(amd_freq_sensitivity_init);
/linux-master/mm/
H A Dpercpu-stats.c235 late_initcall(init_percpu_stats_debugfs);
H A Dusercopy.c277 late_initcall(set_hardened_usercopy);
/linux-master/arch/arm/mach-mvebu/
H A Dpm.c231 late_initcall(mvebu_pm_init);
/linux-master/arch/arm/kernel/
H A Dswp_emulate.c240 * Invoked as late_initcall, since not needed before init spawned.
259 late_initcall(swp_emulation_init);
/linux-master/security/integrity/platform_certs/
H A Dload_uefi.c238 late_initcall(load_uefi_certs);
/linux-master/net/ipv4/
H A Dudp_bpf.c139 late_initcall(udp_bpf_v4_build_proto);
/linux-master/lib/
H A Derror-inject.c239 late_initcall(init_error_injection);
/linux-master/arch/x86/kernel/apic/
H A Dipi.c29 late_initcall(print_ipi_mode);
/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c229 late_initcall(kraken2_init);
/linux-master/drivers/base/power/
H A Dtrace.c307 late_initcall(late_resume_init);
/linux-master/kernel/power/
H A Dsuspend_test.c219 late_initcall(test_suspend);
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c153 /* We use `late_initcall' instead of just `__initcall' as a workaround for
162 late_initcall(rs_init);
/linux-master/arch/x86/kernel/cpu/
H A Dintel_epb.c240 late_initcall(intel_epb_init);
/linux-master/drivers/perf/
H A Driscv_pmu_legacy.c172 late_initcall(riscv_pmu_legacy_devinit);
/linux-master/drivers/dma-buf/
H A Dsync_debug.c190 late_initcall(sync_debugfs_init);
/linux-master/kernel/
H A Dpanic.c110 late_initcall(kernel_panic_sysctls_init);
129 late_initcall(kernel_panic_sysfs_init);
/linux-master/drivers/irqchip/
H A Dirq-mst-intc.c173 late_initcall(mst_irq_pm_init);
/linux-master/kernel/kcsan/
H A Ddebugfs.c275 late_initcall(kcsan_debugfs_init);
/linux-master/arch/mips/txx9/generic/
H A Dsetup_tx4927.c337 late_initcall(tx4927_late_init);
/linux-master/drivers/firmware/
H A Dmemmap.c320 * That function must be called before late_initcall.
404 * must be called before late_initcall. That's just because that function
405 * is called as late_initcall() function, which means that if you call
418 late_initcall(firmware_memmap_init);

Completed in 409 milliseconds

1234567891011>>