/Linux-v5.10/arch/x86/include/asm/ |
D | iommu_table.h | 90 #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) \ argument 91 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) 93 #define IOMMU_INIT(_detect, _depend, _init, _late_init) \ argument 94 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
|
/Linux-v5.10/include/linux/device/ |
D | driver.h | 259 static int __init __driver##_init(void) \ 263 module_init(__driver##_init); \ 286 static int __init __driver##_init(void) \ 290 device_initcall(__driver##_init);
|
/Linux-v5.10/include/linux/ |
D | cpufeature.h | 49 static int __init cpu_feature_match_ ## x ## _init(void) \ 55 module_init(cpu_feature_match_ ## x ## _init)
|
D | isa.h | 51 static int __init __isa_driver##_init(void) \ 55 module_init(__isa_driver##_init); \
|
D | intel_th.h | 68 static int __init __buffer##_init(void) \ 72 module_init(__buffer##_init); \
|
D | platform_device.h | 266 static int __init __platform_driver##_init(void) \ 271 module_init(__platform_driver##_init); \ 285 static int __init __platform_driver##_init(void) \ 290 device_initcall(__platform_driver##_init); \
|
D | average.h | 32 static inline void ewma_##name##_init(struct ewma_##name *e) \
|
D | cpufreq.h | 611 static int __init __governor##_init(void) \ 615 core_initcall(__governor##_init)
|
/Linux-v5.10/tools/testing/selftests/ |
D | kselftest_module.h | 35 static int __init __module##_init(void) \ 45 module_init(__module##_init); \
|
/Linux-v5.10/net/6lowpan/ |
D | nhc.h | 42 static int __init __nhc##_init(void) \ 46 module_init(__nhc##_init); \
|
/Linux-v5.10/drivers/usb/storage/ |
D | usb.h | 198 static int __init __driver##_init(void) \ 203 module_init(__driver##_init); \
|
/Linux-v5.10/drivers/clk/qcom/ |
D | clk-rcg.h | 172 { .rcg = &r, .init = &r##_init }
|
/Linux-v5.10/drivers/gpu/drm/lima/ |
D | lima_device.c | 44 .init = lima_##func##_init, \
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 849 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument 850 .stage[_stage] = {.init = _init, .cleanup = _cleanup}
|
/Linux-v5.10/Documentation/filesystems/ |
D | configfs.rst | 167 config_group, a config_item must have one of the _init() functions 308 using the group _init() functions on the group. 360 group via the usual group _init() functions, and it must also have
|
/Linux-v5.10/arch/x86/mm/ |
D | init_64.c | 63 static inline void fname##_init(struct mm_struct *mm, \ 78 static inline void set_##type1##_init(type1##_t *arg1, \
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2340 static int __init _init(struct omap_hwmod *oh, void *data) in _init() function 3095 _init(oh, NULL); in omap_hwmod_setup_one() 3682 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all()
|
/Linux-v5.10/Documentation/input/ |
D | input-programming.rst | 77 In the _init function, which is called either upon module load or when
|
/Linux-v5.10/drivers/clk/samsung/ |
D | clk-exynos5433.c | 3215 static void __init exynos5433_cmu_bus##id##_init(struct device_node *np)\ 3221 exynos5433_cmu_bus##id##_init)
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 2366 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ 2525 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
|
/Linux-v5.10/drivers/scsi/be2iscsi/ |
D | be_main.c | 120 beiscsi_##_name##_init(struct beiscsi_hba *phba, uint32_t val) \
|